xcodebuild-helper 1.2.3 → 1.2.5

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: b7d55c22224c183cd4b2ee7a5770fa2fc30b373d
4
- data.tar.gz: e2d18813837f3e4f980720e676152c5c02144ce8
3
+ metadata.gz: a37a0f1adcccdfd0b2e5b25d5234a8a718e49277
4
+ data.tar.gz: e576c5a29d2e2a230fcdd0a2c0d509d14b7eee11
5
5
  SHA512:
6
- metadata.gz: 33b14ee93ec12c20712f0b964449ff3159d629faeefd2ab6b4b3116c5d3f8165ffd1a41438b5ee3b981274c1562e8a22a17dd3ad15b6e2576664818199d135f3
7
- data.tar.gz: 647d84850eec9b9c0db77ea8ff839adc147a2e9d5f0a3ac4d424d9b04b83c489018482b70c66a1d785ea1d47f37efc13295bd47a65188456353bf42fd2e5cb79
6
+ metadata.gz: 627ed184dcb7e3a7cd4c4e264bcdbd5f6c896396ded37cdc1a0acd25d527432dc937ce98af053e1b7dbd282e694439e16107274623ab73b9a3f9db91289e5939
7
+ data.tar.gz: cb88a1a3f483c295c4a153c722cfa3ebe0e9f4c75424476eea643e1d300fef076ea690e75e2da645ea21b8e9f542852514abdf218140fc449f3bb78af598fab5
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.1
3
+ - 2.3.1
4
4
  install:
5
5
  - bundle install
6
6
  script:
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  source "https://rubygems.org"
2
- ruby '2.2.1'
2
+ ruby '2.3.1'
3
3
 
4
4
  gem 'coveralls', require: false
5
5
 
@@ -1,23 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcodebuild-helper (1.2.3)
4
+ xcodebuild-helper (1.2.5)
5
5
  nokogiri (= 1.6.7.2)
6
- xcodeproj (~> 0.28)
6
+ xcodeproj (~> 1.0)
7
7
  xcpretty (~> 0.2)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (4.2.6)
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.9.1)
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.0)
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 (0.28.2)
98
+ xcodeproj (1.4.1)
99
+ CFPropertyList (~> 2.3.3)
97
100
  activesupport (>= 3)
98
- claide (~> 0.9.1)
101
+ claide (>= 1.0.1, < 2.0)
99
102
  colored (~> 1.2)
100
- xcpretty (0.2.2)
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.11.2
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
@@ -1,3 +1,3 @@
1
1
  module XCodeBuildHelper
2
- VERSION = "1.2.3"
2
+ VERSION = "1.2.5"
3
3
  end
@@ -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", ["~> 0.28"]
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.3
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.28'
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.28'
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.4.6
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,6 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- if( !process.env.NODE_ENV ) process.env.NODE_ENV = 'test';
4
-
5
- var path = require('path');
6
- require(path.join(__dirname,'../lib/jasmine-node/cli.js'));
@@ -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,3 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- require("../src/cli.js").interpret(process.argv);
@@ -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
- }
Binary file