rubyqrpay 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +24 -25
  3. data/lib/rubyqrpay/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec2f1aa380ae306fcd017eed6fc5b5edb89ee1f013efe24ac317989619a9b55f
4
- data.tar.gz: f7148ab8b0f6809b9d39e2492fddd4906d83951de9374161a6ec16b4058affea
3
+ metadata.gz: 63244c6f6a79ed189620e0ee2d89d20f998ce2378bea20b41cd83ebcc6fa74d7
4
+ data.tar.gz: 2d14b705a12d95f7acb6f4b24c7c42abdbbb59d7e2cc5c2f4a149945db9dc378
5
5
  SHA512:
6
- metadata.gz: 2380c00b033ce9261c2d75f0f3afd7c3f13765b8ceb6f39588cd4e3839d848d25cdf1c2e40176874a1d8263e9bd8962321a577903164c14b2136acb44d1035dd
7
- data.tar.gz: 539d2f09c9ffa33bd7a2df9c645e1913445be147a3e6963ddfe9b49d843e5327f9439ede37a5664da69ed6bd4b33ccc4d8d9519cfe6b418aa6800023c1530cb5
6
+ metadata.gz: 5550aa8ed3c95fa4bdf6247e92a03c773a013503d31b4b9b935466bd31152b7845e29f44cf5fcd58a6dddf00bc87a7351445e4b05f57e2538b68c7ca6dd55c3a
7
+ data.tar.gz: e725ed497d66f375de59f78bd46a90c3f90b8f97b41ed83c30ac1476066ca55eb15a3ad04c7bd62f4199d0947b169b424a16e42f3261da7afcca0542f2e6dd84
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubyqrpay (0.2.2)
4
+ rubyqrpay (0.2.3)
5
5
  countries (~> 2.1)
6
6
  digest-crc (~> 0.4)
7
7
  dry-validation (~> 0.11)
@@ -27,55 +27,54 @@ GEM
27
27
  dry-container (0.6.0)
28
28
  concurrent-ruby (~> 1.0)
29
29
  dry-configurable (~> 0.1, >= 0.1.3)
30
- dry-core (0.4.5)
30
+ dry-core (0.4.7)
31
31
  concurrent-ruby (~> 1.0)
32
- dry-equalizer (0.2.0)
32
+ dry-equalizer (0.2.1)
33
+ dry-inflector (0.1.2)
33
34
  dry-logic (0.4.2)
34
35
  dry-container (~> 0.2, >= 0.2.6)
35
36
  dry-core (~> 0.2)
36
37
  dry-equalizer (~> 0.2)
37
- dry-types (0.12.2)
38
+ dry-types (0.13.2)
38
39
  concurrent-ruby (~> 1.0)
39
- dry-configurable (~> 0.1)
40
40
  dry-container (~> 0.3)
41
- dry-core (~> 0.2, >= 0.2.1)
41
+ dry-core (~> 0.4, >= 0.4.4)
42
42
  dry-equalizer (~> 0.2)
43
+ dry-inflector (~> 0.1, >= 0.1.2)
43
44
  dry-logic (~> 0.4, >= 0.4.2)
44
- inflecto (~> 0.0.0, >= 0.0.2)
45
- dry-validation (0.11.1)
45
+ dry-validation (0.12.1)
46
46
  concurrent-ruby (~> 1.0)
47
47
  dry-configurable (~> 0.1, >= 0.1.3)
48
48
  dry-core (~> 0.2, >= 0.2.1)
49
49
  dry-equalizer (~> 0.2)
50
50
  dry-logic (~> 0.4, >= 0.4.0)
51
- dry-types (~> 0.12.0)
52
- i18n (0.9.5)
51
+ dry-types (~> 0.13.1)
52
+ i18n (1.0.1)
53
53
  concurrent-ruby (~> 1.0)
54
54
  i18n_data (0.8.0)
55
- inflecto (0.0.2)
56
55
  iso639 (1.3.2)
57
56
  method_source (0.9.0)
58
- money (6.10.1)
59
- i18n (>= 0.6.4, < 1.0)
57
+ money (6.12.0)
58
+ i18n (>= 0.6.4, < 1.1)
60
59
  pry (0.11.3)
61
60
  coderay (~> 1.1.0)
62
61
  method_source (~> 0.9.0)
63
62
  rake (10.5.0)
64
63
  rqrcode (0.10.1)
65
64
  chunky_png (~> 1.0)
66
- rspec (3.7.0)
67
- rspec-core (~> 3.7.0)
68
- rspec-expectations (~> 3.7.0)
69
- rspec-mocks (~> 3.7.0)
70
- rspec-core (3.7.1)
71
- rspec-support (~> 3.7.0)
72
- rspec-expectations (3.7.0)
65
+ rspec (3.8.0)
66
+ rspec-core (~> 3.8.0)
67
+ rspec-expectations (~> 3.8.0)
68
+ rspec-mocks (~> 3.8.0)
69
+ rspec-core (3.8.0)
70
+ rspec-support (~> 3.8.0)
71
+ rspec-expectations (3.8.1)
73
72
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.7.0)
75
- rspec-mocks (3.7.0)
73
+ rspec-support (~> 3.8.0)
74
+ rspec-mocks (3.8.0)
76
75
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.7.0)
78
- rspec-support (3.7.1)
76
+ rspec-support (~> 3.8.0)
77
+ rspec-support (3.8.0)
79
78
  sixarm_ruby_unaccent (1.2.0)
80
79
  unicode_utils (1.4.0)
81
80
 
@@ -96,4 +95,4 @@ DEPENDENCIES
96
95
  rubyqrpay!
97
96
 
98
97
  BUNDLED WITH
99
- 1.16.1
98
+ 1.16.2
@@ -1,3 +1,3 @@
1
1
  module Rubyqrpay
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyqrpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egor Shpalov