ruby-protocol-buffers 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/ruby-protocol-buffers.gemspec +1 -1
- metadata +5 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.1
|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "ruby-protocol-buffers"
|
|
7
7
|
s.version = ProtocolBuffers::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
|
-
s.authors = ["Brian Palmer"]
|
|
9
|
+
s.authors = ["Brian Palmer", "Rob Marable", "Paulo Luis Franchini Casaretto"]
|
|
10
10
|
s.email = ["brian@codekitchen.net"]
|
|
11
11
|
s.homepage = "https://github.com/mozy/ruby-protocol-buffers"
|
|
12
12
|
s.summary = %{Ruby compiler and runtime for the google protocol buffers library.}
|
metadata
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-protocol-buffers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Brian Palmer
|
|
14
|
+
- Rob Marable
|
|
15
|
+
- Paulo Luis Franchini Casaretto
|
|
14
16
|
autorequire:
|
|
15
17
|
bindir: bin
|
|
16
18
|
cert_chain: []
|