jrzmq 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/jrzmq.gemspec +1 -1
  2. data/lib/jrzmq/version.rb +1 -1
  3. metadata +2 -2
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.files.concat(Dir['bin/*'])
15
15
  spec.files.concat(Dir['lib/**/*.rb'])
16
16
  spec.files.concat(Dir['jars/**/*.jar'])
17
- spec.homepage = 'http://github.com/matadon/mizuno'
17
+ spec.homepage = 'https://github.com/outcastgeek/jrzmq'
18
18
  spec.has_rdoc = false
19
19
  spec.require_paths = [ "lib" ]
20
20
  spec.rubygems_version = '1.3.6'
@@ -1,3 +1,3 @@
1
1
  module ZeroMQ
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jrzmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -82,7 +82,7 @@ files:
82
82
  - jars/compile/logback-core.jar
83
83
  - jars/compile/logback-site.jar
84
84
  - jars/compile/slf4j-api.jar
85
- homepage: http://github.com/matadon/mizuno
85
+ homepage: https://github.com/outcastgeek/jrzmq
86
86
  licenses: []
87
87
  post_install_message:
88
88
  rdoc_options: []