hodlmoon 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/hodlmoon/version.rb +1 -1
- metadata +1 -5
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b33b62e06730dcae905b5c5491e74ce8ec255ad5
|
|
4
|
+
data.tar.gz: ff99fc74e392cacc7bc060dd6166d045ecfefa0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 066dfeb6ebfd347058a9748297885a71dae31aba6c65b0eaefd19a68470f3923fe2ac3cddbd5e742a8d3ec6943d324a34d58c9fb749d58f3d6039b0200870cf5
|
|
7
|
+
data.tar.gz: b0f03e811fcfd265023ed91afe3087d8413d78b30befb13b5824f44b208c41c84b204d3a6f9cd33fbeee598b6333208815900a0938de81bbdd3f35951f78281e
|
data/Gemfile.lock
CHANGED
data/lib/hodlmoon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hodlmoon
|
|
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
|
- Richard Bates
|
|
@@ -140,9 +140,7 @@ description: A command line tool for crytocurrency data. When moon?
|
|
|
140
140
|
email:
|
|
141
141
|
- richo225@gmail.com
|
|
142
142
|
executables:
|
|
143
|
-
- console
|
|
144
143
|
- hodlmoon
|
|
145
|
-
- setup
|
|
146
144
|
extensions: []
|
|
147
145
|
extra_rdoc_files: []
|
|
148
146
|
files:
|
|
@@ -156,9 +154,7 @@ files:
|
|
|
156
154
|
- LICENSE.txt
|
|
157
155
|
- README.md
|
|
158
156
|
- Rakefile
|
|
159
|
-
- bin/console
|
|
160
157
|
- bin/hodlmoon
|
|
161
|
-
- bin/setup
|
|
162
158
|
- hodlmoon.gemspec
|
|
163
159
|
- lib/hodlmoon.rb
|
|
164
160
|
- lib/hodlmoon/cli.rb
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require 'bundler/setup'
|
|
4
|
-
require 'hodlmoon'
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require 'irb'
|
|
14
|
-
IRB.start(__FILE__)
|