nyara.gemspec in nyara-0.1.pre.0 vs nyara.gemspec in nyara-0.1.pre.1

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = "nyara" - s.version = "0.1.pre.0" + s.version = "0.1.pre.1" s.author = "Zete Lui" s.email = "nobody@example.com" s.homepage = "https://github.com/luikore/nyara" s.platform = Gem::Platform::RUBY s.summary = "Fast and fuzzy ruby web framework + server" @@ -20,10 +20,11 @@ s.executables << 'nyara' s.extensions = ["ext/extconf.rb"] s.rubygems_version = '2.0.3' s.add_runtime_dependency 'tilt', '>= 1.3' s.add_runtime_dependency 'listen', '>= 1.1.3' + s.add_runtime_dependency 'thor', '>= 0.18' s.rdoc_options += %w[ -v --markup=markdown --main readme.md @@ -31,7 +32,8 @@ -x ext/http-parser/.* -x ext/multipart-parser-c/.* -x ext/inc/.* -x .*\.o -x .*\.bundle + -x .*\.so ] end