soloist.gemspec in soloist-0.9.7 vs soloist.gemspec in soloist-1.0.0.pre
- old
+ new
@@ -4,20 +4,30 @@
Gem::Specification.new do |s|
s.name = "soloist"
s.version = Soloist::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ["Matthew Kocher"]
- s.email = ["kocher@gmail.com"]
+ s.authors = ["Matthew Kocher", "Doc Ritezel"]
+ s.email = ["kocher@gmail.com", "ritezel@gmail.com"]
s.homepage = "http://github.com/mkocher/soloist"
- s.summary = %q{Soloist is a simple way of running chef-solo}
- s.description = %q{Soloist is an easy way of running chef solo, but it's not doing much.}
+ s.summary = "Soloist is a simple way of running chef-solo"
+ s.description = "Makes running chef-solo easy."
s.rubyforge_project = "soloist"
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 "chef"
-end
\ No newline at end of file
+ s.add_dependency "librarian"
+ s.add_dependency "thor"
+ s.add_dependency "hashie"
+
+ s.add_development_dependency "rspec"
+ s.add_development_dependency "guard-rspec"
+ s.add_development_dependency "guard-bundler"
+ s.add_development_dependency "rb-fsevent"
+ s.add_development_dependency "terminal-notifier-guard"
+ s.add_development_dependency "gem-release"
+end