Sha256: 4640c3da9f0154f9e4c9003132fe49175e405c86758b4a11575e00d93b1eef5c

Contents?: true

Size: 552 Bytes

Versions: 3

Compression:

Stored size: 552 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### Please install the "bones" gem ###'
end

task :default => 'test:run'
task 'gem:release' => 'test:run'

Bones {
  name  'ipa_reader'
  authors  'Nicholas Schlueter'
  summary 'Reads metadata form iPhone Package Archive Files (ipa).'
  description 'I am using this gem to get version to build the over the air iPhone Ad Hoc distribution plist file.'
  email    'schlueter@gmail.com'
  url      'http://github.com/schlu/Ipa-Reader'
  depend_on "zip", "2.0.2"
  depend_on "CFPropertyList", "2.1.1"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ipa_reader-0.7.1 Rakefile
ipa_reader-0.7.1.rc Rakefile
ipa_reader-0.7.0 Rakefile