currency_quote 0.1.7 → 0.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 +2 -0
- data/Gemfile.lock +5 -1
- data/lib/currency_quote/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a40c658e70dd631e2ebfe07cb250b1aee1917b65d152b76704f508877eee6413
|
4
|
+
data.tar.gz: eccea7c2458ad7f76686fb6b8e5c471c1cceb6fd57dbcbe537ee82f3c7da1408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f799969d09d60bd074429f6d5a91f7a8fda187d9f5c645e3e14f5950897651934ca0dc7ba50596c47a6c8b4f26a755d9b3088e71f471593e910f6345eb525502
|
7
|
+
data.tar.gz: c00160541e39ec418cea55f75024bc186591cced6f91fe77132ee825885a44b355319f25cf94d08e6a07645463c63b7438277cc0ec44aaef8a2a99b954d8f6ea
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,15 +1,18 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
currency_quote (0.1.
|
4
|
+
currency_quote (0.1.7)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
+
addressable (2.7.0)
|
10
|
+
public_suffix (>= 2.0.2, < 5.0)
|
9
11
|
diff-lcs (1.4.4)
|
10
12
|
mini_portile2 (2.4.0)
|
11
13
|
nokogiri (1.10.10)
|
12
14
|
mini_portile2 (~> 2.4.0)
|
15
|
+
public_suffix (4.0.6)
|
13
16
|
rake (12.3.3)
|
14
17
|
rspec (3.10.0)
|
15
18
|
rspec-core (~> 3.10.0)
|
@@ -29,6 +32,7 @@ PLATFORMS
|
|
29
32
|
ruby
|
30
33
|
|
31
34
|
DEPENDENCIES
|
35
|
+
addressable (~> 2.7)
|
32
36
|
currency_quote!
|
33
37
|
nokogiri (~> 1.10)
|
34
38
|
rake (~> 12.0)
|