0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change array equality check to =~ More... over 12 years ago
tests for services and rpcs More... over 12 years ago
changes to Rpc and Service, services.proto and services.pb.rb in spec/proto_files/ More... over 12 years ago
move hash for RPC#to_s to to_s More... over 12 years ago
Merge pull request #1 from centzy/fully_qualified_name More... over 12 years ago
test for fully qualified name on Messages with no package More... over 12 years ago
fully_qualified_name test for Messages More... over 12 years ago
nested enum tests More... over 12 years ago
tests for Enums More... over 12 years ago
fixes More... over 12 years ago
add enums.proto, enums.pb.rb More... over 12 years ago
alias constants so that :ClassMethods is not included More... over 12 years ago
change to included pattern for Enums More... over 12 years ago
change from singleton_class.ancestors.include? to is_a? for ProtocolBuffers::Enum More... over 12 years ago
Merge branch 'service_rpc' of https://github.com/centzy/ruby-protocol-buffers into service_rpc More... over 12 years ago
change class variables to instance variables on Enum More... over 12 years ago
add service and rpc classes More... over 12 years ago
implement fully_qualified_name on messages and enums, implement name to value mapping on enums, make enums extend Enum instead of include Enum More... over 12 years ago
Merge pull request #18 from centzy/message_to_hash More... over 12 years ago
check explicitly for nil in to_hash, return dup of string if field is a string More... over 12 years ago
Merge pull request #16 from centzy/additional_tests More... over 12 years ago
Merge pull request #17 from centzy/value_bug More... over 12 years ago
add to_hash method to Message More... over 12 years ago
fix bug where "value" could not be the name of a field More... over 12 years ago
additional tests for unset fields More... over 12 years ago
bump version More... over 12 years ago
add license summary to gemfile More... over 12 years ago
bump version to 1.4.1 More... over 12 years ago
Merge pull request #13 from stouset/patch-1 More... over 12 years ago
s/encoding/external_encoding/ More... over 12 years ago