Fix the Fog storage expiring_url method for the new Fog release
* Fixed tests and functionality for new fog and removed the fixed version from the gemspec * Set time to 3600 from the current time so expiring actually works
Showing
... | ... | @@ -43,7 +43,7 @@ Gem::Specification.new do |s| |
s.add_development_dependency('capybara') | ||
s.add_development_dependency('bundler') | ||
s.add_development_dependency('cocaine', '~> 0.2') | ||
s.add_development_dependency('fog', '1.3.1') | ||
s.add_development_dependency('fog', '~> 1.4.0') | ||
s.add_development_dependency('pry') | ||
s.add_development_dependency('launchy') | ||
s.add_development_dependency('rake') | ||
... | ... |
Please
register
or
sign in
to comment