rubypitaya 2.4.1 → 2.4.2

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: 15a4c18905f4a79f7187e77415448088f7f1b85f67af17e0435d0bb1d7446fb6
4
- data.tar.gz: 0af1363c965f78d0468444f068ccd5d9ae85888c5487bf7eaf0711e4f97ec8ef
3
+ metadata.gz: 03c5056c25ff5accc79b5ff9bb4484ecbc60eb45a792e2c8f7e80ea28763e8ae
4
+ data.tar.gz: 946c570c72ffa94f58f6bcf27e5ecc837a117687f39a32882b453fcd360c8bfd
5
5
  SHA512:
6
- metadata.gz: e08b6488c57f20bf8ef2999e5788c71a6499ac8a6693470ccbf2dda3b8a949a7326756001d74e18c195d3c473b7dea0133c4213ca859298436a18e8465466c57
7
- data.tar.gz: a0a60168b6dd1de0fef61a67ac7bfa04b9f3a665d56620a7fe4b8718592846929cb9e31a2cb74246c271d9714a0a281d9b9bdbe93512882b47247fe9ef4478b2
6
+ metadata.gz: ab867cb706a471c06bda562e4717c132dd7cd099023110abbf3fa2c9b52bb4ee6c9c97b25b364dba972cb4c8b87eaad66d7b19c2a8acfd99af30ff163fd1ca7a
7
+ data.tar.gz: bdb7483df13421d2899a3cdaf76eddcd483965d342ccdef8d78dff74d36a38682bfb90419d4eec46fdd3d648eca27ed39a5e6de19e97947c97e7d2a0372694e3
@@ -1,3 +1,10 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.4.1'
3
+ gem 'rubypitaya', '2.4.2'
4
+
5
+ group :development do
6
+ gem 'pry', '0.12.2'
7
+ gem 'bundler', '1.17.2'
8
+ gem 'rspec', '3.8.0'
9
+ gem 'listen', '3.2.1'
10
+ end
@@ -62,7 +62,7 @@ GEM
62
62
  diff-lcs (>= 1.2.0, < 2.0)
63
63
  rspec-support (~> 3.8.0)
64
64
  rspec-support (3.8.3)
65
- rubypitaya (2.4.1)
65
+ rubypitaya (2.4.2)
66
66
  activerecord (= 6.0.2)
67
67
  etcdv3 (= 0.10.2)
68
68
  eventmachine (= 1.2.7)
@@ -85,7 +85,7 @@ DEPENDENCIES
85
85
  pry (= 0.12.2)
86
86
  rake (= 10.0)
87
87
  rspec (= 3.8.0)
88
- rubypitaya (= 2.4.1)
88
+ rubypitaya (= 2.4.2)
89
89
 
90
90
  BUNDLED WITH
91
91
  1.17.2
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.4.1'
2
+ VERSION = '2.4.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-10 00:00:00.000000000 Z
11
+ date: 2020-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg