motion-template-spritekit.gemspec in motion-template-spritekit-0.2.0 vs motion-template-spritekit.gemspec in motion-template-spritekit-0.3.0

- old
+ new

@@ -1,17 +1,17 @@ # coding: utf-8 -VERSION = "0.2.0" +VERSION = "0.3.0" Gem::Specification.new do |spec| spec.name = "motion-template-spritekit" spec.version = VERSION spec.authors = ["meganemura"] spec.email = ["mura2megane@gmail.com"] - spec.description = %q{Project template for SpriteKit with RubyMotion} + spec.description = %q{SpriteKit project templates for RubyMotion (iOS/OSX)} spec.summary = %q{Setup SpriteKit template to user's directory} spec.homepage = "https://github.com/meganemura/motion-template-spritekit" spec.license = "MIT" - spec.extensions = ['ext/extconf.rb'] # Command-Line Plugin Installer + spec.extensions = ['ext/extconf.rb'] # Template Installer - spec.files = `git ls-files`.split($\) + spec.files = `git ls-files`.split($/) spec.require_paths = ["lib"] end