Skip to content

Commit

Permalink
Use rubyzip 0.9.9 for zip/zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Sep 2, 2013
1 parent 343ea6f commit a992f5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: ruby
rvm:
- 1.9.3
script:
- bundle exec ruby test/suite.rb
- bundle exec rake docs
- rake test
- rake docs
notifications:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -66,7 +66,7 @@ gem "rockit"
# gem "rpdftxt"
gem "rpdf2txt"
gem "ruby-ole"
gem 'rubyzip'
gem 'rubyzip', '0.9.9' # we cannot use version 1.0.0 as it does not contain zip/zip.rb
# gem "rwv"
gem "savon", '0.9.7'
gem "sbsm"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -124,7 +124,7 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
ruby-ole (1.2.11.7)
rubyzip (1.0.0)
rubyzip (0.9.9)
savon (0.9.7)
akami (~> 1.0)
builder (>= 2.1.2)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
rockit
rpdf2txt
ruby-ole
rubyzip
rubyzip (= 0.9.9)
savon (= 0.9.7)
sbsm
simplecov
Expand Down

0 comments on commit a992f5b

Please sign in to comment.