libnotify 0.5.2-universal-java-1.6 → 0.5.3-universal-java-1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,6 @@ namespace :rubies do
33
33
  end
34
34
 
35
35
  desc "Pushes gems for following supported platforms #{SUPPORTED_RUBIES.inspect}"
36
- #task :push => :build do
37
36
  task :push => :build do
38
37
  Dir[File.join("pkg", "#{GEMSPEC.name}-#{GEMSPEC.version}*.gem")].each do |gem|
39
38
  command = "gem push #{gem}"
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: libnotify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: universal-java-1.6
7
7
  authors:
8
8
  - Peter Suschlik
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-19 00:00:00 +02:00
13
+ date: 2011-05-24 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency