protosum 0.1.0 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f9120453176a8a1840012f369f9ec223fef7ae6fd819f2bc0e79fbe21855e2f
4
- data.tar.gz: be260736b15cc1af9570678b4615bcaf85a4a5ac8f19bd8e9b8ae7e1d1e27b56
3
+ metadata.gz: 1739f01dabae878b7984d40e2935681609a721a4b41cd2b55fa1eb2589e48440
4
+ data.tar.gz: 4c3a68e50f5a5cd78d311d69a658e3676670c9a0ea56476440e9b118fbaa28a6
5
5
  SHA512:
6
- metadata.gz: 7cd1b592b6a58064fdfa99bcb67f8297c0152f425b827f727aaf4c49eece8965ef6cd2fdb0121a27cecfda3504d6ddff8acb49442a99c9f849a358fcbd2bd10b
7
- data.tar.gz: 6c17825e0a5624d83fa1e4ce95c95612fd24b6f74d18610d9728b83a84b24a4416c277b2988a4978824f78cf16991d0bdfb861de3bef61f4bb9efb7923464c6e
6
+ metadata.gz: 24e275f50b68b2837448e8bb51e5546016d02d7692104cd484870d00b84dce6609743e685c8401220d691a7042a97db21ab284a8e38ed64189400158d7019398
7
+ data.tar.gz: fefddec4b331d8492809557b5446e2155a720986ef0c388ec0b0996c5a000979c2aad1c1db0ca69cafa93de37d097c68b909399cc646f3e4b1f6342c9f99db78
data/protosum.gemspec CHANGED
@@ -5,7 +5,7 @@ require "protosum/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "protosum"
8
- spec.version = Protosum::VERSION
8
+ spec.version = "0.2.0"
9
9
  spec.authors = ["igsr5"]
10
10
  spec.email = ["i@gsr5.dev"]
11
11
 
@@ -0,0 +1,3 @@
1
+ module Protosum
2
+ VERSION = "0.2.0"
3
+ end
data/ruby/protosum.rb CHANGED
@@ -1,5 +1,4 @@
1
- require "apis/version"
2
- require "apis/constants"
1
+ require "proto/version"
3
2
 
4
3
  Dir.glob("#{__dir__}/**/*_pb.rb").each {|file| require file}
5
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protosum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5
@@ -76,6 +76,7 @@ files:
76
76
  - proto/user.proto
77
77
  - protosum.gemspec
78
78
  - ruby/proto/user_pb.rb
79
+ - ruby/proto/version.rb
79
80
  - ruby/protosum.rb
80
81
  homepage: https://github.com/igsr5/protosum
81
82
  licenses: []