Sha256: 75f13c161240caaaec27c84d2205bd1c622819cf84c7fb886ec8130954f0b2de

Contents?: true

Size: 887 Bytes

Versions: 3

Compression:

Stored size: 887 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rubymotion_generators/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Andy Waite"]
  gem.email         = ["github.aw@andywaite.com"]
  gem.description   = "RubyMotion generators"
  gem.summary       = "RubyMotion generators"
  gem.homepage      = "https://github.com/andyw8/rubymotion_generators"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "rubymotion_generators"
  gem.require_paths = ["lib"]
  gem.version       = RubymotionGenerators::VERSION
  gem.executables   = ["motion_g"]

  gem.add_dependency('thor', '~> 0.15')
  gem.add_development_dependency('aruba', '~> 0.4')
  gem.add_development_dependency('pry', '~> 0.9.12')
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubymotion_generators-0.1.2 rubymotion_generators.gemspec
rubymotion_generators-0.1.1 rubymotion_generators.gemspec
rubymotion_generators-0.1.0 rubymotion_generators.gemspec