ruby-protocol-buffers 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ProtocolBuffers
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.authors = ["Brian Palmer", "Benedikt Böhm", "Rob Marable", "Paulo Luis Franchini Casaretto"]
10
10
  gem.email = ["brian@codekitchen.net", "bb@xnull.de"]
11
11
  gem.summary = %{Ruby compiler and runtime for the google protocol buffers library.}
12
- gem.homepage = "https://github.com/mozy/ruby-protocol-buffers"
12
+ gem.homepage = "https://github.com/codekitchen/ruby-protocol-buffers"
13
13
 
14
14
  gem.files = `git ls-files`.split($/)
15
15
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-protocol-buffers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -191,7 +191,7 @@ files:
191
191
  - spec/unicode_string_spec.rb
192
192
  - tasks/rspec.rake
193
193
  - tasks/yard.rake
194
- homepage: https://github.com/mozy/ruby-protocol-buffers
194
+ homepage: https://github.com/codekitchen/ruby-protocol-buffers
195
195
  licenses: []
196
196
  post_install_message:
197
197
  rdoc_options: []