-
Notifications
You must be signed in to change notification settings - Fork 84
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 #19 from tumblr/rc90
Rc90
- Loading branch information
Showing
33 changed files
with
1,393 additions
and
116 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
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ require 'rake' | |
|
||
Gem::Specification.new do |s| | ||
s.name = "jetpants" | ||
s.version = "0.8.3" | ||
s.version = "0.9.0" | ||
|
||
s.homepage = 'https://github.com/tumblr/jetpants/' | ||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.required_ruby_version = '>= 1.9.2' | ||
s.authors = ["Evan Elias", "Dallas Marlow", "Bob Patterson Jr.", "Tom Christ"] | ||
s.date = "2013-05-17" | ||
s.date = "2014-06-09" | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.files = FileList['Gemfile', 'README.rdoc', 'doc/*.rdoc', 'lib/**/*.rb', 'bin/**', 'scripts/*.rb', 'plugins/**/*.rb', 'etc/jetpants.yaml.sample'].to_a | ||
s.require_paths = ["lib"] | ||
|
@@ -24,8 +24,10 @@ Gem::Specification.new do |s| | |
s.add_runtime_dependency 'sequel', '~> 3.36' | ||
s.add_runtime_dependency 'net-ssh', '~> 2.3' | ||
s.add_runtime_dependency 'pry', '~> 0.9.8' | ||
s.add_runtime_dependency 'pry-rescue', '~> 1.4.0' | ||
s.add_runtime_dependency 'thor', '~> 0.15' | ||
s.add_runtime_dependency 'highline', '~> 1.6.12' | ||
s.add_runtime_dependency 'colored', '~> 1.2' | ||
s.add_runtime_dependency 'collins_client', '~> 0.2.7' | ||
s.add_runtime_dependency 'bloom-filter', '~> 0.2.0' | ||
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
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
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
Oops, something went wrong.
4a61752
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