rubypitaya 2.6.0 → 2.6.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51114edc315a800b8ff579ae81cba7744513593b44833f0b3bfc0ee364e11508
|
4
|
+
data.tar.gz: 6de822e29dba8f1ecf0513cc7d36459be92d33602ee011bc5e78cf189e916cc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05ce7aefbbb01c7e4bf0b537625b4dfa65d0128b5e5819b24df4325cd171f4d71e0392fc9363fe16850fcef72ad355505cd60f0f8e18c73d7a8f8ecfa71aaff3
|
7
|
+
data.tar.gz: 8e587032ea14a49ca68d5188cd1f9a2d49e773e79fe4fd91f1add50fd9e463f1960b707cccfd4069c1f4c149966267e39f9d72d12afd1d550104091b45b059d8
|
@@ -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.6.
|
65
|
+
rubypitaya (2.6.1)
|
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
|
listen (= 3.2.1)
|
86
86
|
pry (= 0.12.2)
|
87
87
|
rspec (= 3.8.0)
|
88
|
-
rubypitaya (= 2.6.
|
88
|
+
rubypitaya (= 2.6.1)
|
89
89
|
|
90
90
|
BUNDLED WITH
|
91
91
|
1.17.2
|
File without changes
|
data/lib/rubypitaya/version.rb
CHANGED
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: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luciano Prestes Cavalcanti
|
@@ -227,7 +227,7 @@ files:
|
|
227
227
|
- "./lib/rubypitaya/app-template/app/constants/status_codes.rb"
|
228
228
|
- "./lib/rubypitaya/app-template/app/handlers/hello_world_handler.rb"
|
229
229
|
- "./lib/rubypitaya/app-template/app/handlers/player_handler.rb"
|
230
|
-
- "./lib/rubypitaya/app-template/app/http/
|
230
|
+
- "./lib/rubypitaya/app-template/app/http/hello_world_http.rb"
|
231
231
|
- "./lib/rubypitaya/app-template/app/http/views/hello_world.erb"
|
232
232
|
- "./lib/rubypitaya/app-template/app/models/player.rb"
|
233
233
|
- "./lib/rubypitaya/app-template/app/models/user.rb"
|