rflow-components-http.gemspec in rflow-components-http-0.0.7 vs rflow-components-http.gemspec in rflow-components-http-1.0.0a1
- old
+ new
@@ -8,20 +8,21 @@
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9'
s.authors = ["Michael L. Artz"]
s.email = ["michael.artz@redjack.com"]
s.homepage = "https://github.com/redjack/rflow-components-http"
+ s.license = "Apache-2.0"
s.summary = %q{HTTP client and server components for the RFlow FBP framework}
s.description = %q{HTTP client and server components for the RFlow FBP framework. Also includes the necessary HTTP::Request and HTTP::Response message types}
s.rubyforge_project = "rflow-components-http"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
- s.add_dependency 'rflow', '~> 0.0'
+ s.add_dependency 'rflow', '~> 1.0.0a1'
s.add_dependency 'eventmachine_httpserver', '~> 0.2'
s.add_development_dependency 'rspec', '~> 2.6'
s.add_development_dependency 'rake', '~> 0.8'
end