kw_apn.gemspec in kw_apn-0.4 vs kw_apn.gemspec in kw_apn-0.5

- old
+ new

@@ -5,14 +5,14 @@ end Gem::Specification.new do |s| s.name = 'kw_apn' s.version = version - s.authors = ['Jonathan Cichon', 'Kupferwerk GmbH'] + s.authors = ['Jonathan Cichon', 'Andreas Gerauer', 'Kupferwerk GmbH'] s.email = 'cichon@kupferwerk.com' s.homepage = 'http://github.com/kupferwerk/kw_apn' s.summary = 'APN Lib by Kupferwerk' - s.description = 'Apple Push Notification Library by Kupferwerk' + s.description = 'Apple Push Notification Library by Kupferwerk. Supports extended format with feedback.' s.has_rdoc = true s.extra_rdoc_files = ['README.rdoc'] s.require_path = 'lib' s.files = Dir['lib/**/*'] + Dir['*.gemspec'] + ['Rakefile', 'README.rdoc', 'VERSION'] end \ No newline at end of file