ruco 0.0.54 → 0.0.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -1
  2. data/VERSION +1 -1
  3. data/ruco.gemspec +3 -2
  4. metadata +5 -4
data/Rakefile CHANGED
@@ -52,7 +52,8 @@ begin
52
52
  gem.authors = ["Michael Grosser"]
53
53
  gem.post_install_message = <<-TEXT
54
54
 
55
- Ubuntu: sudo apt-get install xclip
55
+ Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
56
+ Ubuntu: sudo apt-get install xclip # to use the clipboard
56
57
 
57
58
  TEXT
58
59
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.54
1
+ 0.0.55
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruco}
8
- s.version = "0.0.54"
8
+ s.version = "0.0.55"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
@@ -65,7 +65,8 @@ Gem::Specification.new do |s|
65
65
  ]
66
66
  s.homepage = %q{http://github.com/grosser/ruco}
67
67
  s.post_install_message = %q{
68
- Ubuntu: sudo apt-get install xclip
68
+ Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
69
+ Ubuntu: sudo apt-get install xclip # to use the clipboard
69
70
 
70
71
  }
71
72
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruco
3
3
  version: !ruby/object:Gem::Version
4
- hash: 115
4
+ hash: 113
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 54
10
- version: 0.0.54
9
+ - 55
10
+ version: 0.0.55
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -97,7 +97,8 @@ licenses: []
97
97
 
98
98
  post_install_message: |+
99
99
 
100
- Ubuntu: sudo apt-get install xclip
100
+ Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
101
+ Ubuntu: sudo apt-get install xclip # to use the clipboard
101
102
 
102
103
  rdoc_options: []
103
104