luno 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb327dac23e013eeb890c1fadac8a791b988c62aa4b8e541f0637f97ce8003a
4
- data.tar.gz: daeb065c505b364c4438354493e65a736c82ed30fbb7c78fa1abeb45261c01e8
3
+ metadata.gz: 920d484f3544d1841cc060022ff2ea98f17f102022b65975ab0c36be9cdecd02
4
+ data.tar.gz: b2d673196012333968b5f0a42314e5169f016b0850a6aeaa601f875aef4ad4a7
5
5
  SHA512:
6
- metadata.gz: 0ac185bf7b585d8aca16a6b60b4f9bc002ec363684cab3006cca098908ac1ab066612aec14407778dea430338e3edbac4ebd5027d1327fcf9869fa35dee94eda
7
- data.tar.gz: 47344ffeff6064c3aaef8ccb3cc17803ccd4d831d0880586ed116060469e4f3840bd0ff9d9d792d64d38d95fd68107ec74cae724e474df15a1dc940e6b56ef27
6
+ metadata.gz: 84877ea294960d4147f428df2427239ae6aa7a1c54245158daee7baec85ddb7aa5f11c4a00cad988fc894726bba2997ca86c2eca83d17de485e88929e6a335a1
7
+ data.tar.gz: 4000e7bdae86aaf7bfb24c10700314270c4edbced56ca468246adda1e916891ab4028d5c26421b1c2b222d8575d631c75e294309491777a2dc7c39142e3aa670
data/.gitignore CHANGED
File without changes
data/.ruby-version CHANGED
File without changes
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/Gemfile.lock CHANGED
@@ -1,79 +1,79 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- luno (0.2.0)
4
+ luno (0.2.3)
5
5
  active_attr (~> 0.15)
6
6
  httparty (~> 0.18)
7
- nokogiri (~> 1.10.9)
7
+ nokogiri (~> 1.11.2)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (6.0.3.2)
13
- actionview (= 6.0.3.2)
14
- activesupport (= 6.0.3.2)
15
- rack (~> 2.0, >= 2.0.8)
12
+ actionpack (6.1.3)
13
+ actionview (= 6.1.3)
14
+ activesupport (= 6.1.3)
15
+ rack (~> 2.0, >= 2.0.9)
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.3.2)
20
- activesupport (= 6.0.3.2)
19
+ actionview (6.1.3)
20
+ activesupport (= 6.1.3)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- active_attr (0.15.0)
26
- actionpack (>= 3.0.2, < 6.1)
27
- activemodel (>= 3.0.2, < 6.1)
28
- activesupport (>= 3.0.2, < 6.1)
29
- activemodel (6.0.3.2)
30
- activesupport (= 6.0.3.2)
31
- activesupport (6.0.3.2)
25
+ active_attr (0.15.2)
26
+ actionpack (>= 3.0.2, < 7.0)
27
+ activemodel (>= 3.0.2, < 7.0)
28
+ activesupport (>= 3.0.2, < 7.0)
29
+ activemodel (6.1.3)
30
+ activesupport (= 6.1.3)
31
+ activesupport (6.1.3)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
- i18n (>= 0.7, < 2)
34
- minitest (~> 5.1)
35
- tzinfo (~> 1.1)
36
- zeitwerk (~> 2.2, >= 2.2.2)
33
+ i18n (>= 1.6, < 2)
34
+ minitest (>= 5.1)
35
+ tzinfo (~> 2.0)
36
+ zeitwerk (~> 2.3)
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
41
  coderay (1.1.3)
42
- concurrent-ruby (1.1.6)
43
- crack (0.4.3)
44
- safe_yaml (~> 1.0.0)
42
+ concurrent-ruby (1.1.8)
43
+ crack (0.4.5)
44
+ rexml
45
45
  crass (1.0.6)
46
- erubi (1.9.0)
46
+ erubi (1.10.0)
47
47
  hashdiff (1.0.1)
48
48
  httparty (0.18.1)
49
49
  mime-types (~> 3.0)
50
50
  multi_xml (>= 0.5.2)
51
- i18n (1.8.3)
51
+ i18n (1.8.9)
52
52
  concurrent-ruby (~> 1.0)
53
- loofah (2.6.0)
53
+ loofah (2.9.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.2020.0512)
60
- mini_portile2 (2.4.0)
61
- minitest (5.14.1)
59
+ mime-types-data (3.2021.0225)
60
+ minitest (5.14.4)
62
61
  minitest-focus (1.1.2)
63
62
  minitest (>= 4, < 6)
64
- minitest-reporters (1.4.2)
63
+ minitest-reporters (1.4.3)
65
64
  ansi
66
65
  builder
67
66
  minitest (>= 5.0)
68
67
  ruby-progressbar
69
68
  mocha (1.11.2)
70
69
  multi_xml (0.6.0)
71
- nokogiri (1.10.9)
72
- mini_portile2 (~> 2.4.0)
73
- pry (0.13.1)
70
+ nokogiri (1.11.2-x86_64-linux)
71
+ racc (~> 1.4)
72
+ pry (0.14.0)
74
73
  coderay (~> 1.1)
75
74
  method_source (~> 1.0)
76
- public_suffix (4.0.5)
75
+ public_suffix (4.0.6)
76
+ racc (1.5.2)
77
77
  rack (2.2.3)
78
78
  rack-test (1.1.0)
79
79
  rack (>= 1.0, < 3)
@@ -82,18 +82,17 @@ GEM
82
82
  nokogiri (>= 1.6)
83
83
  rails-html-sanitizer (1.3.0)
84
84
  loofah (~> 2.3)
85
- rake (13.0.1)
86
- ruby-progressbar (1.10.1)
87
- safe_yaml (1.0.5)
88
- thread_safe (0.3.6)
89
- timecop (0.9.1)
90
- tzinfo (1.2.7)
91
- thread_safe (~> 0.1)
85
+ rake (13.0.3)
86
+ rexml (3.2.4)
87
+ ruby-progressbar (1.11.0)
88
+ timecop (0.9.4)
89
+ tzinfo (2.0.4)
90
+ concurrent-ruby (~> 1.0)
92
91
  webmock (3.8.3)
93
92
  addressable (>= 2.3.6)
94
93
  crack (>= 0.3.2)
95
94
  hashdiff (>= 0.4.0, < 2.0.0)
96
- zeitwerk (2.3.1)
95
+ zeitwerk (2.4.2)
97
96
 
98
97
  PLATFORMS
99
98
  ruby
@@ -111,4 +110,4 @@ DEPENDENCIES
111
110
  webmock (~> 3.8.3)
112
111
 
113
112
  BUNDLED WITH
114
- 1.17.2
113
+ 1.17.3
data/LICENSE CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/lib/luno.rb CHANGED
File without changes
data/lib/luno/accounts.rb CHANGED
File without changes
File without changes
data/lib/luno/client.rb CHANGED
File without changes
File without changes
File without changes
data/lib/luno/markets.rb CHANGED
File without changes
data/lib/luno/orders.rb CHANGED
File without changes
File without changes
data/lib/luno/quotes.rb CHANGED
File without changes
File without changes
data/lib/luno/sending.rb CHANGED
File without changes
File without changes
File without changes
data/lib/luno/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Luno
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
File without changes
data/luno.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.add_dependency "httparty", "~> 0.18"
26
26
  spec.add_dependency "active_attr", "~> 0.15"
27
- spec.add_dependency "nokogiri", "~> 1.10.9"
27
+ spec.add_dependency "nokogiri", "~> 1.11.2"
28
28
 
29
29
  # Development dependancies
30
30
  spec.add_development_dependency "bundler", "~> 1.17"
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.2
4
+ version: 0.2.3
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-10-25 00:00:00.000000000 Z
11
+ date: 2021-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.10.9
47
+ version: 1.11.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.10.9
54
+ version: 1.11.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -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
@@ -233,8 +233,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  requirements: []
236
- rubygems_version: 3.1.4
237
- signing_key:
236
+ rubygems_version: 3.0.6
237
+ signing_key:
238
238
  specification_version: 4
239
239
  summary: A client for using the Luno API in Ruby.
240
240
  test_files: []