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 +4 -4
- data/README.md +3 -3
- data/lib/ProMotion/form/form_screen.rb +2 -1
- metadata +16 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b73bc005f4365b716bd4003a2597f8fa3bc414ac
|
|
4
|
+
data.tar.gz: 093954518b7c8bb9a4cf96c0017a40c479e744a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ee0fa90644cd8bbcbab276c5a62d649db980573c95990054106d4f7b035e2f09880a3b9c5b885070533fb332e1b15418b7698f80b7b44ea94609510aefed122
|
|
7
|
+
data.tar.gz: b8abb909d679f4e52854b726296c30a1e997f65f39994510d78d5e7ea200a3183f2b75662072dc154472bb9bf2016df1b686fe623e93df34920c8300de9c06d6
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ProMotion-form
|
|
2
2
|
|
|
3
|
-
[](http://badge.fury.io/rb/ProMotion-form) [](https://travis-ci.org/clearsightstudio/ProMotion-form) [](http://badge.fury.io/rb/ProMotion-form) [](https://travis-ci.org/clearsightstudio/ProMotion-form) [](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 (
|
|
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
|
|
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.
|
|
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-
|
|
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:
|