-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove jeweler gem and prep for 2.2.0 release
- Loading branch information
1 parent
5532e0d
commit b117859
Showing
4 changed files
with
8 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
source "http://rubygems.org" | ||
|
||
gem 'sys-proctable' | ||
gem 'sys-proctable', '~> 1.3' | ||
|
||
group :development do | ||
gem 'jeweler', '~> 2.2' | ||
gem 'rspec', '~> 3.5' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,21 +11,6 @@ rescue Bundler::BundlerError => e | |
end | ||
require 'rake' | ||
|
||
require 'jeweler' | ||
Jeweler::Tasks.new do |gem| | ||
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options | ||
gem.name = "nsq-cluster" | ||
gem.homepage = "http://github.com/wistia/nsq-cluster" | ||
gem.license = "MIT" | ||
gem.summary = %Q{Easily setup and manage a local NSQ cluster} | ||
gem.description = %Q{Setup nsqd, nsqlookupd, and nsqadmin in a jiffy. Great for testing!} | ||
gem.email = "[email protected]" | ||
gem.authors = ["Wistia"] | ||
gem.files = Dir.glob('lib/**/*.rb') + Dir.glob('bin/*') + ['LICENSE', 'README.md'] | ||
# dependencies defined in Gemfile | ||
end | ||
Jeweler::RubygemsDotOrgTasks.new | ||
|
||
require 'rspec/core/rake_task' | ||
task :default => :spec | ||
RSpec::Core::RakeTask.new | ||
|
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