bit_price 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bit_price +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71a104e2522d2f9d4cc71084ab8f12c3ffc43e2d
4
- data.tar.gz: 34366d0136f9a38c25592f07427dc86c9d07bde1
3
+ metadata.gz: e62c647c45ac9ede99378ddf170b0e578c3e97dc
4
+ data.tar.gz: d53cc38ba46178840312e7adbabcc4571630aa88
5
5
  SHA512:
6
- metadata.gz: 04ee402f81be51c3ccf049521c4ff14868e3eb813cd14b024413a1ea7df4a3727f6609b71dbb26813b665bba9577dcb97a700a796ee9fabfb78ae2256bed8a89
7
- data.tar.gz: 40e9034bac5d0cca622fcf226f528f1f6ee8dde47116e38ca7d934dc6303bb0b60318b4e40b817c4ab88c6bca4623334616bc2d57188d4bc2ad9ef995c17fb4a
6
+ metadata.gz: 70c40fe12eaea8b7c9bbcaecf0819a197444998d96f0867fbea9edd26e99a8dbef49bad7336045f037e7f2e930b2ab632bcd278e42bb8516f0bf2321281570e3
7
+ data.tar.gz: c995f71860c5ba528f75d58574fd1643d2756e1c608d53297e1db609a6707fccdfd1c67ea49a12f2ac2afdb9ac08abf06697b9862029671a024d3a6174f7e788
data/bin/bit_price ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bit_price'
4
+ bit_price
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bit_price
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Spector
@@ -12,10 +12,12 @@ date: 2014-02-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Get the Bitcoin price easily from your terminal
14
14
  email: danielyspector@gmail.com
15
- executables: []
15
+ executables:
16
+ - bit_price
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/bit_price
19
21
  - lib/bit_price.rb
20
22
  homepage: http://rubygems.org/gems/bit_price
21
23
  licenses: