Sign in
flutter
/
third_party
/
protobuf
/
7fa7fbaf169d95d9db8340cac1f26035665accc1
/
ruby
63d2f3b
Fix RepeatedField#first in Ruby gem (#5293)
by Toby Hsieh
· 6 years ago
0038ff4
Remove Debug Statement for Win/MinGW (#5283)
by micw523
· 6 years ago
333b3ce
Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256)
by Paul Yang
· 6 years ago
a0da84b
Fix broken ruby test (#5235)
by Paul Yang
· 6 years ago
19ef4ab
Merge pull request #4816 from hrsht/hrsht/zanker-proto2
by Joshua Haberman
· 7 years ago
d0535cc
Adds support for proto2 syntax for Ruby gem.
by Harshit Chopra
· 7 years ago
afe98de
Replace repo links.
by Feng Xiao
· 7 years ago
94d55e5
Merge branch '3.6.x' into merge-3-6-x
by Adam Cozzette
· 7 years ago
9e1286b
Updated version numbers to 3.6.1
by Adam Cozzette
· 7 years ago
e508fc0
Check the message to be encoded is the wrong type. (#4885) (#4949)
by Paul Yang
· 7 years ago
8356d27
Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)
by Paul Yang
· 7 years ago
40f9ef2
Check the message to be encoded is the wrong type. (#4885)
by Paul Yang
· 7 years ago
78ba021
Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)
by Paul Yang
· 7 years ago
59e04d8
Merge pull request #4321 from devwout/ruby_json_omit_repeated
by Joshua Haberman
· 7 years ago
e00266a
Merge pull request #3847 from FX-HAO/master
by Joshua Haberman
· 7 years ago
7054462
When initializing a message, skip a field if value is nil (#3693)
by Zachary Anker
· 7 years ago
74f8e24
Adds a base class for all explicitly raised TypeErrors (#4255)
by Erik Benoist
· 7 years ago
82d3d7d
Merge branch '3.6.x' into merge-3-6-x
by Adam Cozzette
· 7 years ago
f7ada12
Build ruby gem on kokoro (#4819)
by Paul Yang
· 7 years ago
944693c
Add Google::Protobuf::Any.pack convenience class method. (#4719)
by igorpeshansky
· 7 years ago
c19fcee
Allows the json marshaller to be passed json marshal options (#4252)
by Erik Benoist
· 7 years ago
5289ee0
Adopt ruby_package in ruby generated code. (#4627)
by Paul Yang
· 7 years ago
a8e2359
Allows the json marshaller to be passed json marshal options (#4252)
by Erik Benoist
· 7 years ago
9ccc3e5
Adopt ruby_package in ruby generated code. (#4627)
by Paul Yang
· 7 years ago
45eb28b
Update version number to 3.6.0
by Jisi Liu
· 7 years ago
05c2d01
Fix RepeatedField#delete_if (#4292)
by Stuart Campbell
· 7 years ago
9972e16
Set ext.no_native = true for non mac platform
by Jisi Liu
· 7 years ago
c931743
Merge branch (#4466)
by Paul Yang
· 7 years ago
4f11025
Merge pull request #4167 from mike9005/patch-1
by Joshua Haberman
· 7 years ago
bb40c0c
Merge pull request #4291 from google/3.5.x
by Jisi Liu
· 7 years ago
7b8f571
Ruby JSON encoding omits zero-length repeated fields by default.
by Ewout
· 7 years ago
2a8e102
Bumping number to fix ruby 2.1 on mac
by Jisi Liu
· 7 years ago
53d907f
Update rake file to build of 2.1.6.
by Jisi Liu
· 7 years ago
d9f0f0b
Support ruby2.5
by Jisi Liu
· 7 years ago
2a6eaeb
Fix scope resolution for MessageExts in Ruby
by Michael Collis
· 7 years ago
383a494
Merge remote-tracking branch 'origin/3.5.x' into master
by Jisi Liu
· 7 years ago
050fc9a
Update version number to 3.5.1
by Jisi Liu
· 7 years ago
cf7c15e
Fix ruby gc_test in ruby 2.4 (#4011)
by Paul Yang
· 7 years ago
0e7b589
Add discard unknown API in ruby. (#3990)
by Paul Yang
· 7 years ago
0316ae8
--pre is not necessary
by W
· 7 years ago
a27da09
Merge branch '3.5.x' into 3.5.x-merge
by Adam Cozzette
· 7 years ago
0289dd8
Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-field
by Joshua Haberman
· 7 years ago
8695997
Google::Protobuf::Struct can access a missing key (#3846)
by parker
· 7 years ago
97dd175
Update version number to 3.5.0
by Jisi Liu
· 7 years ago
23adfeb
Reserve unknown in Ruby (#3763)
by Paul Yang
· 7 years ago
1e58006
test for field reassignment
by @rubynerd
· 7 years ago
de15e73
Merge remote-tracking branch 'origin/3.4.x' into master
by Jisi Liu
· 7 years ago
cd5f49d
Fix ruby segment fault (#3708)
by Paul Yang
· 7 years ago
4fc7529
Merge pull request #3627 from zanker/zanker/add-submsg-hash-init
by Joshua Haberman
· 8 years ago
633ef8b
Update message.c
by Zachary Anker
· 8 years ago
8eae3fe
Update message.c
by Zachary Anker
· 8 years ago
8771483
Allow initializing a chain of protos using only a hash
by Zachary Anker
· 8 years ago
83264bd
Fixed to_h with repeated messages to return hashes in Ruby
by Zachary Anker
· 8 years ago
2eb1bac
Bumping minor version for ruby gems
by Jisi Liu
· 8 years ago
dba647a
Bump version for minor release
by Jisi Liu
· 8 years ago
a459b22
Storing the frame on the map means we don't need the array
by Aaron Patterson
· 8 years ago
c1dd8e8
Move parse frame array to the Map object
by Aaron Patterson
· 8 years ago
f55c6ec
Storing the frame on the map means we don't need the array
by Aaron Patterson
· 8 years ago
d6152dd
Move parse frame array to the Map object
by Aaron Patterson
· 8 years ago
d76e4c7
Bump gemspec again
by Jisi Liu
· 8 years ago
1926636
Bump gem version for the next upload
by Jisi Liu
· 8 years ago
7bb39be
Update version number for 3.4.0
by Jisi Liu
· 8 years ago
bd5ab15
Merge pull request #2482 from andreaseger/fix_ruby_timestamp_accuracy
by Adam Cozzette
· 8 years ago
1325588
Updated upb to fix JSON conformance issues. (#3206)
by Joshua Haberman
· 8 years ago
b28617b
Merge pull request #2815 from devwout/ruby_json_emit_defaults
by Joshua Haberman
· 8 years ago
78cb804
change test for nanosecond accurate timestamps
by Andreas Eger
· 8 years ago
ad203bc
fix floating point accuracy problem in Timestamp#to_f
by Andreas Eger
· 8 years ago
80f0c0a
Update version number and changelog for 3.3.0
by Feng Xiao
· 8 years ago
ea5ef14
Ruby: only link against specific version of memcpy if we're using glibc
by Adam Cozzette
· 8 years ago
aec0711
Ruby tests compare parsed JSON instead of raw JSON
by Ewout
· 8 years ago
2957703
Merge pull request #2847 from haberman/ruby-toh
by Joshua Haberman
· 8 years ago
e77a09e
Incremented Ruby version number to 3.2.0.1
by Adam Cozzette
· 8 years ago
8c40b51
Ruby: update Gemspec.
by Josh Haberman
· 8 years ago
014a550
Ruby: build packages for Ruby 2.4.
by Josh Haberman
· 8 years ago
324a299
Made formatting more consistent.
by Josh Haberman
· 8 years ago
9c6b8cb
Ruby: fixed Message#to_h for map fields.
by Josh Haberman
· 8 years ago
008dc92
Ruby version optionally emits default values in JSON encoding.
by Ewout
· 8 years ago
9fa4031
Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibc
by Adam Cozzette
· 8 years ago
8610d0a
Merge pull request #2755 from xfxyjwf/rubycomp
by Feng Xiao
· 8 years ago
902af08
Prefer the term "3-Clause BSD License" over "New BSD License"
by Sebastian Schuberth
· 8 years ago
6395a1c
Fix links to the New BSD License in meta-data
by Sebastian Schuberth
· 8 years ago
9118ad6
Add Ruby compatibilty test against 3.0.0.
by Feng Xiao
· 8 years ago
7f3e237
Merge 3.2.x branch into master (#2648)
by Paul Yang
· 8 years ago
f3e86fd
handle sanity check for repeating enums correctly
by @rubynerd
· 8 years ago
c64830b
unwrap descriptor class before comparison of RepeatedField types
by @rubynerd
· 8 years ago
057389c
Ruby: removed redundant RepeatedField#slice. (#2449)
by Joshua Haberman
· 8 years ago
f1ce60e
Factored Conformance and Benchmark test messages into shared test schema. (#1971)
by Joshua Haberman
· 8 years ago
65479cb
Fixed Ruby tests for JRuby 1.7
by Adam Cozzette
· 8 years ago
74a636a
Move variable declarations before actual code
by Marcin Wyszynski
· 8 years ago
cb81314
Fix copy pasta in test
by Marcin Wyszynski
· 8 years ago
3bdaaa5
More Ruby-eqsue interface
by Marcin Wyszynski
· 8 years ago
9ec7a47
Use git clean before installing via bundler
by Jason Lunn
· 8 years ago
f933d10
Update version number.
by Feng Xiao
· 8 years ago
89d8e43
Fix travis, jenkins environment issues.
by Bo Yang
· 8 years ago
15f4db6
Bump version number to 3.1.0-alpha-1.
by Bo Yang
· 8 years ago
6005648
Add development dependency requirements
by Jason Lunn
· 9 years ago
d94ff41
Delete Gemfile.lock
by Jason Lunn
· 9 years ago
07f3cab
Set platform to "java" under JRuby
by Jason Lunn
· 9 years ago
05aa0df
Fix hash computation for JRuby's RubyMessage
by Brendan Ribera
· 9 years ago
b5bbdb0
Merge pull request #2037 from abscondment/fix-2036-ruby-hash
by Joshua Haberman
· 9 years ago
Next »