currencyapi 0.1.8 → 1.0.0

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: 59f93218499594176fdca915b97f415f68dff2f1057c4eaa309b889984daa61b
4
- data.tar.gz: 772f3e76222fe055c4a2fca852655037e1152134f26670960e28c3f2db4db028
3
+ metadata.gz: 95044c71ffd348aa98ed9dd9ac5cbd4b2633c7cf1584566b88b0e19111dc7b45
4
+ data.tar.gz: ecadedc43549285723c335786fdd3714d1c5be73000f9da3fc4f18fe6d7647bb
5
5
  SHA512:
6
- metadata.gz: 757bb03342076dec1f9c0a22967bfc71ab4b57d5e091586e70023454e3b6fc5fe09f2a07047b9bead23991d8f8f830a747b2e7b5fe6811009920983f52311e62
7
- data.tar.gz: 28a4d662e207ab936459a9264ca81048f40361c229ce258bd891b46a804e91801073768532c4ed361d13a50b30a3407463280248f13bc4f0b9addc84a5075b5e
6
+ metadata.gz: 8d6888866dcbda32695c589bea7969031ffbec9ca57be15b43177a2d68b25bd921d8206575bfb5c63cfa7721057071ae96618a8550ab99c15939ccd7f286b003
7
+ data.tar.gz: 2c157b0aa554c25a83458721de9e371c03ca7553f35c3588bb90a25977006f7a9dd3be0c57cd9423fb7217cab6e3bde210a978ed129d26b817a8dfa2573ebc07
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Currencyapi
4
- VERSION = "0.1.8"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: currencyapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benedikt Stoy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-31 00:00:00.000000000 Z
11
+ date: 2022-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -38,19 +38,21 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description:
41
+ description: The perfect tool to handle your exchange rate conversions. Our API helps
42
+ you with current and historical foreign exchanges rates. Stop worrying about uptime
43
+ & outdated data.
42
44
  email:
43
45
  - benedikt.stoy@everapi.com
44
46
  executables: []
45
47
  extensions: []
46
- extra_rdoc_files: []
48
+ extra_rdoc_files:
49
+ - README.md
47
50
  files:
48
51
  - CHANGELOG.md
49
52
  - CODE_OF_CONDUCT.md
50
53
  - Gemfile
51
54
  - Gemfile.lock
52
- - LICENSE
53
- - LICENSE.txt
55
+ - LICENSE.md
54
56
  - README.md
55
57
  - Rakefile
56
58
  - lib/currencyapi.rb
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2022 Benedikt Stoy
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.