jump-starter 1.1.17 → 1.1.18

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jump-starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.17
4
+ version: 1.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ehud Adler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-11 00:00:00.000000000 Z
11
+ date: 2019-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -38,6 +38,34 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: xcodeproj
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: terminal-table
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
41
69
  description: bla...etc
42
70
  email:
43
71
  - adlerehud@gmail.com
@@ -51,7 +79,6 @@ files:
51
79
  - Gemfile
52
80
  - Gemfile.lock
53
81
  - LICENSE
54
- - LICENSE.txt
55
82
  - README.md
56
83
  - Rakefile
57
84
  - bin/console
@@ -60,12 +87,18 @@ files:
60
87
  - jumpstarter.gemspec
61
88
  - lib/jumpstarter.rb
62
89
  - lib/jumpstarter_core/OS.rb
90
+ - lib/jumpstarter_core/bash.rb
63
91
  - lib/jumpstarter_core/commandRunner.rb
64
92
  - lib/jumpstarter_core/commands.rb
93
+ - lib/jumpstarter_core/git.rb
65
94
  - lib/jumpstarter_core/instructions.rb
95
+ - lib/jumpstarter_core/parser.rb
96
+ - lib/jumpstarter_core/pip.rb
66
97
  - lib/jumpstarter_core/setup.rb
67
98
  - lib/jumpstarter_core/version.rb
68
99
  - lib/jumpstarter_core/writer.rb
100
+ - lib/jumpstarter_core/xcode.rb
101
+ - lib/jumpstarter_core/xcode_helper.rb
69
102
  - spec/jumpstarter_spec.rb
70
103
  - spec/spec_helper.rb
71
104
  homepage: http://www.ehudadler.com
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Ehud Adler
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.