ProMotion-form 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81b4b3d375ca469f74c535c14dacef688d57ee6d
4
- data.tar.gz: eec689e725e021133138431980aa7f8c7120b34e
3
+ metadata.gz: b73bc005f4365b716bd4003a2597f8fa3bc414ac
4
+ data.tar.gz: 093954518b7c8bb9a4cf96c0017a40c479e744a1
5
5
  SHA512:
6
- metadata.gz: a0e009a06a0a400f591d1eb8a46dc6579b367fdff285458af0782a555ad8c293b64d7d684906050d1201458f4b3d5f0a7fbb5e16e58802509b0cff2bf6beab09
7
- data.tar.gz: c6f4fef2bf42a1e8f27749a4947840a2ee7df345b4e27c21d7064cfe395ff20a9a84f0382a894a55f6fe36fb96d7c126bbf311140a3bf0c7f25e32204904e36b
6
+ metadata.gz: 0ee0fa90644cd8bbcbab276c5a62d649db980573c95990054106d4f7b035e2f09880a3b9c5b885070533fb332e1b15418b7698f80b7b44ea94609510aefed122
7
+ data.tar.gz: b8abb909d679f4e52854b726296c30a1e997f65f39994510d78d5e7ea200a3183f2b75662072dc154472bb9bf2016df1b686fe623e93df34920c8300de9c06d6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ProMotion-form
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/ProMotion-form.svg)](http://badge.fury.io/rb/ProMotion-form) [![Build Status](https://travis-ci.org/clearsightstudio/ProMotion-form.svg)](https://travis-ci.org/clearsightstudio/ProMotion-form) [![Code Climate](https://codeclimate.com/github/clearsightstudio/ProMotion-form.png)](https://codeclimate.com/github/clearsightstudio/ProMotion-form)
3
+ [![Gem Version](https://badge.fury.io/rb/ProMotion-form.svg)](http://badge.fury.io/rb/ProMotion-form) [![Build Status](https://travis-ci.org/clearsightstudio/ProMotion-form.svg)](https://travis-ci.org/clearsightstudio/ProMotion-form) [![Code Climate](https://codeclimate.com/github/clearsightstudio/ProMotion-form/badges/gpa.svg)](https://codeclimate.com/github/clearsightstudio/ProMotion-form)
4
4
 
5
5
  ProMotion-form provides a PM::FormScreen for the
6
6
  popular RubyMotion gem [ProMotion](https://github.com/clearsightstudio/ProMotion).
@@ -41,7 +41,7 @@ class MyFormScreen < PM::FormScreen
41
41
  value: current_user.email,
42
42
  }, {
43
43
  name: "password",
44
- title: "Password",
44
+ title: "New Password",
45
45
  type: :password,
46
46
  value: ""
47
47
  }]
@@ -162,7 +162,7 @@ None yet.
162
162
 
163
163
  #### form_object (read only)
164
164
 
165
- This is a Struct with a `#fields` method (what is used to build the form in FXForms) and writeable properties for each field.
165
+ This is a Struct with a `#fields` method (which is used to build the form in FXForms) and writeable properties for each field.
166
166
 
167
167
  ## Contributing
168
168
 
@@ -4,8 +4,9 @@ module ProMotion
4
4
 
5
5
  attr_reader :form_object
6
6
 
7
- def screen_setup
7
+ def viewDidLoad
8
8
  update_form_data
9
+ super
9
10
  end
10
11
 
11
12
  def form_data
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProMotion-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamon Holmgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2014-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ProMotion
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: motion-cocoapods
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.4'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.4'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: motion-stump
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -103,4 +117,3 @@ signing_key:
103
117
  specification_version: 4
104
118
  summary: Adds PM::FormScreen support to ProMotion, similar to Formotion but lighter.
105
119
  test_files: []
106
- has_rdoc: