cointools 0.2.0 → 0.2.1

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: ae9c00c6df51d228fb5d401f849d963ff2c05dfb
4
- data.tar.gz: cd3ed48eb9317db5d26085f8fc0059f9788a9759
3
+ metadata.gz: 368f2e5963f278aef0cc3f1b587f69a0c0ea410d
4
+ data.tar.gz: c67adffc32582e448ad8d2a8d8d2f138cd18c6ae
5
5
  SHA512:
6
- metadata.gz: dcb355f0ce41f2d570425c974e91fc20510073d214c574ace8009b37a0d4fe2fc07f4fa6360e5081cfa9a96a56e76eac1ee9778e08bc24e6354bc5a31e716d38
7
- data.tar.gz: 2ea61e0a5f07649ea6592b0a003058de5d4c2bedbf2f8d7d37f3aba4bc7ba040479f9747a18e52bc9f36c40c087b951c490b29d3d90af838bd97616416c58499
6
+ metadata.gz: 3cb82b34c1defb5cb3e3a5849bf91c4f73fb8f1fb907a942176b382aa86a93e694f8d9fefe1b3d3ffa56ab9eefbcc506fe87f6c0bd3215c76d355563116ed173
7
+ data.tar.gz: bb1019361a9c5689dae6d7759fd71ad30b0a430b0c7a198f0c51755e494c1a1438ee88510c4f3c6df4a6b186612b2f5a5a5d160905c9bbeefa7fdfad6e117b8a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### Version 0.2.1 (6.03.2018)
2
+
3
+ * changed license to MIT
4
+
1
5
  #### Version 0.2.0 (29.01.2018)
2
6
 
3
7
  * added CoinMarketCap class & coinmcap binary
data/MIT-LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Kuba Suder
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.
data/README.md CHANGED
@@ -109,6 +109,6 @@ puts "ETH: #{eth.converted_price} EUR"
109
109
 
110
110
  ## Credits & contributing
111
111
 
112
- Copyright © 2018 [Kuba Suder](https://mackuba.eu). Licensed under [Very Simple Public License](https://github.com/mackuba/cointools/blob/master/VSPL-LICENSE.txt), my custom license that's basically a simplified version of the MIT license that fits in 3 lines.
112
+ Copyright © 2018 [Kuba Suder](https://mackuba.eu). Licensed under [MIT License](http://opensource.org/licenses/MIT).
113
113
 
114
114
  If you'd like to help me extend the scripts with some additional features or add support for new services, [send me a pull request](https://github.com/mackuba/cointools/pulls).
@@ -1,3 +1,3 @@
1
1
  module CoinTools
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cointools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kuba Suder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-29 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -20,8 +20,8 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - CHANGELOG.md
23
+ - MIT-LICENSE.txt
23
24
  - README.md
24
- - VSPL-LICENSE.txt
25
25
  - bin/coinmcap
26
26
  - bin/cryptowatch
27
27
  - lib/cointools.rb
@@ -30,7 +30,7 @@ files:
30
30
  - lib/cointools/version.rb
31
31
  homepage: https://github.com/mackuba/cointools
32
32
  licenses:
33
- - Nonstandard
33
+ - MIT
34
34
  metadata: {}
35
35
  post_install_message:
36
36
  rdoc_options: []
data/VSPL-LICENSE.txt DELETED
@@ -1,5 +0,0 @@
1
- Copyright (c) 2018 Kuba Suder
2
-
3
- You can modify, distribute and use this software for any purpose without any
4
- restrictions as long as you keep this copyright notice intact. The software is
5
- provided without any warranty.