Rakefile in ipa_reader-0.6.1 vs Rakefile in ipa_reader-0.7.0

- old
+ new

@@ -9,10 +9,13 @@ 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/schlueter/Ipa-Reader' + url 'http://github.com/schlu/Ipa-Reader' depend_on "zip", "2.0.2" + depend_on "CFPropertyList", "2.1.1" }