mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-04-22 11:07:15 +08:00
Gem updates
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -3,3 +3,4 @@ source :rubygems
|
||||
# Specify your gem's dependencies in ProMotion.gemspec
|
||||
gem "motion-table", :path => "~/Code/motion-table"
|
||||
gemspec
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ 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. Currently a proof of concept."
|
||||
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
|
||||
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"
|
||||
|
||||
@@ -100,7 +100,7 @@ class HomeScreen < ProMotion::Screen
|
||||
# ...
|
||||
|
||||
def settings_button_tapped
|
||||
open ProfileScreen.new(user: some_user)
|
||||
open_screen ProfileScreen.new(user: some_user)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user