czech_exchange_rates 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- metadata +8 -10
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 724c1855988b74f79e018a03c9734775d994099b
|
4
|
+
data.tar.gz: 1c4c089592b40833b34c17d735f1132b9a60f4d2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 7aad92f1233a932b8201615629d211c2c78e5a471b2ab4d911fe687bdc0b460f8755b7876c6e2f7f41e2a3dccb0a19f5d11498df131ccaaa17e7502bc13f6fb6
|
7
|
+
data.tar.gz: 1b7e0e85eee38c688c3889281db1805764d4fa211f25c2afaaf5f57e021534fa7e0acffa738689f4062068a46c9e558f2916c5b0ea7bb8a90c844ec33d302f33
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: czech_exchange_rates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Adam Tomeček
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-07-19 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Simple gem for grabbing course from Czech National Bank course table
|
15
14
|
email: adam.tomecek@gmail.com
|
@@ -20,29 +19,28 @@ files:
|
|
20
19
|
- lib/czech_exchange_rates.rb
|
21
20
|
- spec/spec_helper.rb
|
22
21
|
- spec/czech_exchange_rates_spec.rb
|
23
|
-
homepage: https://github.com/adamtomecek/
|
22
|
+
homepage: https://github.com/adamtomecek/czech_exchange_rates
|
24
23
|
licenses: []
|
24
|
+
metadata: {}
|
25
25
|
post_install_message:
|
26
26
|
rdoc_options: []
|
27
27
|
require_paths:
|
28
28
|
- lib
|
29
29
|
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
-
none: false
|
31
30
|
requirements:
|
32
|
-
- -
|
31
|
+
- - '>='
|
33
32
|
- !ruby/object:Gem::Version
|
34
33
|
version: '0'
|
35
34
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
-
none: false
|
37
35
|
requirements:
|
38
|
-
- -
|
36
|
+
- - '>='
|
39
37
|
- !ruby/object:Gem::Version
|
40
38
|
version: '0'
|
41
39
|
requirements: []
|
42
40
|
rubyforge_project:
|
43
|
-
rubygems_version:
|
41
|
+
rubygems_version: 2.0.14
|
44
42
|
signing_key:
|
45
|
-
specification_version:
|
43
|
+
specification_version: 4
|
46
44
|
summary: CNB exchange rates grabber
|
47
45
|
test_files:
|
48
46
|
- spec/spec_helper.rb
|