Skip to content

Commit

Permalink
Merge pull request #3 from cpytel/master
Browse files Browse the repository at this point in the history
Current gem broken
  • Loading branch information
mikelarkin committed Mar 28, 2012
2 parents 4b2387a + a7314c5 commit fc978c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/fetchapp-api-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require 'net/http'

$:.unshift(File.dirname(__FILE__))
require 'fetchapi/base'
require 'fetchapi/account'
require 'fetchapi/download'
require 'fetchapi/item'
require 'fetchapi/order'
require 'fetchapp-api-ruby/base'
require 'fetchapp-api-ruby/account'
require 'fetchapp-api-ruby/download'
require 'fetchapp-api-ruby/item'
require 'fetchapp-api-ruby/order'

0 comments on commit fc978c0

Please sign in to comment.