Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BTC executable to pull current BTC->USD rate. Update README accordingly #20

Merged
merged 2 commits into from Mar 19, 2013
Merged

Add BTC executable to pull current BTC->USD rate. Update README accordingly #20

merged 2 commits into from Mar 19, 2013

Conversation

kristianfreeman
Copy link
Contributor

I'm curious if a executable was intentionally left out of the gem – the alias function seems pretty dense when, if you're like me, you're really just looking for a quick way to check the exchange rate.

Let me know if you have any changes you want me to make on my fork – I've tested it locally and it works great! I'll probably keep it around on my local machine as a quick tool regardless!

@coveralls
Copy link

Changes Unknown when pulling d22dd2d on imkmf:add-btc-executable into * on sferik:master*.

View Details

@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
spec.cert_chain = ['certs/sferik.pem']
spec.description = %q{Ruby wrapper for the Mt. Gox Trade API. Mt. Gox allows you to trade US Dollars (USD) for Bitcoins (BTC) or Bitcoins for US Dollars.}
spec.email = 'sferik@gmail.com'
spec.executable = 'btc'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you also need to specify:

spec.bindir = 'bin'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Added in 60ab606.

@coveralls
Copy link

Changes Unknown when pulling 60ab606 on imkmf:add-btc-executable into * on sferik:master*.

View Details

@sferik
Copy link
Owner

sferik commented Mar 19, 2013

Looks good. Thanks!

sferik added a commit that referenced this pull request Mar 19, 2013
Add BTC executable to pull current BTC->USD rate. Update README accordingly
@sferik sferik merged commit e03e0c9 into sferik:master Mar 19, 2013
@kristianfreeman kristianfreeman deleted the add-btc-executable branch March 22, 2013 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants