-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing DNS Support needing better input parameter management.
Fixing SOLIDserverError NameError.
- Loading branch information
1 parent
d3b20a6
commit 33b7847
Showing
2 changed files
with
13 additions
and
22 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "SOLIDserver" | ||
spec.version = "0.0.9" | ||
spec.version = "0.0.10" | ||
spec.date = "2016-09-09" | ||
spec.authors = ["Alexis Savin"] | ||
spec.email = ["[email protected]"] | ||
|
@@ -20,4 +20,7 @@ Gem::Specification.new do |spec| | |
|
||
spec.add_runtime_dependency 'rest-client', '~> 2.0', '>= 2.0.0' | ||
spec.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3' | ||
|
||
spec.add_development_dependency "bundler", "~> 1.3" | ||
spec.add_development_dependency "rspec" | ||
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