libnotify 0.5.3-universal-rubinius-1.2 → 0.5.4-universal-rubinius-1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -1
- data/lib/libnotify/version.rb +1 -1
- data/libnotify.gemspec +2 -1
- metadata +6 -3
data/.gitignore
CHANGED
data/lib/libnotify/version.rb
CHANGED
data/libnotify.gemspec
CHANGED
@@ -2,11 +2,12 @@
|
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
3
|
require "libnotify"
|
4
4
|
|
5
|
-
platform = Gem::Platform::
|
5
|
+
platform = Gem::Platform::RUBY
|
6
6
|
needs_ffi = true
|
7
7
|
|
8
8
|
if RUBY_PLATFORM =~ /java/
|
9
9
|
needs_ffi = false
|
10
|
+
platform = "java"
|
10
11
|
elsif defined?(RUBY_ENGINE) && RUBY_ENGINE =~ /rbx/
|
11
12
|
needs_ffi = false
|
12
13
|
platform = Gem::Platform::new ['universal', 'rubinius', '1.2']
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libnotify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 4
|
10
|
+
version: 0.5.4
|
11
11
|
platform: universal-rubinius-1.2
|
12
12
|
authors:
|
13
13
|
- Peter Suschlik
|
@@ -71,6 +71,9 @@ files:
|
|
71
71
|
- lib/libnotify/version.rb
|
72
72
|
- libnotify.gemspec
|
73
73
|
- libnotify.png
|
74
|
+
- pkg/libnotify-0.5.3-universal-java-1.6.gem
|
75
|
+
- pkg/libnotify-0.5.3-universal-rubinius-1.2.gem
|
76
|
+
- pkg/libnotify-0.5.3-x86-linux.gem
|
74
77
|
- test/helper.rb
|
75
78
|
- test/libnotify_io.rb
|
76
79
|
- test/test_libnotify.rb
|