redpotion 0.7.1 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/potion +4 -1
- data/lib/project/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b2339609cecb6f72f5ee17ffb562162cf2b5dfe
|
4
|
+
data.tar.gz: fafd090fbf3e52072d532dcd40b4a434d0a4a08f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 799de6061b23e2ed4b7489d510107ae316c8dd9d6209c0aad1c5a68ac50e33a88115e493d936e6a0bea14c027a28007e679d5d846dda09892197c1d41c599e9e
|
7
|
+
data.tar.gz: d76d97fc557548140b7da2178e902d824b00c76b0a255da4e2a054b6b3c0963acb72fd1225caed196106bac3a7a3dc2a60b3edea905091e8cf732db917c091d0
|
data/bin/potion
CHANGED
@@ -152,7 +152,8 @@ class PotionCommandLine
|
|
152
152
|
@screen_base = template_name.split('_').collect(&:capitalize).join
|
153
153
|
template_name = 'screen'
|
154
154
|
else
|
155
|
-
|
155
|
+
# we dont have templates for these fallback to RMQ
|
156
|
+
puts `rmq create #{template_name} #{name}`
|
156
157
|
return
|
157
158
|
end
|
158
159
|
|
@@ -211,6 +212,8 @@ class PotionCommandLine
|
|
211
212
|
remove_lines('app/app_delegate.rb', /include CDQ|cdq.setup/, show_output)
|
212
213
|
remove_lines('Rakefile', /schema:build/, show_output)
|
213
214
|
File.delete('schemas/0001_initial.rb') if File.exists?('schemas/0001_initial.rb')
|
215
|
+
File.delete('resources/cdq.yml') if File.exists?('resources/cdq.yml')
|
216
|
+
Dir.delete('schemas') if Dir.exists?('schemas')
|
214
217
|
when 'afmotion'
|
215
218
|
remove_lines('Gemfile', /gem ('|")afmotion('|")/, show_output)
|
216
219
|
else
|
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.
|
4
|
+
version: 0.8.0
|
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-
|
12
|
+
date: 2015-02-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby_motion_query
|
@@ -138,3 +138,4 @@ specification_version: 4
|
|
138
138
|
summary: RedPotion combines RMQ, ProMotion, CDQ, AFMotion, and more for the perfect
|
139
139
|
mix to develop in RubyMotion fast
|
140
140
|
test_files: []
|
141
|
+
has_rdoc:
|