basquiat.gemspec in basquiat-1.1.1 vs basquiat.gemspec in basquiat-1.2.0

- old
+ new

@@ -2,20 +2,20 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'basquiat/version' Gem::Specification.new do |spec| - spec.name = 'basquiat' - spec.version = Basquiat::VERSION - spec.authors = ['Marcello "mereghost" Rocha'] - spec.email = %w(marcello.rocha@gmail.com.br) - spec.description = <<EOD + spec.name = 'basquiat' + spec.version = Basquiat::VERSION + spec.authors = ['Marcello "mereghost" Rocha'] + spec.email = %w(marcello.rocha@gmail.com.br) + spec.description = <<EOD Basquiat is a library that intends to abstract all the complexity of working with message queues EOD - spec.summary = 'A pluggable library that aims to hide message queue complexity' - spec.homepage = 'http://www.vagas.com.br/' - spec.license = 'MIT' + spec.summary = 'A pluggable library that aims to hide message queue complexity' + spec.homepage = 'http://github.com/VAGAScom/basquiat' + spec.license = 'MIT' spec.files = `git ls-files`.split($RS) spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = %w(lib) @@ -31,9 +31,11 @@ spec.add_development_dependency 'stomp' spec.add_development_dependency 'yajl-ruby' spec.add_development_dependency 'simplecov' spec.add_development_dependency 'metric_fu' spec.add_development_dependency 'rubocop' + spec.add_development_dependency 'byebug' + spec.add_development_dependency 'pry-byebug' spec.add_dependency 'multi_json' spec.add_dependency 'naught' end