Skip to content

Commit

Permalink
Bump version, add history
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin French-Owen committed Jan 17, 2013
1 parent c28094e commit b7169e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
@@ -1,5 +1,7 @@
source 'http://rubygems.org'
gemspec

gem 'typhoeus'
gem 'faraday'
gem 'faraday', '>= 0.8', '< 0.10'
gem 'faraday_middleware', '>= 0.9.0'
gem 'multi_json', '>= 1.0'
gem 'typhoeus', '>= 0.5.0'
4 changes: 4 additions & 0 deletions History.md
@@ -0,0 +1,4 @@
0.0.3 / 2013-1-17
==========
* Rakefile and renaming courtesy of [@kiennt](https://github.com/kiennt)
* Updated tests with mocks

0 comments on commit b7169e2

Please sign in to comment.