motion-reveal 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +6 -14
  2. data/lib/motion-reveal.rb +2 -18
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NWQyOTg0ZGE4YzhkZGFiYTczNDZmNzA3ZjBkN2I0MGVmYTY4ZDBiNw==
5
- data.tar.gz: !binary |-
6
- NWUzYTA0YTY3OTcyNmZmNDM2MTliMDUyMDU1YWM0MzhhYWJmMWY5Mg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NjIyYTBiNDlmOTI5OTdkOWNmOTYzOTc5YTNkMDYxNmFlNGY5OWFiYTVkOTAz
10
- YmMxZTNjMzY3YmMyYTlhOWNjNzRlYzIwNmQwNmI5YzlhNmExNjQwYTFkZTk0
11
- NDFiM2YxYTJiOTdlMThjYmE2MjM3ZDQ4YmI2Y2VkYmM1ZTIyYWE=
12
- data.tar.gz: !binary |-
13
- ZWFhZTI2NWQ3ZmZkYTA2YmYxNzY3N2Q2YTdkZjM5YmI2OWQ1MWMxODQ2MDA0
14
- ZWQ0OTQyMDc3MTE3OTgyZGU1ZGVjOWQzZWJlN2E4MWJlOWNmOGY0NTdjMjc4
15
- ZjZmYTJiYmJjOWExYjg4MTEyNWVmN2M4ZWUxMTRiZWUxYzY3N2E=
2
+ SHA1:
3
+ metadata.gz: 87dc0f849b9472443f8898beda5562b79bcbd07a
4
+ data.tar.gz: 491b5175052584a52caa66ee90ad526875ec7531
5
+ SHA512:
6
+ metadata.gz: 45724a35a35e769fd4526816e77f584997aad5fe00044c1ed777f8fa098bf126a944422e279222e7e9c4a0cb04c71d639fc70301f2cc6196c80357b0ea9d6b29
7
+ data.tar.gz: 1b1cfba0c49a7ab4227aa63a598d32378938c2b7026039cd12006c9ea91e50fc70df04f6022193c4929344e9447eef7d67c2e9522a1f47931d0fa6681f96d6f3
@@ -2,27 +2,11 @@ unless defined?(Motion::Project::Config)
2
2
  raise "This file must be required within a RubyMotion project Rakefile."
3
3
  end
4
4
 
5
- # def create_launcher(files)
6
- # # --- based on motion-testflight
7
- # launcher_code = <<EOF
8
- # # created by motion-sparkinspector
9
- # if Object.const_defined?('SparkInspector')
10
- # SparkInspector.enableObservation
11
- # end
12
- # EOF
13
-
14
- # launcher_file = './app/sparkinspector_launcher.rb'
15
- # if !File.exist?(launcher_file) or File.read(launcher_file) != launcher_code
16
- # File.open(launcher_file, 'w') { |io| io.write(launcher_code) }
17
- # end
18
- # files = files.flatten
19
- # files << launcher_file unless files.find { |x| File.expand_path(x) == File.expand_path(launcher_file) }
20
-
21
- # end
22
-
23
5
  Motion::Project::App.setup do |app|
24
6
  app.development do
25
7
  if File.exist? ('/Applications/Reveal.app')
8
+ # Fixes build issues with Reveal 1.5
9
+ app.libs += ['/usr/lib/libz.dylib', '/usr/lib/libc++.dylib']
26
10
  app.vendor_project('/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/Reveal.framework', :static, :products => ['Reveal'], :cflags => '-ObjC')
27
11
  app.frameworks << 'CFNetwork'
28
12
  app.frameworks << 'QuartzCore'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-reveal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diogo
@@ -26,17 +26,17 @@ require_paths:
26
26
  - lib
27
27
  required_ruby_version: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - ! '>='
29
+ - - ">="
30
30
  - !ruby/object:Gem::Version
31
31
  version: '0'
32
32
  required_rubygems_version: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - ! '>='
34
+ - - ">="
35
35
  - !ruby/object:Gem::Version
36
36
  version: '0'
37
37
  requirements: []
38
38
  rubyforge_project:
39
- rubygems_version: 2.0.2
39
+ rubygems_version: 2.4.5
40
40
  signing_key:
41
41
  specification_version: 4
42
42
  summary: Use Reveal in RubyMotion apps