under-os.gemspec in under-os-1.0.0 vs under-os.gemspec in under-os-1.1.0

- old
+ new

@@ -14,12 +14,10 @@ gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) - gem.add_development_dependency 'rake' - gem.post_install_message = %Q{ If you want to use the UnderOS template with RubyMotion, please run the following: mkdir -p ~/Library/RubyMotion/template/uos git clone https://github.com/under-os/under-os-template.git ~/Library/RubyMotion/template/uos @@ -27,6 +25,10 @@ Then just run the following to generate your first project: motion create awesomness --template=uos } + + gem.add_development_dependency 'rake' + gem.add_development_dependency 'motion-facon' + end