motion-sparkinspector 0.0.3 → 0.0.4
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.
- data/lib/motion-sparkinspector.rb +2 -2
- metadata +22 -29
- checksums.yaml +0 -7
@@ -22,7 +22,7 @@ end
|
|
22
22
|
|
23
23
|
Motion::Project::App.setup do |app|
|
24
24
|
app.development do
|
25
|
-
if File.exist? '/Applications/Spark Inspector.
|
25
|
+
if File.exist? '/Applications/Spark Inspector.app'
|
26
26
|
app.vendor_project('/Applications/Spark Inspector.app/Contents/Resources/Frameworks/SparkInspector.framework', :static, :products => ['SparkInspector'], :force_load => true, :headers_dir => 'Headers')
|
27
27
|
app.libs += ['/usr/lib/libz.dylib']
|
28
28
|
app.frameworks += ['QuartzCore']
|
@@ -32,4 +32,4 @@ Motion::Project::App.setup do |app|
|
|
32
32
|
puts "[warning] missing SparkInspector (http://www.sparkinspector.com)"
|
33
33
|
end
|
34
34
|
end
|
35
|
-
end
|
35
|
+
end
|
metadata
CHANGED
@@ -1,52 +1,45 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-sparkinspector
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.4
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
|
-
authors:
|
7
|
+
authors:
|
7
8
|
- TBD
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
|
12
|
-
date: 2013-05-15 00:00:00 Z
|
12
|
+
date: 2013-05-16 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
|
15
14
|
description: Use SparkInspector in RubyMotion apps
|
16
15
|
email: gem@plugins.ro
|
17
16
|
executables: []
|
18
|
-
|
19
17
|
extensions: []
|
20
|
-
|
21
18
|
extra_rdoc_files: []
|
22
|
-
|
23
|
-
files:
|
19
|
+
files:
|
24
20
|
- lib/motion-sparkinspector.rb
|
25
21
|
homepage: https://github.com/TBD/motion-sparkinspector
|
26
22
|
licenses: []
|
27
|
-
|
28
|
-
metadata: {}
|
29
|
-
|
30
23
|
post_install_message:
|
31
24
|
rdoc_options: []
|
32
|
-
|
33
|
-
require_paths:
|
25
|
+
require_paths:
|
34
26
|
- lib
|
35
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version:
|
41
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
-
|
43
|
-
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - ! '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
44
39
|
requirements: []
|
45
|
-
|
46
40
|
rubyforge_project:
|
47
|
-
rubygems_version:
|
41
|
+
rubygems_version: 1.8.23
|
48
42
|
signing_key:
|
49
|
-
specification_version:
|
43
|
+
specification_version: 3
|
50
44
|
summary: Use SparkInspector in RubyMotion apps
|
51
45
|
test_files: []
|
52
|
-
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA512:
|
3
|
-
metadata.gz: 537a156c49d9e75b5f9cd6e38c5e592c1d7195a249aff1dd0498bea680f81c598528e23bcd47c3f9b418201660774dcb53f1e6a965226f2e7a7f7fa8aac182fb
|
4
|
-
data.tar.gz: d03bcbb7bcb68d1555008132eaed0b12dca5b3417ab93de51b218e7d0f2e05c8ea3cde9809dec7a3599712f4f883fd958e63de7c5b81e54816c591516ea97276
|
5
|
-
SHA1:
|
6
|
-
metadata.gz: 6121be748fa627b6f76cc4aa8e0d065dacd3694b
|
7
|
-
data.tar.gz: 3581386a8361ccbf9f4d29935be28b1a95556ded
|