Sha256: 2461eb09dd5c599ca5327f64378daba2b7ed39c342533d012e7f18f405bec5db

Contents?: true

Size: 678 Bytes

Versions: 5

Compression:

Stored size: 678 Bytes

Contents

version =  File.read('VERSION')

File.open(File.join(File.dirname(__FILE__), 'VERSION'), 'w') do |f|
  f.write(version)
end

Gem::Specification.new do |s|
  s.name = 'kw_apn'
  s.version = version
  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. 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kw_apn-0.5.4 kw_apn.gemspec
kw_apn-0.5.3 kw_apn.gemspec
kw_apn-0.5.2 kw_apn.gemspec
kw_apn-0.5.1 kw_apn.gemspec
kw_apn-0.5 kw_apn.gemspec