xcodebuild-helper 1.2.3 → 1.2.5
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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +18 -11
- data/externals/ios-sim-master/node_modules/.bin/jasmine-node +1 -0
- data/externals/ios-sim-master/node_modules/.bin/jscs +1 -0
- data/externals/ios-sim-master/node_modules/.bin/jshint +1 -0
- data/externals/ios-sim-master/node_modules/.bin/nopt +1 -0
- data/lib/version.rb +1 -1
- data/xcodebuild-helper.gemspec +1 -1
- metadata +4 -5
- data/externals/ios-sim-master/node_modules/.bin/jasmine-node +0 -6
- data/externals/ios-sim-master/node_modules/.bin/jscs +0 -41
- data/externals/ios-sim-master/node_modules/.bin/jshint +0 -3
- data/externals/ios-sim-master/node_modules/.bin/nopt +0 -44
- data/xcodebuild-helper-1.2.2.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a37a0f1adcccdfd0b2e5b25d5234a8a718e49277
|
|
4
|
+
data.tar.gz: e576c5a29d2e2a230fcdd0a2c0d509d14b7eee11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 627ed184dcb7e3a7cd4c4e264bcdbd5f6c896396ded37cdc1a0acd25d527432dc937ce98af053e1b7dbd282e694439e16107274623ab73b9a3f9db91289e5939
|
|
7
|
+
data.tar.gz: cb88a1a3f483c295c4a153c722cfa3ebe0e9f4c75424476eea643e1d300fef076ea690e75e2da645ea21b8e9f542852514abdf218140fc449f3bb78af598fab5
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
xcodebuild-helper (1.2.
|
|
4
|
+
xcodebuild-helper (1.2.5)
|
|
5
5
|
nokogiri (= 1.6.7.2)
|
|
6
|
-
xcodeproj (~> 0
|
|
6
|
+
xcodeproj (~> 1.0)
|
|
7
7
|
xcpretty (~> 0.2)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
|
|
12
|
+
CFPropertyList (2.3.4)
|
|
13
|
+
activesupport (5.0.0.1)
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
15
|
i18n (~> 0.7)
|
|
14
|
-
json (~> 1.7, >= 1.7.7)
|
|
15
16
|
minitest (~> 5.1)
|
|
16
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
|
17
17
|
tzinfo (~> 1.1)
|
|
18
|
-
claide (0.
|
|
18
|
+
claide (1.0.1)
|
|
19
19
|
coderay (1.1.1)
|
|
20
20
|
colored (1.2)
|
|
21
|
+
concurrent-ruby (1.0.2)
|
|
21
22
|
coveralls (0.8.13)
|
|
22
23
|
json (~> 1.8)
|
|
23
24
|
simplecov (~> 0.11.0)
|
|
@@ -50,7 +51,8 @@ GEM
|
|
|
50
51
|
lumberjack (1.0.10)
|
|
51
52
|
method_source (0.8.2)
|
|
52
53
|
mini_portile2 (2.0.0)
|
|
53
|
-
minitest (5.9.
|
|
54
|
+
minitest (5.9.1)
|
|
55
|
+
nanaimo (0.2.2)
|
|
54
56
|
nenv (0.3.0)
|
|
55
57
|
nokogiri (1.6.7.2)
|
|
56
58
|
mini_portile2 (~> 2.0.0.rc2)
|
|
@@ -93,11 +95,13 @@ GEM
|
|
|
93
95
|
tins (1.6.0)
|
|
94
96
|
tzinfo (1.2.2)
|
|
95
97
|
thread_safe (~> 0.1)
|
|
96
|
-
xcodeproj (
|
|
98
|
+
xcodeproj (1.4.1)
|
|
99
|
+
CFPropertyList (~> 2.3.3)
|
|
97
100
|
activesupport (>= 3)
|
|
98
|
-
claide (
|
|
101
|
+
claide (>= 1.0.1, < 2.0)
|
|
99
102
|
colored (~> 1.2)
|
|
100
|
-
|
|
103
|
+
nanaimo (~> 0.2.0)
|
|
104
|
+
xcpretty (0.2.4)
|
|
101
105
|
rouge (~> 1.8)
|
|
102
106
|
|
|
103
107
|
PLATFORMS
|
|
@@ -110,5 +114,8 @@ DEPENDENCIES
|
|
|
110
114
|
rspec (~> 3.4)
|
|
111
115
|
xcodebuild-helper!
|
|
112
116
|
|
|
117
|
+
RUBY VERSION
|
|
118
|
+
ruby 2.3.1p112
|
|
119
|
+
|
|
113
120
|
BUNDLED WITH
|
|
114
|
-
1.
|
|
121
|
+
1.13.6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../jasmine-node/bin/jasmine-node
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../jscs/bin/jscs
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../jshint/bin/jshint
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../nopt/bin/nopt.js
|
data/lib/version.rb
CHANGED
data/xcodebuild-helper.gemspec
CHANGED
|
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.add_development_dependency "rake", ["~> 11.1"]
|
|
23
23
|
|
|
24
24
|
s.add_dependency "xcpretty", ["~> 0.2"]
|
|
25
|
-
s.add_dependency "xcodeproj",
|
|
25
|
+
s.add_dependency "xcodeproj",["~> 1.0"]
|
|
26
26
|
s.add_dependency "nokogiri", ["1.6.7.2"]
|
|
27
27
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcodebuild-helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Rasmussen
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0
|
|
75
|
+
version: '1.0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0
|
|
82
|
+
version: '1.0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: nokogiri
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -5566,7 +5566,6 @@ files:
|
|
|
5566
5566
|
- spec/xcode_dsl_actions_spec.rb
|
|
5567
5567
|
- spec/xcode_dsl_spec.rb
|
|
5568
5568
|
- spec/xcode_spec.rb
|
|
5569
|
-
- xcodebuild-helper-1.2.2.gem
|
|
5570
5569
|
- xcodebuild-helper.gemspec
|
|
5571
5570
|
homepage: https://github.com/xlr8runner/xcodebuild-helper
|
|
5572
5571
|
licenses:
|
|
@@ -5588,7 +5587,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
5588
5587
|
version: '0'
|
|
5589
5588
|
requirements: []
|
|
5590
5589
|
rubyforge_project:
|
|
5591
|
-
rubygems_version: 2.
|
|
5590
|
+
rubygems_version: 2.5.1
|
|
5592
5591
|
signing_key:
|
|
5593
5592
|
specification_version: 4
|
|
5594
5593
|
summary: DSL to help call xcode CLI more easliy
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var cli = require('../lib/get-cli');
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Command line implementation for JSCS.
|
|
6
|
-
*
|
|
7
|
-
* Common usage case is:
|
|
8
|
-
*
|
|
9
|
-
* ./node_modules/.bin/jscs file1 dir1 file2 dir2
|
|
10
|
-
*/
|
|
11
|
-
var program = require('commander');
|
|
12
|
-
|
|
13
|
-
program
|
|
14
|
-
.version(require('../package.json').version)
|
|
15
|
-
.usage('[options] <file ...>')
|
|
16
|
-
.description('A code style linter for programmatically enforcing your style guide.')
|
|
17
|
-
.option('-c, --config [path]', 'configuration file path')
|
|
18
|
-
.option('--auto-configure <path> [paths]', 'auto-generate a JSCS configuration file')
|
|
19
|
-
.option('-x, --fix', 'fix code style violations (applies to fixable violations)')
|
|
20
|
-
.option('--extract <mask>', 'set file masks from which to extract JavaScript', function(value, memo) {
|
|
21
|
-
return memo ? memo.concat(value) : [value];
|
|
22
|
-
})
|
|
23
|
-
.option('-e, --esnext', 'attempts to parse esnext code (currently es6)')
|
|
24
|
-
.option('--es3', 'validates code as es3')
|
|
25
|
-
.option('-s, --esprima <path>', 'attempts to use a custom version of Esprima')
|
|
26
|
-
.option('-n, --no-colors', 'clean output without colors')
|
|
27
|
-
.option('-p, --preset <preset>', 'preset config')
|
|
28
|
-
.option('-v, --verbose', 'adds rule names to the error output')
|
|
29
|
-
.option('-m, --max-errors <number>', 'maximum number of errors to report')
|
|
30
|
-
.option('-f, --error-filter <path>', 'a module to filter errors')
|
|
31
|
-
.option('-r, --reporter <reporter>',
|
|
32
|
-
'error reporter, console - default, text, checkstyle, junit, inline, unix, summary, json')
|
|
33
|
-
.option('', 'Also accepts relative or absolute path to custom reporter')
|
|
34
|
-
.option('', 'For instance:')
|
|
35
|
-
.option('', '\t ../some-dir/my-reporter.js\t(relative path with extension)')
|
|
36
|
-
.option('', '\t ../some-dir/my-reporter\t(relative path without extension)')
|
|
37
|
-
.option('', '\t /path/to/my-reporter.js\t(absolute path with extension)')
|
|
38
|
-
.option('', '\t /path/to/my-reporter\t\t(absolute path without extension)')
|
|
39
|
-
.parse(process.argv);
|
|
40
|
-
|
|
41
|
-
cli(program);
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var nopt = require("../lib/nopt")
|
|
3
|
-
, types = { num: Number
|
|
4
|
-
, bool: Boolean
|
|
5
|
-
, help: Boolean
|
|
6
|
-
, list: Array
|
|
7
|
-
, "num-list": [Number, Array]
|
|
8
|
-
, "str-list": [String, Array]
|
|
9
|
-
, "bool-list": [Boolean, Array]
|
|
10
|
-
, str: String }
|
|
11
|
-
, shorthands = { s: [ "--str", "astring" ]
|
|
12
|
-
, b: [ "--bool" ]
|
|
13
|
-
, nb: [ "--no-bool" ]
|
|
14
|
-
, tft: [ "--bool-list", "--no-bool-list", "--bool-list", "true" ]
|
|
15
|
-
, "?": ["--help"]
|
|
16
|
-
, h: ["--help"]
|
|
17
|
-
, H: ["--help"]
|
|
18
|
-
, n: [ "--num", "125" ] }
|
|
19
|
-
, parsed = nopt( types
|
|
20
|
-
, shorthands
|
|
21
|
-
, process.argv
|
|
22
|
-
, 2 )
|
|
23
|
-
|
|
24
|
-
console.log("parsed", parsed)
|
|
25
|
-
|
|
26
|
-
if (parsed.help) {
|
|
27
|
-
console.log("")
|
|
28
|
-
console.log("nopt cli tester")
|
|
29
|
-
console.log("")
|
|
30
|
-
console.log("types")
|
|
31
|
-
console.log(Object.keys(types).map(function M (t) {
|
|
32
|
-
var type = types[t]
|
|
33
|
-
if (Array.isArray(type)) {
|
|
34
|
-
return [t, type.map(function (type) { return type.name })]
|
|
35
|
-
}
|
|
36
|
-
return [t, type && type.name]
|
|
37
|
-
}).reduce(function (s, i) {
|
|
38
|
-
s[i[0]] = i[1]
|
|
39
|
-
return s
|
|
40
|
-
}, {}))
|
|
41
|
-
console.log("")
|
|
42
|
-
console.log("shorthands")
|
|
43
|
-
console.log(shorthands)
|
|
44
|
-
}
|
data/xcodebuild-helper-1.2.2.gem
DELETED
|
Binary file
|