diff --git a/Gemfile.lock b/Gemfile.lock index 4627000..7dbe60b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resqutils (1.1.0) + resqutils (1.1.1) resque GEM @@ -9,13 +9,13 @@ GEM specs: diff-lcs (1.2.5) mono_logger (1.1.0) - multi_json (1.10.1) - rack (1.5.2) + multi_json (1.11.0) + rack (1.6.1) rack-protection (1.5.3) rack rake (10.3.2) - redis (3.1.0) - redis-namespace (1.5.1) + redis (3.2.1) + redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) resque (1.25.2) mono_logger (~> 1.0) @@ -35,11 +35,11 @@ GEM rspec-mocks (3.1.0) rspec-support (~> 3.1.0) rspec-support (3.1.0) - sinatra (1.4.5) + sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - tilt (1.4.1) + tilt (>= 1.3, < 3) + tilt (2.0.1) vegas (0.1.11) rack (>= 1.0.0) diff --git a/lib/resqutils/version.rb b/lib/resqutils/version.rb index 93f834c..ff40c54 100644 --- a/lib/resqutils/version.rb +++ b/lib/resqutils/version.rb @@ -1,3 +1,3 @@ module Resqutils - VERSION='1.1.0' + VERSION='1.1.1' end diff --git a/resqutils.gemspec b/resqutils.gemspec index 3a4a55e..a74100d 100644 --- a/resqutils.gemspec +++ b/resqutils.gemspec @@ -7,11 +7,11 @@ Gem::Specification.new do |s| s.version = Resqutils::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Stitch Fix Engineering'] - s.email = ['eng@stitchfix.com'] - s.homepage = "http://tech.stitchfix.com" + s.email = ['opensource@stitchfix.com'] + s.license = "Apache License Version 2.0, January 2004" + s.homepage = "https://github.com/stitchfix/resqutils" s.summary = "Utilities for using Resque in a Rails app" s.description = "Utilities for using Resque in a Rails app" - s.rubyforge_project = "resqutils" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")