redpotion 1.1.1 → 1.1.2

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: 2a986a28b5293e626608129c595960f88ebe6622
4
- data.tar.gz: 1d6e88ff0a6e0f9b5ac490313484370cdc1bd9ed
3
+ metadata.gz: 0abf1e1631d21bf8bfa879fe8e6fb14a9c3ec223
4
+ data.tar.gz: ee2269a3f65fa9ce99ffe036381160fbce750880
5
5
  SHA512:
6
- metadata.gz: f2f79631a2acedc2622ae97b204721a9050bd8cc2d08188c8f542eeff0027c534a4b6e21b8474159aff8afc195377c8454d5d738b3cc3e446e334794226dcd98
7
- data.tar.gz: 3b0685913be59ecc1d7bd862f87129ec336ec7271d7bcba91f567d6e2d1ecf69217b3877d90bec89c6454d8953267e180cb3cc3975dd6c7b44a91167bd568ee6
6
+ metadata.gz: 8b6241dfffefc134da38ea26078ba915543cdfdaf79495870a8f41e04ab6a34048632140c8c5596ba66ffc087d3c3c815a8bd27f2b32adbfe478fcae268f9af7
7
+ data.tar.gz: 8aec9fa68e66009ab06083150d51a54fbc90e305e89d0ba4e5fa4c146a2f755793f183e0308f3fa4374c2f9fe7fe8255583593e255f151433eaabe0ca8f6dff4
data/README.md CHANGED
@@ -9,6 +9,9 @@ RedPotion combines [RMQ](http://rubymotionquery.com/), [ProMotion](https://githu
9
9
 
10
10
  =========
11
11
 
12
+ ## Read the [documentation](http://redpotion.readthedocs.org/en/latest) [here](http://redpotion.readthedocs.org/en/latest)
13
+
14
+
12
15
  The **makers of RMQ** at [InfiniteRed](http://infinitered.com/) and the **creators of ProMotion** at [ClearSight](https://clearsightstudio.com/) as well as [David Larrabee](https://twitter.com/Squidpunch) have teamed up to create the ultimate RubyMotion library.
13
16
 
14
17
  [![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/)
@@ -150,7 +153,7 @@ You should have this:
150
153
 
151
154
  ## Live stylesheet reloading
152
155
 
153
- In REPL, type: `live_stylesheets`
156
+ In REPL, type: `live`
154
157
 
155
158
  ![image](http://clrsight.co/jh/LiveReload4.gif?+)
156
159
 
@@ -268,7 +271,7 @@ class MyStylesheet < ApplicationStylesheet
268
271
  end
269
272
  ```
270
273
 
271
- In order to use this feature, you must add the `JMIMageCache` cocoapod to your project:
274
+ In order to use this feature, you must add the `JMIMageCache` cocoapod to your project (this is included in a new project):
272
275
 
273
276
  ```ruby
274
277
  app.pods do
@@ -347,3 +350,6 @@ end
347
350
  3. Commit your changes (`git commit -am 'Add some feature'`)
348
351
  4. Push to the branch (`git push origin my-new-feature`)
349
352
  5. Create new Pull Request
353
+
354
+
355
+ ## Read the [documentation](http://redpotion.readthedocs.org/en/latest) [here](http://redpotion.readthedocs.org/en/latest)
@@ -1,6 +1,6 @@
1
1
  if RUBYMOTION_ENV == "development"
2
2
  module Kernel
3
- def live_stylesheets(interval = 0.5, debug=false)
3
+ def live(interval = 1.0, debug=false)
4
4
  rmq_live_stylesheets interval, debug
5
5
  end
6
6
 
@@ -1,3 +1,3 @@
1
1
  module RedPotion
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
@@ -3,7 +3,7 @@ class <%= @name_camel_case %>ScreenStylesheet < ApplicationStylesheet
3
3
  # example: include FooStylesheet
4
4
 
5
5
  def setup
6
- # Add sytlesheet specific setup stuff here.
6
+ # Add stylesheet specific setup stuff here.
7
7
  # Add application specific setup stuff in application_stylesheet.rb
8
8
  end
9
9
 
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: 1.1.1
4
+ version: 1.1.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: 2015-04-15 00:00:00.000000000 Z
12
+ date: 2015-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby_motion_query
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 1.3.2
20
+ version: 1.3.4
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 1.3.2
27
+ version: 1.3.4
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: ProMotion
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,20 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: RedAlert
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
70
84
  - !ruby/object:Gem::Dependency
71
85
  name: rake
72
86
  requirement: !ruby/object:Gem::Requirement