coincap 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 400102f77c2de8996aed21a75f3dd351998cceb7fe88130814474dce51ddef33
4
- data.tar.gz: d1cf37117aeb04e4d956fdbd0c4de56d9dc93537e3672e0ca2016ffeedb370d4
3
+ metadata.gz: fa1a230a189db830d8bf24f43c48312c5645841537e2222164b10d73250e6407
4
+ data.tar.gz: 38b15fd2c64ee1534519000d99301394903f43b9365c8a5dec9cab2dcf471f76
5
5
  SHA512:
6
- metadata.gz: 57971399dfeb1d52affcb456202ced30853b1d21f2adc6812fc6a68105833c4445f8c7d1c1848f1930befe1d914ab42000da101204e034b9fe84e42cf385805f
7
- data.tar.gz: 340c5c6cbaeacd4990955e51faed298b93ebbbffc80cb4944887cc61bf68d1a7219fdf3fd34eaef5affd17be3867216e8b7ebe0d8ab24f1861069434917232dc
6
+ metadata.gz: 837299ff2ce6a3614a95f70990249690ba81fef73de6e7e248bda5f0379a2502f69463534432f1f0f837de4a9b637993a263c38639a2469ddb014e05d6a42a8a
7
+ data.tar.gz: d2b1616ead42dc7428353ec929b8146efff1025bd9b21a1a26fb7153cc8a14dbe3ac2a059db108c01b2101e10ac40ac57152b53e58c9015306316db5fc45578a
data/Gemfile CHANGED
@@ -1,15 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- source "https://rubygems.org"
3
+ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- gem 'json'
8
- gem 'net-http'
9
- gem 'openssl'
10
- gem 'uri'
7
+ gem 'json', '~> 2.6'
8
+ gem 'net-http', '~> 0.3.2'
9
+ gem 'openssl', '~> 3.1'
10
+ gem 'uri', '~> 0.12.1'
11
11
 
12
12
  group :test do
13
- gem 'minitest'
14
- gem 'rake'
15
- end
13
+ gem 'minitest', '~> 5.18'
14
+ gem 'rake', '~> 13.0'
15
+ end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- coincap (0.1.0)
4
+ coincap (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -19,12 +19,12 @@ PLATFORMS
19
19
 
20
20
  DEPENDENCIES
21
21
  coincap!
22
- json
23
- minitest
24
- net-http
25
- openssl
26
- rake
27
- uri
22
+ json (~> 2.6)
23
+ minitest (~> 5.18)
24
+ net-http (~> 0.3.2)
25
+ openssl (~> 3.1)
26
+ rake (~> 13.0)
27
+ uri (~> 0.12.1)
28
28
 
29
29
  BUNDLED WITH
30
30
  2.4.10
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 cosmic-1
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coincap
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coincap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cosmic-1
@@ -20,6 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - Gemfile
22
22
  - Gemfile.lock
23
+ - LICENSE.txt
23
24
  - README.md
24
25
  - Rakefile
25
26
  - lib/coincap.rb
@@ -30,7 +31,8 @@ files:
30
31
  - lib/coincap/rates.rb
31
32
  - lib/coincap/version.rb
32
33
  homepage:
33
- licenses: []
34
+ licenses:
35
+ - MIT
34
36
  metadata:
35
37
  allowed_push_host: https://rubygems.org
36
38
  source_code_uri: https://github.com/Cosmic-1/coincap