crypto_quote 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 +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -0
- data/lib/crypto_quote/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e1f9b6565b2e9e99dba71c8a45e46fc66247883935bc091a3c2a68cb19e1df3
|
4
|
+
data.tar.gz: 49a3854ae9ed1a907d593fceab890d91941943307fae7ad5ecfa5908f905a8ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75230135d15194ee64eb3a9da1deb9c99a649a4a10dc062efa3b5753f81d3bc0c6e5704bb5ff07bd00ad363cb385da32bd2bc435f57706e5e74e057c08e36ec4
|
7
|
+
data.tar.gz: dea7fe9a0764901effb658a2cc343a616cee08cd76b91c9339d98d8a76431d2686642a171fe5b6730b11b1aced5b4eeaaec19928062565c96090d111b41de98f
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# CryptoQuote
|
2
2
|
|
3
|
+
[![Downloads](https://ruby-gem-downloads-badge.herokuapp.com/crypto_quote?type=total&?&style=social)](https://rubygems.org/gems/crypto_quote)
|
4
|
+
|
3
5
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/crypto_quote`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
6
|
|
5
7
|
TODO: Delete this and the text above, and describe your gem
|
data/lib/crypto_quote/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crypto_quote
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anthony
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.7.
|
157
|
+
rubygems_version: 2.7.8
|
158
158
|
signing_key:
|
159
159
|
specification_version: 4
|
160
160
|
summary: A gem to display quote information for popular cryptocurrencies
|