cnb 0.0.7 → 0.0.8

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
  SHA1:
3
- metadata.gz: 74fa46a97bd5a68b12189edb0df0181100d04f1a
4
- data.tar.gz: 17ee1ff9c96b3687285b34314e330b617e239b00
3
+ metadata.gz: 14256d21c48268159cdafaa4f931669472bc66dc
4
+ data.tar.gz: cd4692078f028841e3401dd6dbd6b5970f5929d3
5
5
  SHA512:
6
- metadata.gz: cc371ab478158c10e9ca72dc46cb0c9d91e77262df1071288b4d858042dc9ace570d2604e510620ce6837642a4c1d291d03ddd50dde03cd5a464bfbbd5234443
7
- data.tar.gz: eec19f4f464a1fbeb2a29be178c2bff5ea86ec9e798a5d32e8361d9a857820a137a4301c51f6034556dff527f537463fcf15fff0dc57b66010e6380f2c9fc77d
6
+ metadata.gz: 35eacea1021e315692fc6d18bffe49cc3cf3e7a40da042a89aa33db7bcad7e2986f8b845a393afd33c75f503f64f4bdb2f9bf06dcde7598a116f8675b9fa1d7f
7
+ data.tar.gz: 9a51e8f70e8768129beb0e771de12834e6cd7c978600d8eb888a397a277d58dd5d2e66f96673752d224ff74e1c315df547773dea9ab475809cb6f85a99402190
data/.travis.yml CHANGED
@@ -3,5 +3,4 @@ rvm:
3
3
  - 2.1.0
4
4
  - 2.0.0
5
5
  - 1.9.3
6
- - 1.9.2
7
6
  script: bundle exec rspec
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 = 'Gem for downloading and parsing currency rates from Czech National Bank'
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
@@ -1,3 +1,3 @@
1
1
  module CNB
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
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.7
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: Gem for downloading and parsing currency rates from Czech National Bank
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: []