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 +4 -4
- data/Gemfile.lock +13 -14
- data/krausefx-shenzhen-0.14.3.gem +0 -0
- data/krausefx-shenzhen-0.14.4.gem +0 -0
- data/krausefx-shenzhen-0.14.5.gem +0 -0
- data/lib/shenzhen/plugins/hockeyapp.rb +2 -0
- data/lib/shenzhen/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 755fcbde1b2a99127a5064f241f5fc3924d04d28
|
4
|
+
data.tar.gz: 8b40176031619fcca7e2f9aadc9f7c2eea495a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5f9bd5590f509c12032f298d25432595b35b3a29ae83d424d9a1ed4af688e97158d3022eb96d891c2f7b6a7683d5bf86119dfe9b18e33ba88c5445a37d54d14
|
7
|
+
data.tar.gz: eb43f4c3b539303193b08b2a05fcb05658e689fe759b544c6d674b3c5cd82392083832227725d54b3bd3ef5441ee1c7b4cec13bccd404b64414470220513abbe
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
krausefx-shenzhen (0.14.
|
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.
|
37
|
-
rspec-core (~> 3.
|
38
|
-
rspec-expectations (~> 3.
|
39
|
-
rspec-mocks (~> 3.
|
40
|
-
rspec-core (3.
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-expectations (3.
|
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.
|
45
|
-
rspec-mocks (3.3
|
46
|
-
|
47
|
-
|
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.
|
61
|
+
1.10.6
|
Binary file
|
Binary file
|
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
|
data/lib/shenzhen/version.rb
CHANGED
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.
|
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-
|
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"
|