totrello.gemspec in totrello-0.0.8 vs totrello.gemspec in totrello-0.0.9

- old
+ new

@@ -4,14 +4,14 @@ require 'totrello/version' Gem::Specification.new do |spec| spec.name = "totrello" spec.version = Totrello::VERSION - spec.authors = ["Josh Teeter"] - spec.email = ["joshteeter@gmail.com"] - spec.summary = ["Turns todo items into trello cards."] - spec.description = ["This will take the todo items in your code and turn them into trello cards"] + spec.authors = "Josh Teeter" + spec.email = "joshteeter@gmail.com" + spec.summary = "Turns todo items into trello cards." + spec.description = "This will take the todo items in your code and turn them into trello cards" spec.homepage = "https://github.com/whatisinternet/ToTrello" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } @@ -20,9 +20,9 @@ spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency 'rspec', '~> 3.0.0' - spec.add_runtime_dependency 'ruby-trello', '~> 0' + spec.add_dependency 'ruby-trello', '~> 0' end