motion-fabric 0.2 → 0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/motion-fabric.rb +8 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f859b4cec574215eaae0a511fee6a7b6d43b12d9
4
- data.tar.gz: 09bbb687adbc9aaf29936b586444e44fef20c4ca
3
+ metadata.gz: e5481157a15ef8f2e2a2e30855a42e7818df24be
4
+ data.tar.gz: 83097f1a1c3a0e8550dc8aa6d656b0edbf249d3c
5
5
  SHA512:
6
- metadata.gz: 1ec693fd59045e05d2ddc4871eac51ae6e82921aaef43a298bd24d02de4ac1c498b46f39d20c0a858b90a04d2045ab86e679e7671f81b733c2260629ae6f12f3
7
- data.tar.gz: 3691d8b7491d3e2254f21575c6df6f4dde9fa82c45f88d4775c1be1c87c168e2dae92f2de82d03f450cbcc10b654ceae489510b35b573ad5da629b182fdc2a95
6
+ metadata.gz: 13ce83dbb9553a8bcbb32424a5c7d73ce5fff9be923a12c1461ac80f06ff507972117ccc941efa3ff63a150156cc9bf5da78682d829ad9fd502478176816d4ab
7
+ data.tar.gz: cb1c625d502e9627e10662a50d78187cb7651fe8158ad681f2932b1f75c0566f5189825554e92fa53142fd6c3f07474782f51fc2e23a1eeebb6a587ff2378ac2
data/lib/motion-fabric.rb CHANGED
@@ -121,8 +121,14 @@ end
121
121
 
122
122
  namespace :fabric do
123
123
  task :setup do
124
- fabric_run(App.config_without_setup.deploy_platform)
125
- Rake::Task["fabric:dsym:simulator"].invoke
124
+ # Build for the simulator so we generate the data needed by the "run" tool
125
+ Rake::Task["build:simulator"].execute
126
+ # Execute the "run" tool so Fabric.app registers our app
127
+ Rake::Task["fabric:dsym:simulator"].execute
128
+ # Do not build again
129
+ ENV["skip_build"] = 'true'
130
+ # Run the app in the simulator so Fabric activates our app
131
+ Rake::Task["simulator"].execute
126
132
  end
127
133
 
128
134
  task :upload do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-fabric
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - HipByte