sunomono.gemspec in sunomono-0.3.0 vs sunomono.gemspec in sunomono-0.3.1

- old
+ new

@@ -4,11 +4,11 @@ require 'sunomono/version' Gem::Specification.new do |spec| spec.name = 'sunomono' spec.version = Sunomono::VERSION - spec.authors = ['Oscar Tanner'] - spec.email = ['oscarpanda@gmail.com'] + spec.authors = ['Oscar Tanner', 'Wellington Avelino'] + spec.email = ['oscarpanda@gmail.com', 'wellington.santos@concrete.com.br'] spec.summary = 'Generates an android and iOS calabash project.' spec.description = %q{A simple gem to generate all files needed in a project that will support Calabash for both Android and iOS.} spec.homepage = 'https://github.com/concretesolutions/sunomono' spec.license = 'MIT'