protosum2 0.2.0 → 0.3.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: a69085f89b233aae7177c85e554fffe1aecc87325eddbd294b4ab930cecd6300
4
- data.tar.gz: 9ac487e2e50e47b3e0e46cafad71ebbe295732ea84c6b1100aa7953680f133e8
3
+ metadata.gz: aa30d7e2f5f4c2444c5b6b4e0c5614bfb11bc1960688d6688f65ddd9f33dd1aa
4
+ data.tar.gz: dc1354483a0155a60dda5fb7a7a1f3ec038a4095ec70f1450aad9408de6f7371
5
5
  SHA512:
6
- metadata.gz: 4e5a643a4f5ffe102d34e15a8f03802ee943dd3f61f332adf7bc0578c208f0cfc042b2b530658b1aaaae2b603f93b9e5535bbdfbfdcac91b636a31d19f1ec359
7
- data.tar.gz: ba40c285597814ba895d3777db4da5f1d0aa978fa13d6b0217256dd27142f497098e8b564a2971716f86a46347b6b7b948006c13245caef3e54849c83e384491
6
+ metadata.gz: 76726e7051f8c2293d8713ced85f9ea0f6deb34b617b893b188a1a18be699633734570bbd70a88056328ac928a21a1211c4ef948f9074590b886f23d43c063ff
7
+ data.tar.gz: 66fdf510e242179ce24cadea75bd808e664a4f1c0b849a660b3c2aee3a0a81a286d44d11a852d71df1da91869c9a8e05c53a60a8a96b95546c09fe9646ca0f20
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- protosum2 (0.2.0)
4
+ protosum2 (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Protosum2
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
data/lib/protosum2.rb CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  require_relative "protosum2/version"
4
4
 
5
+ Dir.glob("#{__dir__}/**/*_pb.rb").each {|file| require file}
6
+
5
7
  module Protosum2
6
8
  class Error < StandardError; end
7
9
  # Your code goes here...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protosum2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - igsr5