ffi-tk 2010.08 → 2010.08.23
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/AUTHORS +1 -1
- data/CHANGELOG +8 -0
- data/Rakefile +1 -1
- data/ffi-tk.gemspec +4 -4
- data/lib/ffi-tk/version.rb +1 -1
- metadata +4 -3
data/AUTHORS
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Following persons have contributed to ffi-tk.
|
2
2
|
(Sorted by number of submitted patches, then alphabetically)
|
3
3
|
|
4
|
-
|
4
|
+
242 Michael Fellinger <m.fellinger@gmail.com>
|
5
5
|
19 Julian Langschaedel <meta.rb@gmail.com>
|
6
6
|
1 unknown <manveru@.(none)>
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
[1415faa | 2010-08-23 10:22:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
2
|
+
|
3
|
+
* Version 2010.08.23
|
4
|
+
|
5
|
+
[215da7c | 2010-08-23 10:21:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
6
|
+
|
7
|
+
* Fix dependency
|
8
|
+
|
1
9
|
[082548c | 2010-08-23 10:19:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
2
10
|
|
3
11
|
* Version 2010.08
|
data/Rakefile
CHANGED
data/ffi-tk.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{ffi-tk}
|
5
|
-
s.version = "2010.08"
|
5
|
+
s.version = "2010.08.23"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.3") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Michael 'manveru' Fellinger"]
|
@@ -20,14 +20,14 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.specification_version = 3
|
21
21
|
|
22
22
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
23
|
-
s.add_runtime_dependency(%q<ffi>, ["= 0.6.
|
23
|
+
s.add_runtime_dependency(%q<ffi>, ["= 0.6.3"])
|
24
24
|
s.add_development_dependency(%q<bacon>, [">= 1.1.0"])
|
25
25
|
else
|
26
|
-
s.add_dependency(%q<ffi>, ["= 0.6.
|
26
|
+
s.add_dependency(%q<ffi>, ["= 0.6.3"])
|
27
27
|
s.add_dependency(%q<bacon>, [">= 1.1.0"])
|
28
28
|
end
|
29
29
|
else
|
30
|
-
s.add_dependency(%q<ffi>, ["= 0.6.
|
30
|
+
s.add_dependency(%q<ffi>, ["= 0.6.3"])
|
31
31
|
s.add_dependency(%q<bacon>, [">= 1.1.0"])
|
32
32
|
end
|
33
33
|
end
|
data/lib/ffi-tk/version.rb
CHANGED
metadata
CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2010
|
7
7
|
- 8
|
8
|
-
|
8
|
+
- 23
|
9
|
+
version: 2010.08.23
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Michael 'manveru' Fellinger
|
@@ -27,8 +28,8 @@ dependencies:
|
|
27
28
|
segments:
|
28
29
|
- 0
|
29
30
|
- 6
|
30
|
-
-
|
31
|
-
version: 0.6.
|
31
|
+
- 3
|
32
|
+
version: 0.6.3
|
32
33
|
type: :runtime
|
33
34
|
version_requirements: *id001
|
34
35
|
- !ruby/object:Gem::Dependency
|