ruco 0.0.54 → 0.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -1
- data/VERSION +1 -1
- data/ruco.gemspec +3 -2
- 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
|
-
|
|
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.
|
|
1
|
+
0.0.55
|
data/ruco.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruco}
|
|
8
|
-
s.version = "0.0.
|
|
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
|
-
|
|
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:
|
|
4
|
+
hash: 113
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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
|
-
|
|
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
|
|