redpotion 0.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -6
- data/lib/project/redpotion.rb +0 -1
- data/lib/project/version.rb +3 -0
- metadata +3 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 619b7a36d71f8990e5b33ef698039d2616d3398b
|
4
|
+
data.tar.gz: 5640ff0079d43584d7baf7cc3652489787ef6c03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13a5f247d347fbd3a23fd54f67b888a7ff36d62fb7d2e6af68537786ef881239655f4064a9844085032c69cbe40f9ab3b0a47b9d4b5e692426d03a70ce6db2f3
|
7
|
+
data.tar.gz: 2df2a277f30b7577b73ae04790dc9717ee8661347a3975e435886609c1afef197b975fd662b12688f27e4f4518ff5f38d72efb397f4b4fd3d63e0370c654f781
|
data/README.md
CHANGED
@@ -1,21 +1,36 @@
|
|
1
|
+
![image](http://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/11/2014/11/logo_02.png)
|
2
|
+
|
1
3
|
# RedPotion
|
2
4
|
|
5
|
+
*Note the potion command isn't working yet. It will soon.*
|
6
|
+
|
7
|
+
|
3
8
|
RedPotion combines [RMQ](http://rubymotionquery.com/), [ProMotion](https://github.com/clearsightstudio/ProMotion), [CDQ](https://github.com/infinitered/cdq), [AFMotion](https://github.com/clayallsopp/afmotion), and other libraries. It also adds new features to better integrate RMQ with ProMotion.
|
4
9
|
|
5
|
-
Its goals are to choose standard libraries and promote best practices, allowing you to
|
10
|
+
Its goals are to choose standard libraries and promote best practices, allowing you to develop iOS apps in record time.
|
6
11
|
|
7
|
-
|
12
|
+
=========
|
8
13
|
|
9
|
-
[
|
14
|
+
The **makers of RMQ** at [InfiniteRed](http://infinitered.com/) and the **creators of ProMotion** at [ClearSight Studio](https://clearsightstudio.com/) have teamed up to create the ultimate RubyMotion library.
|
10
15
|
|
11
|
-
[![image](https://clearsightstudio.com/assets/images/clearsight-logos/color-logo@2x-458a9655.png)](https://clearsightstudio.com/)
|
16
|
+
[![image](https://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/11/2013/08/InfiniteRed_logo_100h.png)](http://infinitered.com/) [![image](https://clearsightstudio.com/assets/images/clearsight-logos/color-logo@2x-458a9655.png)](https://clearsightstudio.com/)
|
12
17
|
|
13
18
|
ProMotion for screens and RMQ for styles, animations, traversing, events, etc.
|
14
19
|
|
20
|
+
## Plugins and Add-ons
|
21
|
+
|
22
|
+
You can use both RMQ Plugins and ProMotion Add-ons
|
23
|
+
|
24
|
+
![image](https://camo.githubusercontent.com/523372b371be1de2fb2cec421be423e2b89bcfd0/687474703a2f2f69725f77702e73332e616d617a6f6e6177732e636f6d2f77702d636f6e74656e742f75706c6f6164732f73697465732f31392f323031342f30392f726d715f706c7567696e2e706e67)
|
25
|
+
|
26
|
+
![image](http://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/11/2014/11/ProMotion-addon-logo.png)
|
27
|
+
|
28
|
+
ProMotion Addon
|
29
|
+
|
15
30
|
## Quick start
|
16
31
|
|
17
32
|
```
|
18
|
-
gem install
|
33
|
+
gem install redpotion
|
19
34
|
|
20
35
|
potion create my_app
|
21
36
|
bundle
|
@@ -26,7 +41,7 @@ potion create table_screen states
|
|
26
41
|
rake
|
27
42
|
```
|
28
43
|
|
29
|
-
![image](
|
44
|
+
![image](http://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/11/2014/11/pm_table.png)
|
30
45
|
|
31
46
|
## Contributing
|
32
47
|
|
data/lib/project/redpotion.rb
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
#TODO - Insert your plugin files under this directory
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redpotion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfiniteRed
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby_motion_query
|
@@ -39,34 +39,6 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '2.0'
|
42
|
-
- !ruby/object:Gem::Dependency
|
43
|
-
name: cdq
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
45
|
-
requirements:
|
46
|
-
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '0'
|
49
|
-
type: :runtime
|
50
|
-
prerelease: false
|
51
|
-
version_requirements: !ruby/object:Gem::Requirement
|
52
|
-
requirements:
|
53
|
-
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: '0'
|
56
|
-
- !ruby/object:Gem::Dependency
|
57
|
-
name: afmotion
|
58
|
-
requirement: !ruby/object:Gem::Requirement
|
59
|
-
requirements:
|
60
|
-
- - ">="
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0'
|
63
|
-
type: :runtime
|
64
|
-
prerelease: false
|
65
|
-
version_requirements: !ruby/object:Gem::Requirement
|
66
|
-
requirements:
|
67
|
-
- - ">="
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '0'
|
70
42
|
- !ruby/object:Gem::Dependency
|
71
43
|
name: motion_print
|
72
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -105,6 +77,7 @@ extra_rdoc_files: []
|
|
105
77
|
files:
|
106
78
|
- README.md
|
107
79
|
- lib/project/redpotion.rb
|
80
|
+
- lib/project/version.rb
|
108
81
|
- lib/redpotion.rb
|
109
82
|
homepage: https://github.com/infinitered/redpotion
|
110
83
|
licenses:
|