nxt_init.gemspec in nxt_init-0.1.0 vs nxt_init.gemspec in nxt_init-0.1.2

- old
+ new

@@ -4,13 +4,13 @@ require "nxt_init/version" Gem::Specification.new do |spec| spec.name = "nxt_init" spec.version = NxtInit::VERSION - spec.authors = ["Andreas Robecke"] + spec.authors = ["Andreas Robecke", "Nils Sommer", "Raphael Kallensee"] spec.email = ["a.robecke@getsafe.de"] - spec.summary = %q{nxt_init allows you to define an initializers that takes option arguments and defines private readers for those on the fly} + spec.summary = %q{nxt_init allows you to define an initializer that takes option arguments and defines private readers for those on the fly} spec.homepage = "https://github.com/nxt-insurance" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host.