dbg-rb.gemspec in dbg-rb-0.2.7 vs dbg-rb.gemspec in dbg-rb-0.2.8

- old
+ new

@@ -6,17 +6,18 @@ Gem::Specification.new do |s| s.name = "dbg-rb" s.version = DbgRb::VERSION s.authors = ["pawurb"] s.email = ["contact@pawelurbanek.com"] - s.summary = "Simple debuging helper" + s.summary = "Simple debugging helper" s.description = "Rust-inspired, puts debugging helper, adding caller info and optional coloring." s.homepage = "http://github.com/pawurb/dbg-rb" s.files = `git ls-files`.split("\n").reject { |f| f.match?(/\.db$/) } s.require_paths = ["lib"] s.license = "MIT" s.add_dependency "binding_of_caller" s.add_dependency "json" + s.add_development_dependency "ostruct" s.add_development_dependency "rake" s.add_development_dependency "rspec" s.add_development_dependency "rufo" if s.respond_to?(:metadata=)