Gem updates

This commit is contained in:
Jamon Holmgren
2012-09-05 22:30:13 -07:00
parent cc356e3210
commit eed91671e6
4 changed files with 5 additions and 4 deletions

View File

@@ -3,3 +3,4 @@ source :rubygems
# Specify your gem's dependencies in ProMotion.gemspec
gem "motion-table", :path => "~/Code/motion-table"
gemspec

View File

@@ -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"

View File

@@ -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

View File

@@ -8,7 +8,7 @@ require 'motion-table'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'ProMotionTest'
app.version = "0.0.1"
app.version = "0.1.0"
# Devices