krausefx-shenzhen 0.14.6 → 0.14.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6970afb7c3086253c2b063d8c263ff0c2583ab11
4
- data.tar.gz: 705ac551e31ddb4bd580a9eab0e0e3374e032510
3
+ metadata.gz: 755fcbde1b2a99127a5064f241f5fc3924d04d28
4
+ data.tar.gz: 8b40176031619fcca7e2f9aadc9f7c2eea495a21
5
5
  SHA512:
6
- metadata.gz: 50d106963381d1f9366216f92fc14561ab3985847606de6fba5f454d3c3ac4f83d526944bf3ddebb8daf34746a6c2d1c2659dee07891991ae2680da78be1b7e2
7
- data.tar.gz: 3e01fe8e99a995e41cb34e0e7798adde5c83551dc5483718fecc07914471a5e7dae94c85fa3854b537e1ebca66274cae7f99daca01e9f4d47453acd9835db1dd
6
+ metadata.gz: f5f9bd5590f509c12032f298d25432595b35b3a29ae83d424d9a1ed4af688e97158d3022eb96d891c2f7b6a7683d5bf86119dfe9b18e33ba88c5445a37d54d14
7
+ data.tar.gz: eb43f4c3b539303193b08b2a05fcb05658e689fe759b544c6d674b3c5cd82392083832227725d54b3bd3ef5441ee1c7b4cec13bccd404b64414470220513abbe
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- krausefx-shenzhen (0.14.6)
4
+ krausefx-shenzhen (0.14.7)
5
5
  commander (~> 4.3)
6
6
  dotenv (>= 0.7)
7
7
  faraday (~> 0.9)
@@ -33,19 +33,18 @@ GEM
33
33
  net-ssh (3.0.1)
34
34
  plist (3.1.0)
35
35
  rake (10.4.2)
36
- rspec (3.3.0)
37
- rspec-core (~> 3.3.0)
38
- rspec-expectations (~> 3.3.0)
39
- rspec-mocks (~> 3.3.0)
40
- rspec-core (3.3.2)
41
- rspec-support (~> 3.3.0)
42
- rspec-expectations (3.3.1)
36
+ rspec (3.1.0)
37
+ rspec-core (~> 3.1.0)
38
+ rspec-expectations (~> 3.1.0)
39
+ rspec-mocks (~> 3.1.0)
40
+ rspec-core (3.1.7)
41
+ rspec-support (~> 3.1.0)
42
+ rspec-expectations (3.1.2)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.3.0)
45
- rspec-mocks (3.3.2)
46
- diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.3.0)
48
- rspec-support (3.3.0)
44
+ rspec-support (~> 3.1.0)
45
+ rspec-mocks (3.1.3)
46
+ rspec-support (~> 3.1.0)
47
+ rspec-support (3.1.2)
49
48
  rubyzip (1.1.7)
50
49
  security (0.1.3)
51
50
  terminal-table (1.4.5)
@@ -59,4 +58,4 @@ DEPENDENCIES
59
58
  rspec
60
59
 
61
60
  BUNDLED WITH
62
- 1.10.5
61
+ 1.10.6
Binary file
@@ -52,6 +52,7 @@ command :'distribute:hockeyapp' do |c|
52
52
  c.option '-i', '--identifier PUBLIC_IDENTIFIER', "Public identifier of the app you are targeting, if not specified HockeyApp will use the bundle identifier to choose the right"
53
53
  c.option '-m', '--notes NOTES', "Release notes for the build (Default: Textile)"
54
54
  c.option '-r', '--release RELEASE', [:beta, :store, :alpha, :enterprise], "Release type: 0 - Beta, 1 - Store, 2 - Alpha , 3 - Enterprise"
55
+ c.option '-o', '--owner_id OWNER_ID', "optional, set to the ID of your organization"
55
56
  c.option '--markdown', 'Notes are written with Markdown'
56
57
  c.option '--tags TAGS', "Comma separated list of tags which will receive access to the build"
57
58
  c.option '--teams TEAMS', "Comma separated list of team ID numbers to which this build will be restricted"
@@ -85,6 +86,7 @@ command :'distribute:hockeyapp' do |c|
85
86
  parameters[:tags] = options.tags if options.tags
86
87
  parameters[:teams] = options.teams if options.teams
87
88
  parameters[:users] = options.users if options.users
89
+ parameters[:owner_id] = options.owner_id if options.owner_id
88
90
  parameters[:dsym_filename] = @dsym if @dsym
89
91
  parameters[:mandatory] = "1" if options.mandatory
90
92
  parameters[:release_type] = case options.release
@@ -1,3 +1,3 @@
1
1
  module Shenzhen
2
- VERSION = '0.14.6'
2
+ VERSION = '0.14.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krausefx-shenzhen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.6
4
+ version: 0.14.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattt Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-29 00:00:00.000000000 Z
11
+ date: 2015-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -204,6 +204,8 @@ files:
204
204
  - "./LICENSE"
205
205
  - "./README.md"
206
206
  - "./Rakefile"
207
+ - "./krausefx-shenzhen-0.14.3.gem"
208
+ - "./krausefx-shenzhen-0.14.4.gem"
207
209
  - "./krausefx-shenzhen-0.14.5.gem"
208
210
  - "./lib/shenzhen.rb"
209
211
  - "./lib/shenzhen/agvtool.rb"