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: 7b2abc1a729bbdfcbffe4b9a064066f5db1fd614cea10720b252fd6ff3412f9e
4
- data.tar.gz: 1e05d907b214dee124c7911c076ad7972bf23250cf63f45733d70f41e72ee6de
3
+ metadata.gz: 51114edc315a800b8ff579ae81cba7744513593b44833f0b3bfc0ee364e11508
4
+ data.tar.gz: 6de822e29dba8f1ecf0513cc7d36459be92d33602ee011bc5e78cf189e916cc9
5
5
  SHA512:
6
- metadata.gz: 032e897dfba632fc3cac9b3b29b2613ca4a6db37d6add26636f81c54655f7b820ac71405a30e6f41c149ae55d6f43cf62ea9b442c551a226f61914550237be9b
7
- data.tar.gz: a21c0215c1d3c389595a10f93679862c7ce5f82f6c6b6c809ffbe791c31a850dc5d124f832fca202428dc62ea1425e915ec7726332f8c78deb5f33f75fcbaa9c
6
+ metadata.gz: 05ce7aefbbb01c7e4bf0b537625b4dfa65d0128b5e5819b24df4325cd171f4d71e0392fc9363fe16850fcef72ad355505cd60f0f8e18c73d7a8f8ecfa71aaff3
7
+ data.tar.gz: 8e587032ea14a49ca68d5188cd1f9a2d49e773e79fe4fd91f1add50fd9e463f1960b707cccfd4069c1f4c149966267e39f9d72d12afd1d550104091b45b059d8
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.6.0'
3
+ gem 'rubypitaya', '2.6.1'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -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.0)
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.0)
88
+ rubypitaya (= 2.6.1)
89
89
 
90
90
  BUNDLED WITH
91
91
  1.17.2
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.6.0'
2
+ VERSION = '2.6.1'
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: 2.6.0
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/hello_world.rb"
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"