motion-testflight 1.1 → 1.2

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/README.rdoc CHANGED
@@ -20,8 +20,9 @@ SDK and be submitted to the TestFlight platform.
20
20
  README.txt libTestFlight.a
21
21
  TestFlight.h release_notes.txt
22
22
 
23
- 2. Edit the +Rakefile+ of your RubyMotion project and add the following require line.
23
+ 2. Edit the +Rakefile+ of your RubyMotion project and add the following require lines.
24
24
 
25
+ require 'rubygems'
25
26
  require 'motion-testflight'
26
27
 
27
28
  3. Still in the +Rakefile+, set up the +sdk+, +api_token+ and +team_token+ variables in your application configuration block.
@@ -83,8 +83,8 @@ module Motion; module Project; class Config
83
83
  end; end; end
84
84
 
85
85
  namespace 'testflight' do
86
- desc "Submit a development archive to TestFlight"
87
- task :submit => 'archive:development' do
86
+ desc "Submit an archive to TestFlight"
87
+ task :submit => 'archive' do
88
88
  # Retrieve configuration settings.
89
89
  prefs = App.config.testflight
90
90
  App.fail "A value for app.testflight.api_token is mandatory" unless prefs.api_token
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-testflight
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 1
9
- version: "1.1"
8
+ - 2
9
+ version: "1.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Laurent Sansonetti
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-05-05 00:00:00 Z
17
+ date: 2012-09-20 00:00:00 Z
18
18
  dependencies: []
19
19
 
20
20
  description: motion-testflight allows RubyMotion projects to easily embed the TestFlight SDK and be submitted to the TestFlight platform.
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements: []
60
60
 
61
61
  rubyforge_project:
62
- rubygems_version: 1.8.21
62
+ rubygems_version: 1.8.24
63
63
  signing_key:
64
64
  specification_version: 3
65
65
  summary: TestFlight integration for RubyMotion projects