forked from cgore/ruby-btce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving the monkey patch stuff into its own gem.
- Loading branch information
Showing
4 changed files
with
4 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,13 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'btce' | ||
s.version = '0.0.2' | ||
s.date = '2013-04-08' | ||
s.version = '0.1.0' | ||
s.date = '2013-04-09' | ||
s.summary = "A simple library to interface with the API for btc-e.com in Ruby." | ||
s.description = "A simple library to interface with the API for btc-e.com in Ruby." | ||
s.authors = ['Christopher Mark Gore'] | ||
s.email = '[email protected]' | ||
s.files = ['lib/btce.rb'] | ||
s.homepage = 'https://github.com/cgore/ruby-btce' | ||
s.add_dependency 'monkey-patch' | ||
end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters