xmorph.gemspec in xmorph-0.1.2 vs xmorph.gemspec in xmorph-0.1.3

- old
+ new

@@ -7,12 +7,12 @@ spec.name = "xmorph" spec.version = XMorph::VERSION spec.authors = ["tejaswini"] spec.email = ["tejaswini@amagi.com"] - spec.summary = %q{Transcoder written in Ruby} - spec.description = %q{Transcoder written in Ruby. Transcoder can take filepath and return transcoding profile to be used.} + spec.summary = %q{Morphs things from one kind to another.} + spec.description = %q{Morphs things from one kind to another. Transcodes, in local speak, for example.} spec.homepage = "https://github.com/amagimedia/xmorph" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) @@ -21,7 +21,6 @@ spec.add_development_dependency "rspec", "~> 3.8.0" spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "activesupport" - spec.add_development_dependency "byebug" end