coins_paid_rails 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +50 -51
- data/coins_paid_rails.gemspec +2 -2
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab34308c6f8735c1ab2b0c30a24faa2c11719b5017e8aca9697fa70cc85b0c32
|
4
|
+
data.tar.gz: 64151ea8d034672fd678555036a82e3f191cbb11beedc015a5653b7982c7e449
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3555750af1c3766d2bd96af8085258a2617f45e8c2a23f66f5b1cdc172da54366e2e3ba84e64bdb02985176fff5d55a482a0d784d5cac676c9caecb98a976fe
|
7
|
+
data.tar.gz: 167e712d1860a1b2ad29cea848bf25bd601531a55648ed40e89d13ed5503ed9c94203ddaabb4987ef72edfe0a22c4e2b6cef7cfa1990cc597d5dd357a67a2b3b
|
data/Gemfile.lock
CHANGED
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
coins_paid_rails (1.1.7)
|
5
|
-
activerecord (
|
5
|
+
activerecord (~> 6.1.4)
|
6
6
|
coins_paid_api (~> 1.0)
|
7
7
|
dry-initializer (~> 3.0)
|
8
8
|
dry-struct (~> 1.0)
|
@@ -10,38 +10,37 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: http://www.rubygems.org/
|
12
12
|
specs:
|
13
|
-
actionpack (
|
14
|
-
actionview (=
|
15
|
-
activesupport (=
|
16
|
-
rack (~> 2.0, >= 2.0.
|
13
|
+
actionpack (6.1.4.1)
|
14
|
+
actionview (= 6.1.4.1)
|
15
|
+
activesupport (= 6.1.4.1)
|
16
|
+
rack (~> 2.0, >= 2.0.9)
|
17
17
|
rack-test (>= 0.6.3)
|
18
18
|
rails-dom-testing (~> 2.0)
|
19
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
20
|
-
actionview (
|
21
|
-
activesupport (=
|
19
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
20
|
+
actionview (6.1.4.1)
|
21
|
+
activesupport (= 6.1.4.1)
|
22
22
|
builder (~> 3.1)
|
23
23
|
erubi (~> 1.4)
|
24
24
|
rails-dom-testing (~> 2.0)
|
25
|
-
rails-html-sanitizer (~> 1.
|
26
|
-
activemodel (
|
27
|
-
activesupport (=
|
28
|
-
activerecord (
|
29
|
-
activemodel (=
|
30
|
-
activesupport (=
|
31
|
-
|
32
|
-
activesupport (5.2.4.4)
|
25
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
26
|
+
activemodel (6.1.4.1)
|
27
|
+
activesupport (= 6.1.4.1)
|
28
|
+
activerecord (6.1.4.1)
|
29
|
+
activemodel (= 6.1.4.1)
|
30
|
+
activesupport (= 6.1.4.1)
|
31
|
+
activesupport (6.1.4.1)
|
33
32
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
34
|
-
i18n (>=
|
35
|
-
minitest (
|
36
|
-
tzinfo (~>
|
37
|
-
|
33
|
+
i18n (>= 1.6, < 2)
|
34
|
+
minitest (>= 5.1)
|
35
|
+
tzinfo (~> 2.0)
|
36
|
+
zeitwerk (~> 2.3)
|
38
37
|
builder (3.2.4)
|
39
38
|
chunky_png (1.4.0)
|
40
|
-
coins_paid_api (1.0.
|
39
|
+
coins_paid_api (1.0.7)
|
41
40
|
dry-struct (~> 1.0)
|
42
41
|
faraday (~> 0.12)
|
43
42
|
faraday_middleware (~> 0.11)
|
44
|
-
concurrent-ruby (1.1.
|
43
|
+
concurrent-ruby (1.1.9)
|
45
44
|
crass (1.0.6)
|
46
45
|
diff-lcs (1.4.4)
|
47
46
|
docile (1.1.5)
|
@@ -73,19 +72,19 @@ GEM
|
|
73
72
|
multipart-post (>= 1.2, < 3)
|
74
73
|
faraday_middleware (0.14.0)
|
75
74
|
faraday (>= 0.7.4, < 1.0)
|
76
|
-
i18n (1.8.
|
75
|
+
i18n (1.8.10)
|
77
76
|
concurrent-ruby (~> 1.0)
|
78
77
|
ice_nine (0.11.2)
|
79
78
|
json (2.3.0)
|
80
|
-
loofah (2.
|
79
|
+
loofah (2.12.0)
|
81
80
|
crass (~> 1.0.2)
|
82
81
|
nokogiri (>= 1.5.9)
|
83
82
|
method_source (1.0.0)
|
84
|
-
mini_portile2 (2.
|
85
|
-
minitest (5.14.
|
83
|
+
mini_portile2 (2.6.1)
|
84
|
+
minitest (5.14.4)
|
86
85
|
multipart-post (2.1.1)
|
87
|
-
nokogiri (1.
|
88
|
-
mini_portile2 (~> 2.
|
86
|
+
nokogiri (1.12.5)
|
87
|
+
mini_portile2 (~> 2.6.1)
|
89
88
|
racc (~> 1.4)
|
90
89
|
racc (1.5.2)
|
91
90
|
rack (2.2.3)
|
@@ -94,49 +93,49 @@ GEM
|
|
94
93
|
rails-dom-testing (2.0.3)
|
95
94
|
activesupport (>= 4.2.0)
|
96
95
|
nokogiri (>= 1.6)
|
97
|
-
rails-html-sanitizer (1.
|
96
|
+
rails-html-sanitizer (1.4.2)
|
98
97
|
loofah (~> 2.3)
|
99
|
-
railties (
|
100
|
-
actionpack (=
|
101
|
-
activesupport (=
|
98
|
+
railties (6.1.4.1)
|
99
|
+
actionpack (= 6.1.4.1)
|
100
|
+
activesupport (= 6.1.4.1)
|
102
101
|
method_source
|
103
|
-
rake (>= 0.
|
104
|
-
thor (
|
105
|
-
rake (13.0.
|
102
|
+
rake (>= 0.13)
|
103
|
+
thor (~> 1.0)
|
104
|
+
rake (13.0.6)
|
106
105
|
rqrcode (2.1.0)
|
107
106
|
chunky_png (~> 1.0)
|
108
107
|
rqrcode_core (~> 1.0)
|
109
108
|
rqrcode_core (1.2.0)
|
110
|
-
rspec-core (3.10.
|
109
|
+
rspec-core (3.10.1)
|
111
110
|
rspec-support (~> 3.10.0)
|
112
|
-
rspec-expectations (3.10.
|
111
|
+
rspec-expectations (3.10.1)
|
113
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
114
113
|
rspec-support (~> 3.10.0)
|
115
114
|
rspec-its (1.3.0)
|
116
115
|
rspec-core (>= 3.0.0)
|
117
116
|
rspec-expectations (>= 3.0.0)
|
118
|
-
rspec-mocks (3.10.
|
117
|
+
rspec-mocks (3.10.2)
|
119
118
|
diff-lcs (>= 1.2.0, < 2.0)
|
120
119
|
rspec-support (~> 3.10.0)
|
121
|
-
rspec-rails (
|
122
|
-
actionpack (>=
|
123
|
-
activesupport (>=
|
124
|
-
railties (>=
|
125
|
-
rspec-core (~> 3.
|
126
|
-
rspec-expectations (~> 3.
|
127
|
-
rspec-mocks (~> 3.
|
128
|
-
rspec-support (~> 3.
|
129
|
-
rspec-support (3.10.
|
120
|
+
rspec-rails (5.0.2)
|
121
|
+
actionpack (>= 5.2)
|
122
|
+
activesupport (>= 5.2)
|
123
|
+
railties (>= 5.2)
|
124
|
+
rspec-core (~> 3.10)
|
125
|
+
rspec-expectations (~> 3.10)
|
126
|
+
rspec-mocks (~> 3.10)
|
127
|
+
rspec-support (~> 3.10)
|
128
|
+
rspec-support (3.10.2)
|
130
129
|
simplecov (0.13.0)
|
131
130
|
docile (~> 1.1.0)
|
132
131
|
json (>= 1.8, < 3)
|
133
132
|
simplecov-html (~> 0.10.0)
|
134
133
|
simplecov-html (0.10.2)
|
135
134
|
sqlite3 (1.4.2)
|
136
|
-
thor (1.0
|
137
|
-
|
138
|
-
|
139
|
-
|
135
|
+
thor (1.1.0)
|
136
|
+
tzinfo (2.0.4)
|
137
|
+
concurrent-ruby (~> 1.0)
|
138
|
+
zeitwerk (2.4.2)
|
140
139
|
|
141
140
|
PLATFORMS
|
142
141
|
ruby
|
data/coins_paid_rails.gemspec
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'coins_paid_rails'
|
3
3
|
s.authors = ['Artem Biserov(artembiserov)', 'Oleg Ivanov(morhekil)']
|
4
|
-
s.version = '1.1.
|
4
|
+
s.version = '1.1.8'
|
5
5
|
s.files = `git ls-files`.split("\n")
|
6
6
|
s.summary = 'CoinsPaid Rails Integration'
|
7
7
|
s.license = 'MIT'
|
8
8
|
|
9
9
|
s.add_runtime_dependency 'coins_paid_api', '~> 1.0'
|
10
|
-
s.add_runtime_dependency 'activerecord', '
|
10
|
+
s.add_runtime_dependency 'activerecord', '~> 6.1.4'
|
11
11
|
s.add_runtime_dependency 'dry-initializer', '~> 3.0'
|
12
12
|
s.add_runtime_dependency 'dry-struct', '~> 1.0'
|
13
13
|
s.add_development_dependency 'rspec-rails'
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coins_paid_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artem Biserov(artembiserov)
|
8
8
|
- Oleg Ivanov(morhekil)
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-09-
|
12
|
+
date: 2021-09-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: coins_paid_api
|
@@ -29,16 +29,16 @@ dependencies:
|
|
29
29
|
name: activerecord
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
34
|
+
version: 6.1.4
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - "
|
39
|
+
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: 6.1.4
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: dry-initializer
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,8 +81,8 @@ dependencies:
|
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
|
-
description:
|
85
|
-
email:
|
84
|
+
description:
|
85
|
+
email:
|
86
86
|
executables: []
|
87
87
|
extensions: []
|
88
88
|
extra_rdoc_files: []
|
@@ -108,11 +108,11 @@ files:
|
|
108
108
|
- spec/qr_code_spec.rb
|
109
109
|
- spec/spec_helper.rb
|
110
110
|
- spec/support/database/create_table.rb
|
111
|
-
homepage:
|
111
|
+
homepage:
|
112
112
|
licenses:
|
113
113
|
- MIT
|
114
114
|
metadata: {}
|
115
|
-
post_install_message:
|
115
|
+
post_install_message:
|
116
116
|
rdoc_options: []
|
117
117
|
require_paths:
|
118
118
|
- lib
|
@@ -127,9 +127,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
- !ruby/object:Gem::Version
|
128
128
|
version: '0'
|
129
129
|
requirements: []
|
130
|
-
rubyforge_project:
|
130
|
+
rubyforge_project:
|
131
131
|
rubygems_version: 2.7.6
|
132
|
-
signing_key:
|
132
|
+
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: CoinsPaid Rails Integration
|
135
135
|
test_files: []
|