protosum 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c47e4fd9763a276de780137ddef9b2e80ed9dce61d239e1ed5c520b155738fe
4
- data.tar.gz: 53f7f122637c1f38941081292be7fd26b5bf83213e4ab9c878d49924e9191464
3
+ metadata.gz: 28a5b008861cb6d676436c955b6d9eed0e4bcaa77cef096b9568c41c7931ee0e
4
+ data.tar.gz: 660c08e58505eff7a15f0fc48eb57338be1ff9edad02976cada2ba71a9136de4
5
5
  SHA512:
6
- metadata.gz: 986457e34e6e6822440fd5c1f18780c76d3a5325fac5a4826dd815cfd0a8755817c9cda7f39239cf29b733052875fd054efd1e08a1caa552063c1d68d686998b
7
- data.tar.gz: 03e001d85155bfa81206d48d166591231adb9aafb13a65880836d6d7caf890f7a902d8e9a1e209ab48fc56db393261f1b003cdafa89be17432fceae2ee7e81e3
6
+ metadata.gz: acb884c1fec6d546b4e0f25dba24e7efdab15a9a8be64ac8ae3b4a9f398a8df054919e38bb1dae5b1ce0387cbdfc549300053e19fcd9c81751970cfd31420952
7
+ data.tar.gz: 8cc051fedb7ea60a0fc2e4b3f2180655a1906b5ef0b4e256d71f313ff63c13f7503beeac345b651f597474d29b064fa92b925059e0425ad122e56e0416a16e4c
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protosum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-17 00:00:00.000000000 Z
11
+ date: 2022-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -114,26 +114,7 @@ email:
114
114
  executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
- files:
118
- - ".gitignore"
119
- - ".rspec"
120
- - ".travis.yml"
121
- - Gemfile
122
- - Gemfile.lock
123
- - README.md
124
- - Rakefile
125
- - bin/console
126
- - bin/setup
127
- - go.mod
128
- - go.sum
129
- - go/user/user.pb.go
130
- - lib/protosum.rb
131
- - lib/protosum/version.rb
132
- - proto/user.proto
133
- - protosum.gemspec
134
- - ruby/proto/user_pb.rb
135
- - ruby/proto/version.rb
136
- - ruby/protosum.rb
117
+ files: []
137
118
  homepage: https://github.com/igsr5/protosum
138
119
  licenses: []
139
120
  metadata:
