cnb 0.0.7 → 0.0.8
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 +4 -4
- data/.travis.yml +0 -1
- data/README.md +0 -9
- data/cnb.gemspec +1 -1
- data/lib/cnb/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14256d21c48268159cdafaa4f931669472bc66dc
|
|
4
|
+
data.tar.gz: cd4692078f028841e3401dd6dbd6b5970f5929d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35eacea1021e315692fc6d18bffe49cc3cf3e7a40da042a89aa33db7bcad7e2986f8b845a393afd33c75f503f64f4bdb2f9bf06dcde7598a116f8675b9fa1d7f
|
|
7
|
+
data.tar.gz: 9a51e8f70e8768129beb0e771de12834e6cd7c978600d8eb888a397a277d58dd5d2e66f96673752d224ff74e1c315df547773dea9ab475809cb6f85a99402190
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -72,15 +72,6 @@ Czech National Bank provides all currency rates towards czech crown (CZK). You c
|
|
|
72
72
|
CNB::PRIMARY_CURRENCY # CZK
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
## Configuration
|
|
76
|
-
|
|
77
|
-
The currency rates are downloaded to your disk so you don't have to download them repeatedly. You can set directory where the files should be stored in the configuration file
|
|
78
|
-
|
|
79
|
-
config/cnb.yml
|
|
80
|
-
|
|
81
|
-
If configuration file is missing files are downloaded into /tmp directory.
|
|
82
|
-
|
|
83
|
-
|
|
84
75
|
## Contributing
|
|
85
76
|
|
|
86
77
|
1. Fork it
|
data/cnb.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.authors = ['Jan Zikán']
|
|
11
11
|
s.email = ['zikan@uol.cz']
|
|
12
12
|
s.summary = 'CNB currency rates'
|
|
13
|
-
s.description = '
|
|
13
|
+
s.description = 'Get daily and monthly currency rates from Czech National Bank'
|
|
14
14
|
s.homepage = 'http://www.uol.cz'
|
|
15
15
|
s.license = 'MIT'
|
|
16
16
|
|
data/lib/cnb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cnb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Zikán
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.8'
|
|
69
|
-
description:
|
|
69
|
+
description: Get daily and monthly currency rates from Czech National Bank
|
|
70
70
|
email:
|
|
71
71
|
- zikan@uol.cz
|
|
72
72
|
executables: []
|
|
@@ -101,12 +101,12 @@ require_paths:
|
|
|
101
101
|
- config
|
|
102
102
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
103
|
requirements:
|
|
104
|
-
- - '>='
|
|
104
|
+
- - ! '>='
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
106
|
version: '0'
|
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
|
-
- - '>='
|
|
109
|
+
- - ! '>='
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
112
|
requirements: []
|