rubypitaya 3.3.1 → 3.3.2

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: 6652bf4db6bfc26695e5a9f38e5ffbf4805e37249ab8f15fcc652caf91de4945
4
- data.tar.gz: a34d809daac9790f73a1b1095cf03f38f8bd8b26ed0980d31a31ca2d982bcebf
3
+ metadata.gz: b218ecc854aaf6e7cb2cf7bbf1ad80d910967c73b3ccf0ba06f81b039b5838b5
4
+ data.tar.gz: 30acb028ff6a65f8b7697be1ca1d533efb5383b3e68d180cdc92bdcf37d762f1
5
5
  SHA512:
6
- metadata.gz: 05bebcbb4d66026349c8b17c240ed3e8d5af8125e4791f74f4e97f87f56304dc375c9521a342e3f140f1eb193146a2b1dccc2deba274c9a2b00884c6941e5da1
7
- data.tar.gz: e826a4bb5462b01c7107a9d581dabd590299911312f1f0243849cd77e54a9b32a96533669647c9659f9128411acb4954333dd86e360a71883d9b4d6553109baf
6
+ metadata.gz: 610d327bbf85407e5880b4593bd804c55ffff8022783582340e48f962da345f91d569b24f8b7e477027c8edbd61f8d8e9bb7827acb14e8070c63687e64799049
7
+ data.tar.gz: 1c5c9d3256b9d81d539f6b47c0181d15656e4a75185c3634d951984bc532762c5b6f3a390a94e8ae7c4486da20c0cde79885e69391875590f27c843963fdae33
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.3.1'
3
+ gem 'rubypitaya', '3.3.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.1'
@@ -103,7 +103,7 @@ GEM
103
103
  rspec-support (~> 3.10.0)
104
104
  rspec-support (3.10.3)
105
105
  ruby2_keywords (0.0.5)
106
- rubypitaya (3.3.1)
106
+ rubypitaya (3.3.2)
107
107
  activerecord (= 6.1.4.1)
108
108
  etcdv3 (= 0.11.4)
109
109
  google-protobuf (= 3.18.1)
@@ -143,7 +143,7 @@ DEPENDENCIES
143
143
  listen (= 3.7.0)
144
144
  pry (= 0.14.1)
145
145
  rspec (= 3.10.0)
146
- rubypitaya (= 3.3.1)
146
+ rubypitaya (= 3.3.2)
147
147
  sinatra-contrib (= 2.1.0)
148
148
 
149
149
  BUNDLED WITH
@@ -1,9 +1,11 @@
1
- class RouteError < StandardError
1
+ module RubyPitaya
2
+ class RouteError < StandardError
2
3
 
3
- def initialize(code, message)
4
- @code = code
5
- @message = message
4
+ def initialize(code, message)
5
+ @code = code
6
+ @message = message
6
7
 
7
- super(message)
8
+ super(message)
9
+ end
8
10
  end
9
11
  end
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.3.1'
2
+ VERSION = '3.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti