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.
- checksums.yaml +4 -4
- data/lib/motion-fabric.rb +2 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba110c689787cc9cfd72192015a7e2d7ebd635d4
|
|
4
|
+
data.tar.gz: 7aef620e8082e5727cfa5fa4045b34a0a2d73a6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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-
|
|
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:
|