rubypitaya 3.4.0 → 3.4.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: a3416fbf6a02d6e883d1f97b9f4c6ca36e246043ff2541ef690cc13170cdd727
4
- data.tar.gz: 961e1d3f9a24f416e3a37ef422358dfc6a89677f369816999550c7d76215c571
3
+ metadata.gz: 5bfe1846e1695c0f38d883ceb83590fd272fcf02232e60482ad150986eb56368
4
+ data.tar.gz: 7c36d044c0af504502438e020d9fd3ee680288a77c7df20d12d8c6e6592a7be1
5
5
  SHA512:
6
- metadata.gz: 3892526f8d71b6a11448309ac6c1176a698ca46cfcda9b2c49a5860a2ed5913ffa285cc736ad39a23d480d6aebbd4ad8ea3a7352f2cd5cf8a48f2956ec02339f
7
- data.tar.gz: c57731543e86c6c161ead30fc84800f1c60c7895d18722ec47018da758736cd5d8cd1c5a6616a31307e910e838636587f701e1e37d76301e85fb44f1b2a6795a
6
+ metadata.gz: 75999334cfb367fe2830455777827d2237490e421b7cd6d16aff967b3ff81f6c98c12d487515b39947e84c186a644b866efb2508c62d60c3415d7020fb76482b
7
+ data.tar.gz: 5429533f9570bf4a5602f80412fb7ea306f4577eb90e72931e297e05625e64f8db0e46a654b1b7ee9e35fdf11e0973c97bbf512b596310e22b2519936c1bd16b
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.4.0'
3
+ gem 'rubypitaya', '3.4.1'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.1'
@@ -1,83 +1,79 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activemodel (6.1.4.1)
5
- activesupport (= 6.1.4.1)
6
- activerecord (6.1.4.1)
7
- activemodel (= 6.1.4.1)
8
- activesupport (= 6.1.4.1)
9
- activesupport (6.1.4.1)
4
+ activemodel (7.0.2)
5
+ activesupport (= 7.0.2)
6
+ activerecord (7.0.2)
7
+ activemodel (= 7.0.2)
8
+ activesupport (= 7.0.2)
9
+ activesupport (7.0.2)
10
10
  concurrent-ruby (~> 1.0, >= 1.0.2)
11
11
  i18n (>= 1.6, < 2)
12
12
  minitest (>= 5.1)
13
13
  tzinfo (~> 2.0)
14
- zeitwerk (~> 2.3)
15
- bson (4.12.1)
14
+ bson (4.14.1)
16
15
  builder (3.2.4)
17
16
  coderay (1.1.3)
18
17
  concurrent-ruby (1.1.9)
19
- cucumber (7.0.0)
18
+ cucumber (7.1.0)
20
19
  builder (~> 3.2, >= 3.2.4)
21
- cucumber-core (~> 10.0, >= 10.0.1)
20
+ cucumber-core (~> 10.1, >= 10.1.0)
22
21
  cucumber-create-meta (~> 6.0, >= 6.0.1)
23
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
24
- cucumber-gherkin (~> 20.0, >= 20.0.1)
25
- cucumber-html-formatter (~> 16.0, >= 16.0.1)
26
- cucumber-messages (~> 17.0, >= 17.0.1)
27
- cucumber-wire (~> 6.0, >= 6.0.1)
22
+ cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
23
+ cucumber-gherkin (~> 22.0, >= 22.0.0)
24
+ cucumber-html-formatter (~> 17.0, >= 17.0.0)
25
+ cucumber-messages (~> 17.1, >= 17.1.1)
26
+ cucumber-wire (~> 6.2, >= 6.2.0)
28
27
  diff-lcs (~> 1.4, >= 1.4.4)
29
28
  mime-types (~> 3.3, >= 3.3.1)
30
29
  multi_test (~> 0.1, >= 0.1.2)
31
30
  sys-uname (~> 1.2, >= 1.2.2)
32
- cucumber-core (10.0.1)
33
- cucumber-gherkin (~> 20.0, >= 20.0.1)
34
- cucumber-messages (~> 17.0, >= 17.0.1)
35
- cucumber-tag-expressions (~> 3.0, >= 3.0.1)
31
+ cucumber-core (10.1.1)
32
+ cucumber-gherkin (~> 22.0, >= 22.0.0)
33
+ cucumber-messages (~> 17.1, >= 17.1.1)
34
+ cucumber-tag-expressions (~> 4.1, >= 4.1.0)
36
35
  cucumber-create-meta (6.0.4)
37
36
  cucumber-messages (~> 17.1, >= 17.1.1)
38
37
  sys-uname (~> 1.2, >= 1.2.2)
39
- cucumber-cucumber-expressions (12.1.3)
40
- cucumber-gherkin (20.0.1)
41
- cucumber-messages (~> 17.0, >= 17.0.1)
42
- cucumber-html-formatter (16.0.1)
43
- cucumber-messages (~> 17.0, >= 17.0.1)
38
+ cucumber-cucumber-expressions (14.0.0)
39
+ cucumber-gherkin (22.0.0)
40
+ cucumber-messages (~> 17.1, >= 17.1.1)
41
+ cucumber-html-formatter (17.0.0)
42
+ cucumber-messages (~> 17.1, >= 17.1.0)
44
43
  cucumber-messages (17.1.1)
45
- cucumber-tag-expressions (3.0.1)
46
- cucumber-wire (6.1.1)
47
- cucumber-core (~> 10.0, >= 10.0.1)
48
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.2)
49
- cucumber-messages (~> 17.0, >= 17.0.1)
50
- diff-lcs (1.4.4)
51
- etcdv3 (0.11.4)
44
+ cucumber-tag-expressions (4.1.0)
45
+ cucumber-wire (6.2.1)
46
+ cucumber-core (~> 10.1, >= 10.1.0)
47
+ cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
48
+ diff-lcs (1.5.0)
49
+ etcdv3 (0.11.5)
52
50
  grpc (~> 1.17)
53
- eventmachine (1.2.7)
54
- ffi (1.15.4)
55
- google-protobuf (3.18.1-x86_64-linux)
51
+ ffi (1.15.5)
52
+ google-protobuf (3.19.4-x86_64-linux)
56
53
  googleapis-common-protos-types (1.3.0)
57
54
  google-protobuf (~> 3.14)
58
- grpc (1.41.1-x86_64-linux)
59
- google-protobuf (~> 3.17)
55
+ grpc (1.43.1-x86_64-linux)
56
+ google-protobuf (~> 3.18)
60
57
  googleapis-common-protos-types (~> 1.0)
61
- i18n (1.8.11)
58
+ i18n (1.9.1)
62
59
  concurrent-ruby (~> 1.0)
63
- listen (3.7.0)
60
+ listen (3.7.1)
64
61
  rb-fsevent (~> 0.10, >= 0.10.3)
65
62
  rb-inotify (~> 0.9, >= 0.9.10)
66
63
  method_source (1.0.0)
67
64
  mime-types (3.4.1)
68
65
  mime-types-data (~> 3.2015)
69
- mime-types-data (3.2021.1115)
70
- minitest (5.14.4)
71
- mongo (2.16.0)
66
+ mime-types-data (3.2022.0105)
67
+ minitest (5.15.0)
68
+ mongo (2.17.0)
72
69
  bson (>= 4.8.2, < 5.0.0)
73
70
  multi_json (1.15.0)
74
71
  multi_test (0.1.2)
75
72
  mustermann (1.1.1)
76
73
  ruby2_keywords (~> 0.0.1)
77
- nats (0.11.0)
78
- eventmachine (~> 1.2, >= 1.2)
79
- ostruct (0.4.0)
80
- pg (1.2.3)
74
+ nats-pure (2.0.0)
75
+ ostruct (0.5.3)
76
+ pg (1.3.1)
81
77
  pry (0.14.1)
82
78
  coderay (~> 1.1)
83
79
  method_source (~> 1.0)
@@ -85,34 +81,34 @@ GEM
85
81
  rack-protection (2.1.0)
86
82
  rack
87
83
  rake (13.0.6)
88
- rb-fsevent (0.11.0)
84
+ rb-fsevent (0.11.1)
89
85
  rb-inotify (0.10.1)
90
86
  ffi (~> 1.0)
91
- redis (4.5.1)
92
- rspec (3.10.0)
93
- rspec-core (~> 3.10.0)
94
- rspec-expectations (~> 3.10.0)
95
- rspec-mocks (~> 3.10.0)
96
- rspec-core (3.10.1)
97
- rspec-support (~> 3.10.0)
98
- rspec-expectations (3.10.1)
87
+ redis (4.6.0)
88
+ rspec (3.11.0)
89
+ rspec-core (~> 3.11.0)
90
+ rspec-expectations (~> 3.11.0)
91
+ rspec-mocks (~> 3.11.0)
92
+ rspec-core (3.11.0)
93
+ rspec-support (~> 3.11.0)
94
+ rspec-expectations (3.11.0)
99
95
  diff-lcs (>= 1.2.0, < 2.0)
100
- rspec-support (~> 3.10.0)
101
- rspec-mocks (3.10.2)
96
+ rspec-support (~> 3.11.0)
97
+ rspec-mocks (3.11.0)
102
98
  diff-lcs (>= 1.2.0, < 2.0)
103
- rspec-support (~> 3.10.0)
104
- rspec-support (3.10.3)
99
+ rspec-support (~> 3.11.0)
100
+ rspec-support (3.11.0)
105
101
  ruby2_keywords (0.0.5)
106
- rubypitaya (3.4.0)
107
- activerecord (= 6.1.4.1)
108
- etcdv3 (= 0.11.4)
109
- google-protobuf (= 3.18.1)
110
- mongo (= 2.16.0)
111
- nats (= 0.11.0)
112
- ostruct (= 0.4.0)
113
- pg (= 1.2.3)
102
+ rubypitaya (3.4.1)
103
+ activerecord (= 7.0.2)
104
+ etcdv3 (= 0.11.5)
105
+ google-protobuf (= 3.19.4)
106
+ mongo (= 2.17.0)
107
+ nats-pure (= 2.0.0)
108
+ ostruct (= 0.5.3)
109
+ pg (= 1.3.1)
114
110
  rake (= 13.0.6)
115
- redis (= 4.5.1)
111
+ redis (= 4.6.0)
116
112
  sinatra (= 2.1.0)
117
113
  webrick (= 1.7.0)
118
114
  sinatra (2.1.0)
@@ -132,19 +128,18 @@ GEM
132
128
  tzinfo (2.0.4)
133
129
  concurrent-ruby (~> 1.0)
134
130
  webrick (1.7.0)
135
- zeitwerk (2.5.1)
136
131
 
137
132
  PLATFORMS
138
133
  x86_64-linux
139
134
 
140
135
  DEPENDENCIES
141
- bundler (= 2.2.22)
142
- cucumber (= 7.0.0)
143
- listen (= 3.7.0)
136
+ bundler (= 2.2.32)
137
+ cucumber (= 7.1.0)
138
+ listen (= 3.7.1)
144
139
  pry (= 0.14.1)
145
- rspec (= 3.10.0)
146
- rubypitaya (= 3.4.0)
140
+ rspec (= 3.11.0)
141
+ rubypitaya (= 3.4.1)
147
142
  sinatra-contrib (= 2.1.0)
148
143
 
149
144
  BUNDLED WITH
150
- 2.2.22
145
+ 2.2.32
@@ -1,12 +1,12 @@
1
1
  require 'active_record'
2
2
 
3
- class CreatePlayerMigration < ActiveRecord::Migration[6.1]
3
+ class CreatePlayerMigration < ActiveRecord::Migration[7.0]
4
4
 
5
5
  enable_extension 'pgcrypto'
6
6
 
7
7
  def change
8
8
  create_table :players, id: :uuid do |t|
9
- t.belongs_to :user, type: :uuid
9
+ t.belongs_to :user, type: :uuid, foreing_key: true, index: { unique: true }
10
10
  t.string :name, null: false
11
11
  t.integer :gold, null: false
12
12
  t.timestamps null: false
@@ -1,6 +1,6 @@
1
1
  require 'active_record'
2
2
 
3
- class <%= class_name %> < ActiveRecord::Migration[6.1]
3
+ class <%= class_name %> < ActiveRecord::Migration[7.0]
4
4
 
5
5
  enable_extension 'pgcrypto' unless extension_enabled?('pgcrypto')
6
6
 
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.4.0'
2
+ VERSION = '3.4.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: 3.4.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti