redpotion 0.7.1 → 0.8.0

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/bin/potion +4 -1
  3. data/lib/project/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 208290336f9c7cd48c520b633a17e84169610172
4
- data.tar.gz: ab75b29edd058734b2dd544041fc52a4485b2e2f
3
+ metadata.gz: 5b2339609cecb6f72f5ee17ffb562162cf2b5dfe
4
+ data.tar.gz: fafd090fbf3e52072d532dcd40b4a434d0a4a08f
5
5
  SHA512:
6
- metadata.gz: 33cfb65c5133437c0eaaa919a746cf124317eef2f58aff3a1e0e79e5990fdf250e49c064c35e7a138262d9e609b096778edac3f87c91a736910b91e4919c0d4c
7
- data.tar.gz: b3df2b62436a3361f029d6b1c81e0c9d4955dd0e89ccec835e79bed5684ae55860f55a0349509d61b1fec4a94ffeab376a4afa9b54929e52039b9d7d4275d6b8
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
- puts `potion create #{template_name} #{name}`
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
@@ -1,3 +1,3 @@
1
1
  module RedPotion
2
- VERSION = "0.7.1"
2
+ VERSION = "0.8.0"
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.7.1
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-01-29 00:00:00.000000000 Z
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: