Skip to content

Commit

Permalink
Pull 1.9.3 from travis as apparently wrong is not 1.9.3 compat yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledrake committed Jan 8, 2012
1 parent f29b263 commit e080d96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
rvm:
- 1.9.2
- 1.9.3
- jruby
2 changes: 1 addition & 1 deletion geoloqi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday', '>= 0.6.1'

s.add_development_dependency 'rake', '>= 0'
s.add_development_dependency 'wrong', '= 0.5.0'
s.add_development_dependency 'wrong', '= 0.6.0'
s.add_development_dependency 'minitest', '= 2.2.2'
s.add_development_dependency 'webmock', '= 1.6.4'
s.add_development_dependency 'hashie', '= 1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion spec/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def auth_headers(access_token='access_token1234')
def api_url(path); "#{Geoloqi.api_url}/#{Geoloqi.api_version}/#{path}" end

Wrong.config.alias_assert :expect
include WebMock::API
include WebMock::API

0 comments on commit e080d96

Please sign in to comment.