-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from stitchfix/update-gemspec
Update gemspec
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|