motion-fabric 0.6 → 0.7

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 +2 -0
  3. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fb9b887a9bde8b27368791de163b5ac4fc7163b
4
- data.tar.gz: b9a7c17ee33271ce1abc0812a0c8dae61793f49a
3
+ metadata.gz: ba110c689787cc9cfd72192015a7e2d7ebd635d4
4
+ data.tar.gz: 7aef620e8082e5727cfa5fa4045b34a0a2d73a6b
5
5
  SHA512:
6
- metadata.gz: a78596780ea40d6da5dae3286611618e7c36b2b4a9c7f5bfb6727583858a2ec53390eb72949368a456999e26006b6195946928e88df42d51421b48aea50dc35f
7
- data.tar.gz: 16c085055a812eca29bf9f559f42a21cc9435981bc5df079b7f69975c082a309dc4800336f241a77325eb0d1f63a83c59e5f866af2e7fdc6fec1b3b89a48c0e5
6
+ metadata.gz: e9992a18cb66147c2186e083804899c564e2705bcdc44b4aa5248b1b214fb87ea1e9efc7a92e07fb0646afef200ab8dd9a0afbcec9607746c9cf32b4c7083e5e
7
+ data.tar.gz: 60ace3d981df1838fd5a5acc251baf1b880dfcc83d7886d7dd1a5f2ac9f1488f05b4428b5cd8ca46886fdf13bf6b74c260321b712e29107c310f96ffd8724a2f
data/lib/motion-fabric.rb CHANGED
@@ -100,6 +100,8 @@ Motion::Project::App.setup do |app|
100
100
  # We will be able to fix this when motion-cocoapods supports the
101
101
  # "use_frameworks!" option from Cocoapods.
102
102
  app.framework_search_paths << './vendor/Pods/Fabric/iOS'
103
+ app.framework_search_paths << './vendor/Pods/Fabric/tvOS'
104
+ app.framework_search_paths << './vendor/Pods/Fabric/OSX'
103
105
  end
104
106
 
105
107
  def fabric_setup(&block)
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.6'
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - HipByte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-25 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
@@ -56,4 +56,3 @@ 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: