redpotion 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/project/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e5c5d0efda601613376e85bfdf5528866720287
|
4
|
+
data.tar.gz: 1070e4c018eefc0d2eff4a54c37cf6361ea3262f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d58f76407b7529334284ada481f6cdbf5102c258ee0b3919bd5f7b9885bc4d97eae8b88c973c075f5637f8cf9af9be517a0ad01e30e3bcf2192845f74e0e8a4
|
7
|
+
data.tar.gz: ab75ae2a089c2a42a633005870f9b6f18a28dea1c43d1b5c2401c1c2826967a35ce85ecdcea48f015055a9527b9533c8fbc4f8cce5e8f8f620a79136d8dd64ba
|
data/README.md
CHANGED
@@ -26,7 +26,7 @@ You can use both RMQ Plugins and ProMotion Add-ons
|
|
26
26
|
## Quick start
|
27
27
|
|
28
28
|
```
|
29
|
-
gem install
|
29
|
+
gem install redpotion
|
30
30
|
|
31
31
|
potion create my_app
|
32
32
|
bundle
|
@@ -36,7 +36,7 @@ rake
|
|
36
36
|
|
37
37
|
## New features for RMQ
|
38
38
|
|
39
|
-
### `find` is aliased to `rmq` so you can use it for more natural reading code:
|
39
|
+
### `find` is aliased to `rmq` so you can use it for a more natural reading code:
|
40
40
|
|
41
41
|
```ruby
|
42
42
|
find.all.hide
|
@@ -53,7 +53,7 @@ app.window
|
|
53
53
|
app.delegate
|
54
54
|
```
|
55
55
|
|
56
|
-
### You can use the
|
56
|
+
### You can use the following in a UIView or Screen or UIViewController without prefacing it with `rmq`:
|
57
57
|
|
58
58
|
```ruby
|
59
59
|
append
|
data/lib/project/version.rb
CHANGED
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: 0.3.
|
4
|
+
version: 0.3.2
|
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-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby_motion_query
|