Sha256: 910e95e9a795c8481e1ee4b660a5a41d55fb53afbf1837d175f662be6fd2b88b
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ProMotion/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Jamon Holmgren"] gem.email = ["jamon@clearsightstudio.com"] gem.description = "ProMotion is a new way to organize RubyMotion apps." gem.summary = "ProMotion is a new way to organize RubyMotion apps. Instead of dealing with UIViewControllers and UIViews, you work with Screens. Screens are a logical way to think of your app." gem.homepage = "" 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 = "ProMotion" gem.require_paths = ["lib"] gem.version = ProMotion::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-0.0.1 | ProMotion.gemspec |