-
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.
- Loading branch information
Showing
4 changed files
with
24 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ require File.expand_path('../lib/omf_rc_openflow/version', __FILE__) | |
Gem::Specification.new do |gem| | ||
gem.authors = ["Kostas Choumas"] | ||
gem.email = ["[email protected]"] | ||
gem.description = %q{OMF Resource Controllers related to Openflow} | ||
gem.summary = %q{OMF Resource Controllers related to Openflow} | ||
gem.description = %q{OMF6 Resource Controllers related to the Openflow technology} | ||
gem.summary = %q{OMF6 Resource Controllers related to the Openflow technology, including the Stanford software tools named FlowVisor and OpenvSwitch} | ||
gem.homepage = "http://nitlab.inf.uth.gr" | ||
|
||
gem.files = `git ls-files`.split($\) | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# -*- encoding: utf-8 -*- | ||
require File.expand_path('../lib/omf_rc_openflow/version', __FILE__) | ||
|
||
Gem::Specification.new do |gem| | ||
gem.authors = ["Kostas Choumas"] | ||
gem.email = ["[email protected]"] | ||
gem.description = %q{OMF Resource Controllers related to Openflow} | ||
gem.summary = %q{OMF Resource Controllers related to Openflow} | ||
gem.homepage = "http://nitlab.inf.uth.gr" | ||
|
||
gem.files = `git ls-files`.split($\) | ||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | ||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) | ||
gem.name = "omf_rc_openflow" | ||
gem.require_paths = ["lib"] | ||
gem.version = OmfRcOpenflow::VERSION | ||
gem.add_runtime_dependency "omf_rc", "~> 6.0.0.pre" | ||
end |