ProMotion.gemspec in ProMotion-0.3.0 vs ProMotion.gemspec in ProMotion-0.4.0
- old
+ new
@@ -1,15 +1,16 @@
# -*- 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.email = ["jamon@clearsightstudio.com", "silas@clearsightstudio.com", "contact@clearsightstudio.com"]
+ gem.description = "ProMotion is a new way to easily build RubyMotion iOS 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.
+ a logical way to think of your app and include a ton of great
+ utilities to make iOS development more like Ruby and less like Objective-C.
"
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) }