Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Jun 24, 2016
1 parent 05396c5 commit 324eb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shrine-fog.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "shrine-fog"
gem.version = "0.3.0"
gem.version = "0.3.1"

gem.required_ruby_version = ">= 2.1"

Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.email = ["janko.marohnic@gmail.com"]
gem.license = "MIT"

gem.files = Dir["README.md", "LICENSE.txt", "lib/**/*.rb", "shrine-fog.gemspec"]
gem.files = Dir["README.md", "LICENSE.txt", "lib/**/*.rb", "*.gemspec"]
gem.require_path = "lib"

gem.add_dependency "shrine", "~> 2.0"
Expand Down

0 comments on commit 324eb4a

Please sign in to comment.