xcode_barber 0.1.0 → 0.1.1

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: 8a4959a5ccbe8f1f11e23568ea68f174fa1e4d2d
4
- data.tar.gz: 8db3034becab3c844eb0479ee1bdce801c02f8aa
3
+ metadata.gz: 19898b740e0693275f6c6c170898db7ad1f47e49
4
+ data.tar.gz: f49050ba675c57cc5e60b96f30e9e9729bd36828
5
5
  SHA512:
6
- metadata.gz: b29f2c78cc076428a376aa85da3d48b5d59ef1c4f2e6616456a6063a6aa5d49cc969dc64be616c29928ca2f93e35a235c1ae42844a3b552909913e431ddb31f1
7
- data.tar.gz: 6e54aa4f2098547fcd0ed2e85acf5b03b9c30212bee09ca69747e4053c43019eba68325026c934837bf8e3b863e529ebf7ee23915572a1c99a4b70d8a75abc9a
6
+ metadata.gz: 4f366b85e6573d22b44777bbcccac71266bd3d037b7ad177d97c4359e713aee6a39130652f3fbeb3d1d1e1b2e833ce3145676f9ad983d46df4ec68c9b1b4cc38
7
+ data.tar.gz: ab21106988ad473ef2e41b73cb34a86a9e7da208f8f30efd4a426d10e7d3b4e1da4c715240c6f03d6df893cb86a022e86ac4e88a23b6ddfe7e9e555e284aee10
@@ -18,7 +18,7 @@ module XcodeBarber
18
18
  o.separator 'other options:'
19
19
  # o.bool '-f', '--force', 'Force the project.pbxproj file to be changed without asking first'
20
20
  o.on '--help' do
21
- puts "Example: ./barber.rb -t MyAppDebug -p MyApp.xcodeproj -r MyApp/AppDelegate.swift -d ~/.../DerivedData/.../MyAppDebug.build/Objects-normal/x86_64/"
21
+ puts "Example: barber -t MyAppDebug -p MyApp.xcodeproj -r MyApp/AppDelegate.swift -d ~/.../DerivedData/.../MyAppDebug.build/Objects-normal/x86_64/"
22
22
  puts o
23
23
  exit
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module XcodeBarber
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcode_barber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Eisel
@@ -48,7 +48,6 @@ extra_rdoc_files: []
48
48
  files:
49
49
  - ".gitignore"
50
50
  - Gemfile
51
- - Gemfile.lock
52
51
  - LICENSE.txt
53
52
  - README.md
54
53
  - Rakefile
@@ -1,33 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- xcode_barber (0.1.0)
5
- slop (~> 4.7.0)
6
- xcodeproj (~> 1.14.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- CFPropertyList (3.0.2)
12
- atomos (0.1.3)
13
- claide (1.0.3)
14
- colored2 (3.1.2)
15
- nanaimo (0.2.6)
16
- rake (12.3.3)
17
- slop (4.7.0)
18
- xcodeproj (1.14.0)
19
- CFPropertyList (>= 2.3.3, < 4.0)
20
- atomos (~> 0.1.3)
21
- claide (>= 1.0.2, < 2.0)
22
- colored2 (~> 3.1)
23
- nanaimo (~> 0.2.6)
24
-
25
- PLATFORMS
26
- ruby
27
-
28
- DEPENDENCIES
29
- rake (~> 12.0)
30
- xcode_barber!
31
-
32
- BUNDLED WITH
33
- 2.1.4