Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M maximum-awesome
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Square
  • maximum-awesome
  • Merge requests
  • !208

bump tmux

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge rudle.bump-tmux into master 9 years ago
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: rudle

Compare
  • master (base)

and
  • latest version
    2a419c07
    2 commits, 2 years ago

1 file
+ 2
- 2

    Preferences

    File browser
    Compare changes
Rakefile
+ 2
- 2
  • View file @ 2a419c07

  • Edit in single-file editor

  • Open in Web IDE


@@ -10,7 +10,7 @@ def brew_install(package, *args)
elsif options[:requires]
# brew did not error out, verify tmux is greater than 1.8
# e.g. brew_tmux_query = 'tmux 1.9a'
installed_version = versions.split(/\n/).first.split(' ')[1]
installed_version = versions.split(/\n/).first.split(' ').last
unless version_match?(options[:requires], installed_version)
sh "brew upgrade #{package} #{args.join ' '}"
end
@@ -167,7 +167,7 @@ namespace :install do
task :tmux do
step 'tmux'
# tmux copy-pipe function needs tmux >= 1.8
brew_install 'tmux', :requires => '>= 1.8'
brew_install 'tmux', :requires => '>= 2.1'
end
desc 'Install MacVim'
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: square/maximum-awesome!208
Source branch: rudle.bump-tmux

Menu

Explore Projects Groups Snippets