carrot_rpc.gemspec in carrot_rpc-1.2.0 vs carrot_rpc.gemspec in carrot_rpc-1.2.1

- old
+ new

@@ -4,11 +4,11 @@ require "carrot_rpc/version" Gem::Specification.new do |spec| spec.name = "carrot_rpc" spec.version = CarrotRpc::VERSION - spec.authors = ["Scott Hamilton", "Luke Imhoff"] - spec.email = ["shamil614@gmail.com", "Kronic.Deth@gmail.com"] + spec.authors = ["Scott Hamilton", "Luke Imhoff", "Jeff Utter"] + spec.email = ["shamil614@gmail.com", "Kronic.Deth@gmail.com", "jeff@jeffutter.com"] spec.summary = "Remote Procedure Call (RPC) using the Bunny Gem over RabbitMQ" spec.description = "Streamlined approach to setting up RPC over RabbitMQ." spec.homepage = "https://github.com/C-S-D/carrot_rpc" spec.license = "MIT"