-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest gems - except rest-client
- Loading branch information
Philip Jay
committed
Jul 17, 2017
1 parent
ceb58a3
commit e99ce54
Showing
2 changed files
with
29 additions
and
27 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 |
---|---|---|
|
@@ -2,15 +2,15 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__) | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'akamai_rspec' | ||
s.version = "1.2.2" | ||
s.version = "1.2.3" | ||
s.authors = ['Bianca Gibson', 'Daniel Heath'] | ||
s.email = '[email protected]' | ||
s.files = Dir['lib/*'] | ||
s.summary = 'Test your akamai configuration with rspec' | ||
s.description = 'Test your akamai configuration with rspec' | ||
s.add_runtime_dependency('rest-client', '~> 1.8') | ||
s.add_runtime_dependency('json', '>= 1.8') | ||
s.add_runtime_dependency('rspec', '>= 3.2') | ||
s.add_runtime_dependency('json', '~> 2.1') | ||
s.add_runtime_dependency('rspec', '~> 3.6') | ||
s.files = `git ls-files lib`.split($RS) | ||
s.require_paths = ['lib'] | ||
s.licenses = 'MIT' | ||
|