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 +4 -4
- data/README.md +8 -2
- data/lib/project/ext/kernel.rb +1 -1
- data/lib/project/version.rb +1 -1
- data/templates/screen/app/stylesheets/name_screen_stylesheet.rb +1 -1
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0abf1e1631d21bf8bfa879fe8e6fb14a9c3ec223
|
|
4
|
+
data.tar.gz: ee2269a3f65fa9ce99ffe036381160fbce750880
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
[](http://infinitered.com/) [](https://clearsightstudio.com/)
|
|
@@ -150,7 +153,7 @@ You should have this:
|
|
|
150
153
|
|
|
151
154
|
## Live stylesheet reloading
|
|
152
155
|
|
|
153
|
-
In REPL, type: `
|
|
156
|
+
In REPL, type: `live`
|
|
154
157
|
|
|
155
158
|

|
|
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)
|
data/lib/project/ext/kernel.rb
CHANGED
data/lib/project/version.rb
CHANGED
|
@@ -3,7 +3,7 @@ class <%= @name_camel_case %>ScreenStylesheet < ApplicationStylesheet
|
|
|
3
3
|
# example: include FooStylesheet
|
|
4
4
|
|
|
5
5
|
def setup
|
|
6
|
-
# Add
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|