data/.gitignore DELETED
@@ -1,11 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6.8
7
- before_install: gem install bundler -v 1.17.2
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in protosum.gemspec
6
- gemspec
data/Gemfile.lock DELETED
@@ -1,47 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- protosum (0.3.0)
5
- google-protobuf (~> 3.14)
6
- grpc (~> 1.28)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- bump (0.10.0)
12
- diff-lcs (1.5.0)
13
- google-protobuf (3.19.4)
14
- googleapis-common-protos-types (1.3.0)
15
- google-protobuf (~> 3.14)
16
- grpc (1.43.1)
17
- google-protobuf (~> 3.18)
18
- googleapis-common-protos-types (~> 1.0)
19
- grpc-tools (1.43.1)
20
- rake (10.5.0)
21
- rspec (3.11.0)
22
- rspec-core (~> 3.11.0)
23
- rspec-expectations (~> 3.11.0)
24
- rspec-mocks (~> 3.11.0)
25
- rspec-core (3.11.0)
26
- rspec-support (~> 3.11.0)
27
- rspec-expectations (3.11.0)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.11.0)
30
- rspec-mocks (3.11.0)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.11.0)
33
- rspec-support (3.11.0)
34
-
35
- PLATFORMS
36
- ruby
37
-
38
- DEPENDENCIES
39
- bump (~> 0.10.0)
40
- bundler (~> 1.17)
41
- grpc-tools (~> 1.27)
42
- protosum!
43
- rake (~> 10.0)
44
- rspec (~> 3.0)
45
-
46
- BUNDLED WITH
47
- 1.17.2
data/README.md DELETED
@@ -1,35 +0,0 @@
1
- # Protosum
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/protosum`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'protosum'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install protosum
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/protosum.
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- #require "rspec/core/rake_task"
3
-
4
- #RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "protosum"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/go/user/user.pb.go DELETED
@@ -1,142 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.27.1
4
- // protoc v3.17.3
5
- // source: proto/user.proto
6
-
7
- package userpb
8
-
9
- import (
10
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
- reflect "reflect"
13
- sync "sync"
14
- )
15
-
16
- const (
17
- // Verify that this generated code is sufficiently up-to-date.
18
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
- // Verify that runtime/protoimpl is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
- )
22
-
23
- type User struct {
24
- state protoimpl.MessageState
25
- sizeCache protoimpl.SizeCache
26
- unknownFields protoimpl.UnknownFields
27
-
28
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
29
- }
30
-
31
- func (x *User) Reset() {
32
- *x = User{}
33
- if protoimpl.UnsafeEnabled {
34
- mi := &file_proto_user_proto_msgTypes[0]
35
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
36
- ms.StoreMessageInfo(mi)
37
- }
38
- }
39
-
40
- func (x *User) String() string {
41
- return protoimpl.X.MessageStringOf(x)
42
- }
43
-
44
- func (*User) ProtoMessage() {}
45
-
46
- func (x *User) ProtoReflect() protoreflect.Message {
47
- mi := &file_proto_user_proto_msgTypes[0]
48
- if protoimpl.UnsafeEnabled && x != nil {
49
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
50
- if ms.LoadMessageInfo() == nil {
51
- ms.StoreMessageInfo(mi)
52
- }
53
- return ms
54
- }
55
- return mi.MessageOf(x)
56
- }
57
-
58
- // Deprecated: Use User.ProtoReflect.Descriptor instead.
59
- func (*User) Descriptor() ([]byte, []int) {
60
- return file_proto_user_proto_rawDescGZIP(), []int{0}
61
- }
62
-
63
- func (x *User) GetName() string {
64
- if x != nil {
65
- return x.Name
66
- }
67
- return ""
68
- }
69
-
70
- var File_proto_user_proto protoreflect.FileDescriptor
71
-
72
- var file_proto_user_proto_rawDesc = []byte{
73
- 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f,
74
- 0x74, 0x6f, 0x12, 0x06, 0x75, 0x73, 0x65, 0x72, 0x70, 0x62, 0x22, 0x1a, 0x0a, 0x04, 0x55, 0x73,
75
- 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
76
- 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x19, 0x5a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x3b,
77
- 0x75, 0x73, 0x65, 0x72, 0x70, 0x62, 0xea, 0x02, 0x08, 0x55, 0x73, 0x65, 0x72, 0x50, 0x62, 0x3a,
78
- 0x3a, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
79
- }
80
-
81
- var (
82
- file_proto_user_proto_rawDescOnce sync.Once
83
- file_proto_user_proto_rawDescData = file_proto_user_proto_rawDesc
84
- )
85
-
86
- func file_proto_user_proto_rawDescGZIP() []byte {
87
- file_proto_user_proto_rawDescOnce.Do(func() {
88
- file_proto_user_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_user_proto_rawDescData)
89
- })
90
- return file_proto_user_proto_rawDescData
91
- }
92
-
93
- var file_proto_user_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
94
- var file_proto_user_proto_goTypes = []interface{}{
95
- (*User)(nil), // 0: userpb.User
96
- }
97
- var file_proto_user_proto_depIdxs = []int32{
98
- 0, // [0:0] is the sub-list for method output_type
99
- 0, // [0:0] is the sub-list for method input_type
100
- 0, // [0:0] is the sub-list for extension type_name
101
- 0, // [0:0] is the sub-list for extension extendee
102
- 0, // [0:0] is the sub-list for field type_name
103
- }
104
-
105
- func init() { file_proto_user_proto_init() }
106
- func file_proto_user_proto_init() {
107
- if File_proto_user_proto != nil {
108
- return
109
- }
110
- if !protoimpl.UnsafeEnabled {
111
- file_proto_user_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
112
- switch v := v.(*User); i {
113
- case 0:
114
- return &v.state
115
- case 1:
116
- return &v.sizeCache
117
- case 2:
118
- return &v.unknownFields
119
- default:
120
- return nil
121
- }
122
- }
123
- }
124
- type x struct{}
125
- out := protoimpl.TypeBuilder{
126
- File: protoimpl.DescBuilder{
127
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
128
- RawDescriptor: file_proto_user_proto_rawDesc,
129
- NumEnums: 0,
130
- NumMessages: 1,
131
- NumExtensions: 0,
132
- NumServices: 0,
133
- },
134
- GoTypes: file_proto_user_proto_goTypes,
135
- DependencyIndexes: file_proto_user_proto_depIdxs,
136
- MessageInfos: file_proto_user_proto_msgTypes,
137
- }.Build()
138
- File_proto_user_proto = out.File
139
- file_proto_user_proto_rawDesc = nil
140
- file_proto_user_proto_goTypes = nil
141
- file_proto_user_proto_depIdxs = nil
142
- }
data/go.mod DELETED
@@ -1,5 +0,0 @@
1
- module github.com/igsr5/protosum
2
-
3
- go 1.17
4
-
5
- require google.golang.org/protobuf v1.27.1
data/go.sum DELETED
@@ -1,8 +0,0 @@
1
- github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
2
- github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
3
- github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
4
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
5
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
6
- google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
7
- google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=
8
- google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
@@ -1,3 +0,0 @@
1
- module Protosum
2
- VERSION = "0.1.0"
3
- end
data/lib/protosum.rb DELETED
@@ -1,6 +0,0 @@
1
- require "protosum/version"
2
-
3
- module Protosum
4
- class Error < StandardError; end
5
- # Your code goes here...
6
- end
data/proto/user.proto DELETED
@@ -1,10 +0,0 @@
1
- syntax = "proto3";
2
-
3
- package userpb;
4
-
5
- option go_package = "user/;userpb";
6
- option ruby_package = "UserPb::";
7
-
8
- message User {
9
- string name = 1;
10
- }
data/protosum.gemspec DELETED
@@ -1,44 +0,0 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "protosum/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "protosum"
8
- spec.version = "0.3.0"
9
- spec.authors = ["igsr5"]
10
- spec.email = ["i@gsr5.dev"]
11
-
12
- spec.summary = %q{igsr5's test package.}
13
- spec.description = %q{igsr5's test package for proto buf}
14
- spec.homepage = "https://github.com/igsr5/protosum"
15
-
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- if spec.respond_to?(:metadata)
19
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
-
21
- spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = "https://github.com/igsr5/protosum"
23
- else
24
- raise "RubyGems 2.0 or newer is required to protect against " \
25
- "public gem pushes."
26
- end
27
-
28
- # Specify which files should be added to the gem when it is released.
29
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
30
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
31
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
32
- end
33
- spec.bindir = "exe"
34
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
- spec.require_paths = ["ruby"]
36
-
37
- spec.add_development_dependency "bundler", "~> 1.17"
38
- spec.add_development_dependency "rake", "~> 10.0"
39
- spec.add_development_dependency "rspec", "~> 3.0"
40
- spec.add_dependency "google-protobuf", "~> 3.14"
41
- spec.add_dependency "grpc", "~> 1.28"
42
- spec.add_development_dependency "grpc-tools", "~> 1.27"
43
- spec.add_development_dependency "bump", "~> 0.10.0"
44
- end
@@ -1,16 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: proto/user.proto
3
-
4
- require 'google/protobuf'
5
-
6
- Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("proto/user.proto", :syntax => :proto3) do
8
- add_message "userpb.User" do
9
- optional :name, :string, 1
10
- end
11
- end
12
- end
13
-
14
- module UserPb
15
- User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("userpb.User").msgclass
16
- end
@@ -1,3 +0,0 @@
1
- module Protosum
2
- VERSION = "0.2.0"
3
- end
data/ruby/protosum.rb DELETED
@@ -1,8 +0,0 @@
1
- require "proto/version"
2
-
3
- Dir.glob("#{__dir__}/**/*_pb.rb").each {|file| require file}
4
-
5
- module Protosum
6
- class Error < StandardError; end
7
- # Your code goes here...
8
- end