Skip to content

Commit

Permalink
Gemfile and travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Jan 21, 2014
1 parent f015344 commit 8edc7a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1 +1,5 @@
rvm:
1.9.3
2.0.0
2.1.0
script: "bundle exec rspec spec"
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,2 +1,2 @@
source :rubygems
source 'https://rubygems.org'
gemspec
14 changes: 7 additions & 7 deletions Gemfile.lock
@@ -1,21 +1,21 @@
PATH
remote: .
specs:
httmultiparty (0.3.9)
httmultiparty (0.3.10)
httparty (>= 0.7.3)
multipart-post

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
fakeweb (1.3.0)
httparty (0.10.2)
multi_json (~> 1.0)
httparty (0.12.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
multi_json (1.7.2)
multi_xml (0.5.3)
multipart-post (1.2.0)
json (1.8.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
Expand Down

0 comments on commit 8edc7a3

Please sign in to comment.