redpotion 0.3.0 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/project/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ebd03436570a20332e82167f7d96f2b1ae150bb
4
- data.tar.gz: 682644e23871c3170ed997bd94677209c53f3333
3
+ metadata.gz: 3e5c5d0efda601613376e85bfdf5528866720287
4
+ data.tar.gz: 1070e4c018eefc0d2eff4a54c37cf6361ea3262f
5
5
  SHA512:
6
- metadata.gz: 86e657ac3912ad8bf5b7e796d63465da04630e8c3a001c58c6740a26a1b82330f973e9d0e0bbb5727a34be332c07638bd3f7d0e34f19f4ab360400344de2819d
7
- data.tar.gz: 1ec59ae5848381c2032ed98e3978ceb01bd790049f5017691b7246bd9fb6b93e5b1b0408c8e67391cac14df45128a12a41367a5e18665fcd3184e77aeafbe831
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 red_potion
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 folling in a UIView or Screen or UIViewController without prefacing it with `rmq`:
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
@@ -1,3 +1,3 @@
1
1
  module RedPotion
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.2"
3
3
  end
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.0
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-17 00:00:00.000000000 Z
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