motion-fabric 0.4 → 0.5

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 +4 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6fdcc31b873d10220bec84619c51fae77599de3
4
- data.tar.gz: c59c891b77bfee86d42746ccd12d9e789f003a33
3
+ metadata.gz: e83fc3b225b1ec4d3b1e546dbc739af849142c35
4
+ data.tar.gz: 5e08fae2357fd556715bab9b4f27d2c50703422e
5
5
  SHA512:
6
- metadata.gz: a262984785728861b92ec6b847af140026da52e92f5e436afd3b65f9ac9d26c42325985f0bec0c52193c5f3a562b9d6699ada07da81a389ac1a8695b6491a485
7
- data.tar.gz: 575163751ea4a52a377838aedd2e59b7f3785ea00a869bd01277f3bbf19552afc361f845a486ae81f1f4f1e1f7d559db476577a5a248279b9976c6947fe8969b
6
+ metadata.gz: 0be175a2a9d4a8889354ca45a3834698671738afc1310621f953b79f8705b6597010bad57ec0db6c04c228f1596af86d6c78c3859f1dc98705da414018194c49
7
+ data.tar.gz: 5fed7cd8be906df435579d9b61af182cfbc4cbb7bb4e19a89035764fc3bc1ab17e5f8f633933b490aa91d42348e8e9b4eac5aa7c8fcea676724f797ca3bfe9a2
@@ -88,7 +88,7 @@ Motion::Project::App.setup do |app|
88
88
  end
89
89
 
90
90
  def fabric_setup(&block)
91
- pods_root = Motion::Project::CocoaPods::PODS_ROOT
91
+ pods_root = File.absolute_path(Motion::Project::CocoaPods::PODS_ROOT)
92
92
  api_key = App.config.fabric.api_key
93
93
  build_secret = App.config.fabric.build_secret
94
94
 
@@ -136,6 +136,9 @@ namespace :fabric do
136
136
  task :upload do
137
137
  App.config.fabric.beta_block.call if App.config.fabric.beta_block
138
138
 
139
+ # Crashlytics builds do not need this entitlement
140
+ App.config.entitlements['get-task-allow'] = false
141
+
139
142
  file = File.join(Dir.tmpdir, 'motion-fabric.rb')
140
143
  open(file, 'w') { |io| io.write 'CRASHLYTICS_BETA = true' }
141
144
  App.config.files << file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-fabric
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - HipByte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-07 00:00:00.000000000 Z
11
+ date: 2016-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
@@ -51,8 +51,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.4.5
54
+ rubygems_version: 2.4.5.1
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: motion-fabric allows you to easily integrate Fabric in your RubyMotion applications.
58
58
  test_files: []
59
+ has_rdoc: