Sha256: 431531d643a578c0598cc5b39f8dd3b3e24731eaddbba18a16259fa8fe3b5b41
Contents?: true
Size: 618 Bytes
Versions: 10
Compression:
Stored size: 618 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', '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.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
10 entries across 10 versions & 1 rubygems