xcodeproj 0.26.1 → 0.26.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/xcodeproj +0 -3
- data/lib/xcodeproj.rb +1 -0
- data/lib/xcodeproj/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f58263d9fc69394301cbdc6fa9584511556d934
|
4
|
+
data.tar.gz: 151af3ef28dead3309b7812046e134c678b2b601
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85241ebe570205c883765c3b13b0871cd03c2246150990649a0e4c7a90cd9e4596ed5708b08df62fbc92ed2dc9748a09d7080272e7effbb9c19ca66a17e4c454
|
7
|
+
data.tar.gz: adf59d7e4cf162c0965f6c6c92398261ddbda976dfb8adc61b29e2bdf3ef615ea65b5e3877e8a24fac657157c051aa6aa6799a867f22a42cb32201665dc07656
|
data/bin/xcodeproj
CHANGED
@@ -2,10 +2,7 @@
|
|
2
2
|
|
3
3
|
if $PROGRAM_NAME == __FILE__
|
4
4
|
ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
|
5
|
-
require 'rubygems'
|
6
5
|
require 'bundler/setup'
|
7
|
-
$LOAD_PATH.unshift File.expand_path('../../ext', __FILE__)
|
8
|
-
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
9
6
|
end
|
10
7
|
|
11
8
|
require 'xcodeproj'
|
data/lib/xcodeproj.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xcodeproj
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|