-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70c7f50
commit fdb1fa0
Showing
3 changed files
with
20 additions
and
70 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 |
---|---|---|
|
@@ -11,21 +11,6 @@ rescue Bundler::BundlerError => e | |
end | ||
require 'rake' | ||
|
||
require 'juwelier' | ||
Juwelier::Tasks.new do |gem| | ||
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options | ||
gem.name = 'engaging-networks-rest' | ||
gem.homepage = 'http://github.com/controlshift/engaging-networks-rest' | ||
gem.license = 'MIT' | ||
gem.summary = %(Client gem for the ENS API to Engaging Networks) | ||
gem.description = %(Client gem for the ENS API to Engaging Networks) | ||
gem.email = '[email protected]' | ||
gem.authors = ['Grey Moore'] | ||
|
||
# dependencies defined in Gemfile | ||
end | ||
Juwelier::RubygemsDotOrgTasks.new | ||
|
||
require 'rspec/core/rake_task' | ||
desc 'Run specs' | ||
RSpec::Core::RakeTask.new do |t| | ||
|
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