luno 0.2.0 → 0.2.1

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 +21 -21
  3. data/lib/luno/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e664e47e7a6037bf7e4ff9af7e7e40146cc8d393b0566e77f7f401c51433fb4
4
- data.tar.gz: e46c10799631a0fafad6419a176a89c44917d90e4d99b152c7cf91fbd2075778
3
+ metadata.gz: b5f25f490b782056e3d1092b08e76e3139519d4594506946bcf4f3a94fbc7c52
4
+ data.tar.gz: 6b83708a92db84e946db79b3656a4a36f8864e7becb32c1f7707c7c0ce02b68f
5
5
  SHA512:
6
- metadata.gz: d33e2d46da2c3827164b7b217cda126b44410ee2c4beefdcf67ddba3bb43ff7ff56f15b943e45729e9b94c047fdefa1cd4abbeae89048516656b98bda1c9fdae
7
- data.tar.gz: e7da2ac7785e87dbc147ce645a9dbbecf04ee01aceb003d7b8fc1dde7cfaecbbff7fd40e9552e10ec3f4b83fe47bed14231baa3394f43246050a76d68321fb73
6
+ metadata.gz: d6dda7bc29eaeb756006786a6f0da89881a8f7c36f0f7e7b25ad87980413785657ad15559e1bcf70b23aea2eea70705e84776a6c11ecdc6224634ce75d1d0879
7
+ data.tar.gz: 8142e9f12a38f3b0cf6961f9c999d22588738096d5283ade0f5bfeb74d21dd9f999b00850a934709b7c6c6de31c32cb01a41f8d53e64d311e87bbe3ed8d818dd
@@ -9,15 +9,15 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (6.0.2.2)
13
- actionview (= 6.0.2.2)
14
- activesupport (= 6.0.2.2)
12
+ actionpack (6.0.3.2)
13
+ actionview (= 6.0.3.2)
14
+ activesupport (= 6.0.3.2)
15
15
  rack (~> 2.0, >= 2.0.8)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (6.0.2.2)
20
- activesupport (= 6.0.2.2)
19
+ actionview (6.0.3.2)
20
+ activesupport (= 6.0.3.2)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
@@ -26,39 +26,39 @@ GEM
26
26
  actionpack (>= 3.0.2, < 6.1)
27
27
  activemodel (>= 3.0.2, < 6.1)
28
28
  activesupport (>= 3.0.2, < 6.1)
29
- activemodel (6.0.2.2)
30
- activesupport (= 6.0.2.2)
31
- activesupport (6.0.2.2)
29
+ activemodel (6.0.3.2)
30
+ activesupport (= 6.0.3.2)
31
+ activesupport (6.0.3.2)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 0.7, < 2)
34
34
  minitest (~> 5.1)
35
35
  tzinfo (~> 1.1)
36
- zeitwerk (~> 2.2)
36
+ zeitwerk (~> 2.2, >= 2.2.2)
37
37
  addressable (2.7.0)
38
38
  public_suffix (>= 2.0.2, < 5.0)
39
39
  ansi (1.5.0)
40
40
  builder (3.2.4)
41
- coderay (1.1.2)
41
+ coderay (1.1.3)
42
42
  concurrent-ruby (1.1.6)
43
43
  crack (0.4.3)
44
44
  safe_yaml (~> 1.0.0)
45
45
  crass (1.0.6)
46
46
  erubi (1.9.0)
47
47
  hashdiff (1.0.1)
48
- httparty (0.18.0)
48
+ httparty (0.18.1)
49
49
  mime-types (~> 3.0)
50
50
  multi_xml (>= 0.5.2)
51
- i18n (1.8.2)
51
+ i18n (1.8.3)
52
52
  concurrent-ruby (~> 1.0)
53
- loofah (2.4.0)
53
+ loofah (2.6.0)
54
54
  crass (~> 1.0.2)
55
55
  nokogiri (>= 1.5.9)
56
56
  method_source (1.0.0)
57
57
  mime-types (3.3.1)
58
58
  mime-types-data (~> 3.2015)
59
- mime-types-data (3.2019.1009)
59
+ mime-types-data (3.2020.0512)
60
60
  mini_portile2 (2.4.0)
61
- minitest (5.14.0)
61
+ minitest (5.14.1)
62
62
  minitest-focus (1.1.2)
63
63
  minitest (>= 4, < 6)
64
64
  minitest-reporters (1.4.2)
@@ -70,11 +70,11 @@ GEM
70
70
  multi_xml (0.6.0)
71
71
  nokogiri (1.10.9)
72
72
  mini_portile2 (~> 2.4.0)
73
- pry (0.13.0)
73
+ pry (0.13.1)
74
74
  coderay (~> 1.1)
75
75
  method_source (~> 1.0)
76
- public_suffix (4.0.3)
77
- rack (2.2.2)
76
+ public_suffix (4.0.5)
77
+ rack (2.2.3)
78
78
  rack-test (1.1.0)
79
79
  rack (>= 1.0, < 3)
80
80
  rails-dom-testing (2.0.3)
@@ -87,13 +87,13 @@ GEM
87
87
  safe_yaml (1.0.5)
88
88
  thread_safe (0.3.6)
89
89
  timecop (0.9.1)
90
- tzinfo (1.2.6)
90
+ tzinfo (1.2.7)
91
91
  thread_safe (~> 0.1)
92
92
  webmock (3.8.3)
93
93
  addressable (>= 2.3.6)
94
94
  crack (>= 0.3.2)
95
95
  hashdiff (>= 0.4.0, < 2.0.0)
96
- zeitwerk (2.3.0)
96
+ zeitwerk (2.3.1)
97
97
 
98
98
  PLATFORMS
99
99
  ruby
@@ -111,4 +111,4 @@ DEPENDENCIES
111
111
  webmock (~> 3.8.3)
112
112
 
113
113
  BUNDLED WITH
114
- 1.17.3
114
+ 1.17.2
@@ -1,3 +1,3 @@
1
1
  module Luno
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-28 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -218,7 +218,7 @@ homepage: https://github.com/TRex22/luno
218
218
  licenses:
219
219
  - MIT
220
220
  metadata: {}
221
- post_install_message:
221
+ post_install_message:
222
222
  rdoc_options: []
223
223
  require_paths:
224
224
  - lib
@@ -234,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  requirements: []
236
236
  rubygems_version: 3.0.3
237
- signing_key:
237
+ signing_key:
238
238
  specification_version: 4
239
239
  summary: A client for using the Luno API in Ruby.
240
240
  test_files: []