ruco 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/VERSION +1 -1
- data/ruco.gemspec +5 -5
- metadata +7 -7
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
clipboard (0.9.
|
4
|
+
clipboard (0.9.8)
|
5
5
|
diff-lcs (1.1.2)
|
6
6
|
git (1.2.5)
|
7
7
|
jeweler (1.5.2)
|
@@ -24,7 +24,7 @@ PLATFORMS
|
|
24
24
|
ruby
|
25
25
|
|
26
26
|
DEPENDENCIES
|
27
|
-
clipboard (>= 0.9.
|
27
|
+
clipboard (>= 0.9.8)
|
28
28
|
ffi
|
29
29
|
jeweler
|
30
30
|
rake
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/ruco.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ruco}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
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"]
|
12
|
-
s.date = %q{2011-05-
|
12
|
+
s.date = %q{2011-05-25}
|
13
13
|
s.default_executable = %q{ruco}
|
14
14
|
s.email = %q{michael@grosser.it}
|
15
15
|
s.executables = ["ruco"]
|
@@ -95,12 +95,12 @@ Gem::Specification.new do |s|
|
|
95
95
|
s.specification_version = 3
|
96
96
|
|
97
97
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
98
|
-
s.add_runtime_dependency(%q<clipboard>, [">= 0.9.
|
98
|
+
s.add_runtime_dependency(%q<clipboard>, [">= 0.9.8"])
|
99
99
|
else
|
100
|
-
s.add_dependency(%q<clipboard>, [">= 0.9.
|
100
|
+
s.add_dependency(%q<clipboard>, [">= 0.9.8"])
|
101
101
|
end
|
102
102
|
else
|
103
|
-
s.add_dependency(%q<clipboard>, [">= 0.9.
|
103
|
+
s.add_dependency(%q<clipboard>, [">= 0.9.8"])
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
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: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Grosser
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-05-
|
18
|
+
date: 2011-05-25 00:00:00 +02:00
|
19
19
|
default_executable: ruco
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -24,12 +24,12 @@ dependencies:
|
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
hash:
|
27
|
+
hash: 43
|
28
28
|
segments:
|
29
29
|
- 0
|
30
30
|
- 9
|
31
|
-
-
|
32
|
-
version: 0.9.
|
31
|
+
- 8
|
32
|
+
version: 0.9.8
|
33
33
|
requirement: *id001
|
34
34
|
prerelease: false
|
35
35
|
type: :runtime
|