shenzhen 0.0.1 → 0.0.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shenzhen (0.0.1)
4
+ shenzhen (0.0.2)
5
5
  commander (~> 4.1.2)
6
6
  faraday (~> 0.8.0)
7
7
  faraday_middleware (~> 0.8.7)
@@ -12,9 +12,9 @@ GEM
12
12
  specs:
13
13
  commander (4.1.2)
14
14
  highline (~> 1.6.11)
15
- faraday (0.8.1)
15
+ faraday (0.8.4)
16
16
  multipart-post (~> 1.1)
17
- faraday_middleware (0.8.7)
17
+ faraday_middleware (0.8.8)
18
18
  faraday (>= 0.7.4, < 0.9)
19
19
  highline (1.6.15)
20
20
  json (1.7.5)
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Shenzhen
2
2
  **CLI for Building & Distributing iOS Apps (.ipa Files)**
3
3
 
4
- Create `.ipa` files and then distribute them to TestFlight, all from the command line!
4
+ Create `.ipa` files and then distribute them with [TestFlight](https://testflightapp.com/), all from the command line!
5
5
 
6
6
  Less cumbersome than clicking around in Xcode, and less hassle than rolling your own build script--Shenzhen radically improves the process of getting new builds out to testers and enterprises.
7
7
 
8
- This project is starting with TestFlight, but will move to support other popular distribution methods, such as S3, CloudApp, and /or Dropbox. Suggestions (and pull requests) are very welcome.
8
+ This project is starting with TestFlight, but will move to support other popular distribution methods, such as S3, CloudApp, and / or Dropbox. Suggestions (and pull requests) are very welcome.
9
9
 
10
10
  > `shenzhen` is named for [深圳](http://en.wikipedia.org/wiki/Shenzhen), the Chinese city famous for its role as the center of manufacturing for a majority of consumer electronics, including iPhones and iPads. Its [sister project](https://github.com/mattt/cupertino)'s namesake, [Cupertino, CA](http://en.wikipedia.org/wiki/Cupertino,_California), is home to Apple, Inc.'s world headquarters.
11
11
 
@@ -17,7 +17,7 @@ $ gem install shenzhen
17
17
 
18
18
  ## Usage
19
19
 
20
- Shenzhen adds the `ipa` command to your PATH,
20
+ Shenzhen adds the `ipa` command to your PATH:
21
21
 
22
22
  ```
23
23
  $ ipa
@@ -1,5 +1,5 @@
1
1
  module Shenzhen
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
5
5
  require 'shenzhen/agvtool'
@@ -38,7 +38,7 @@ command :'distribute:testflight' do |c|
38
38
  c.summary = "Distribute an .ipa file over testflight"
39
39
  c.description = ""
40
40
  c.option '-f', '--file FILE', ".ipa file for the build"
41
- c.option '-t', '--api_token TOKEN', "API Token. Available at https://testflightapp.com/account/#api-token"
41
+ c.option '-a', '--api_token TOKEN', "API Token. Available at https://testflightapp.com/account/#api-token"
42
42
  c.option '-T', '--team_token TOKEN', "Team Token. Available at https://testflightapp.com/dashboard/team/edit/"
43
43
  c.option '-m', '--notes NOTES', "Release notes for the build"
44
44
  c.option '-l', '--lists LISTS', "Comma separated distribution list names which will receive access to the build"
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shenzhen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-09-28 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70338229563260 !ruby/object:Gem::Requirement
16
+ requirement: &70287108512640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.6.1
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70338229563260
24
+ version_requirements: *70287108512640
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &70338229562040 !ruby/object:Gem::Requirement
27
+ requirement: &70287108505060 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 0.9.2
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70338229562040
35
+ version_requirements: *70287108505060
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: commander
38
- requirement: &70338229560720 !ruby/object:Gem::Requirement
38
+ requirement: &70287108504400 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 4.1.2
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70338229560720
46
+ version_requirements: *70287108504400
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: json
49
- requirement: &70338229557880 !ruby/object:Gem::Requirement
49
+ requirement: &70287108503480 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 1.7.3
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *70338229557880
57
+ version_requirements: *70287108503480
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: faraday
60
- requirement: &70338229546680 !ruby/object:Gem::Requirement
60
+ requirement: &70287108502200 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 0.8.0
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *70338229546680
68
+ version_requirements: *70287108502200
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: faraday_middleware
71
- requirement: &70338229545900 !ruby/object:Gem::Requirement
71
+ requirement: &70287108501140 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: 0.8.7
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *70338229545900
79
+ version_requirements: *70287108501140
80
80
  description: CLI for Building & Distributing iOS Apps (.ipa Files)
81
81
  email: m@mattt.me
82
82
  executables:
@@ -96,6 +96,7 @@ files:
96
96
  - ./LICENSE
97
97
  - ./Rakefile
98
98
  - ./README.md
99
+ - ./shenzhen-0.0.1.gem
99
100
  - ./shenzhen.gemspec
100
101
  - bin/ipa
101
102
  homepage: http://github.com/mattt/shenzhen
@@ -112,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
113
  version: '0'
113
114
  segments:
114
115
  - 0
115
- hash: 522475160615829235
116
+ hash: -1820588106345674583
116
117
  required_rubygems_version: !ruby/object:Gem::Requirement
117
118
  none: false
118
119
  requirements:
@@ -121,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
122
  version: '0'
122
123
  segments:
123
124
  - 0
124
- hash: 522475160615829235
125
+ hash: -1820588106345674583
125
126
  requirements: []
126
127
  rubyforge_project:
127
128
  rubygems_version: 1.8.15