Skip to content

Commit

Permalink
Bump to version 2.0.0! Let the celebrations begin
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Oct 23, 2012
1 parent d363614 commit 0c1eccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 70 deletions.
65 changes: 0 additions & 65 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion lib/protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Protobuf
VERSION = '2.0.0.rc6'
VERSION = '2.0.0'
PROTOC_VERSION = '2.4.1'
end
8 changes: 4 additions & 4 deletions protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Gem::Specification.new do |s|
s.date = Time.now.strftime('%Y-%m-%d')

s.authors = ['BJ Neilsen', 'Brandon Dewitt']
s.email = ["[email protected]", "[email protected]"]
s.homepage = %q{https://github.com/localshred/protobuf}
s.summary = 'Ruby implementation for Protocol Buffers. Works with other protobuf rpc implementations (e.g. Java, Python, C++).'
s.description = s.summary + "\n\nThis gem has diverged from https://github.com/macks/ruby-protobuf. All credit for serialization and rprotoc work most certainly goes to the original authors. All RPC implementation code (client/server/service) was written and is maintained by this author. Attempts to reconcile the original codebase with the current RPC implementation went unsuccessful."
s.email = ["bj.neilsen+protobuf@gmail.com", "[email protected]"]
s.homepage = "https://github.com/localshred/protobuf"
s.summary = "Google Protocol Buffers v#{Protobuf::PROTOC_VERSION} Serialization and RPC implementation for Ruby."
s.description = s.summary

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 0c1eccd

Please sign in to comment.