CartBinaryUploader.gemspec in cartup-0.1.5 vs CartBinaryUploader.gemspec in cartup-0.1.6

- old
+ new

@@ -6,17 +6,13 @@ Gem::Specification.new do |spec| spec.name = "cartup" spec.version = CartBinaryUploader::VERSION spec.authors = ["Douglas Mendes", "Rafael Ferreria"] spec.email = ["mendes-barreto@live.com", "rafael.yami@hotmail.com"] - spec.summary = %q{ This gem will help you to upload the carthage binaries a privates accounts like google cloud, s3 e etc. } spec.description = <<-EOF - Cartup is the easyest way to share prebuilts Carthage frameworks between our projects. - - One big thanks for my friend and brother [Rafael Ferreira](https://github.com/RafaelPlantard) that make the initials - scripts(Shell and Ruby) and that's give me Ideia to bring it to a ruby class struct and RubyGem to distribute to every body! + Cartup is the easyest way to share prebuilts Carthage frameworks between projects. EOF spec.homepage = "https://github.com/mendesbarreto/cartup.git" spec.license = "MIT" @@ -39,6 +35,7 @@ spec.add_development_dependency 'bundler', '~> 1.16' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'minitest', '~> 5.0' spec.add_development_dependency 'google-cloud-storage', '~> 1.9' spec.add_development_dependency 'json', '~> 2.1' + spec.add_development_dependency 'colorize', '~> 0.8.1' end