Skip to content

Commit

Permalink
Merge pull request #3 from stitchfix/update-gemspec
Browse files Browse the repository at this point in the history
Update gemspec :shipit:
  • Loading branch information
simeonwillbanks committed Jun 9, 2015
2 parents 8907162 + 54c9885 commit bafe9a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PATH
remote: .
specs:
resqutils (1.1.0)
resqutils (1.1.1)
resque

GEM
remote: https://www.rubygems.org/
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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/resqutils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Resqutils
VERSION='1.1.0'
VERSION='1.1.1'
end
6 changes: 3 additions & 3 deletions resqutils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]']
s.homepage = "http://tech.stitchfix.com"
s.email = ['[email protected]']
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")
Expand Down

0 comments on commit bafe9a5

Please sign in to comment.