Sha256: a6ef2e87dceefca18bfe36b96e1bb6f136b01c31547e41498d91d37107b714e0
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ProMotion/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Jamon Holmgren", "Silas Matson", "ClearSight Studio"] 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, you work with Screens. Screens are a logical way to think of your app -- similar in some ways to Storyboards. " gem.homepage = "https://github.com/clearsightstudio/ProMotion" 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 # gem.add_dependency("motion-table", "~> 0.1.6") end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-0.3.0 | ProMotion.gemspec |
ProMotion-0.2.0 | ProMotion.gemspec |
ProMotion-0.1.2 | ProMotion.gemspec |
ProMotion-0.1.1 | ProMotion.gemspec |
ProMotion-0.1.0 | ProMotion.gemspec |