hodlmoon 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
  SHA1:
3
- metadata.gz: 5dbd46e18146b18c514d102192e4f20c54b13b7c
4
- data.tar.gz: b5fa12823b49e4ebe1617dcbf4c22008839a5db0
3
+ metadata.gz: b33b62e06730dcae905b5c5491e74ce8ec255ad5
4
+ data.tar.gz: ff99fc74e392cacc7bc060dd6166d045ecfefa0f
5
5
  SHA512:
6
- metadata.gz: b9ff052fc4cf7de32a1ab8555fbe82004c2e0a11ffda7b1203bf3105300536d295b201a6dd06a86e9b4de5d955a156ed0fd2d8b9d68021b2816658a80b4c8883
7
- data.tar.gz: f29bd40982ff474a1da57fed51dcc08bd3c6f424733f266340c7e7c1b6668289ca7be64df052f7b7f6a3cfc81f4b1598755b80e37b96b69170969644bb00565c
6
+ metadata.gz: 066dfeb6ebfd347058a9748297885a71dae31aba6c65b0eaefd19a68470f3923fe2ac3cddbd5e742a8d3ec6943d324a34d58c9fb749d58f3d6039b0200870cf5
7
+ data.tar.gz: b0f03e811fcfd265023ed91afe3087d8413d78b30befb13b5824f44b208c41c84b204d3a6f9cd33fbeee598b6333208815900a0938de81bbdd3f35951f78281e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hodlmoon (0.1.0)
4
+ hodlmoon (0.1.1)
5
5
  httparty
6
6
  terminal-table
7
7
  thor
@@ -1,3 +1,3 @@
1
1
  module Hodlmoon
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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
@@ -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__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here