xcodeproj 0.26.1 → 0.26.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a55077b3419f67b1e652a6f29363364f9e99b31
4
- data.tar.gz: ac484119aa463317cd970b22a57b274d0c7800c9
3
+ metadata.gz: 5f58263d9fc69394301cbdc6fa9584511556d934
4
+ data.tar.gz: 151af3ef28dead3309b7812046e134c678b2b601
5
5
  SHA512:
6
- metadata.gz: 5754a6d647cac3b3e152079543abfa7a21d1736f910952314265d17e8fa553747d2f8284a21b149e7d2357af114e07c9e822c6c0343f043cb00495023b805b07
7
- data.tar.gz: b7ee1051e2bb834b1540201a1758d810eb9dc07a1c754a4a215d1b166a2b2307eb32542af4323f2dfb4b0f84afb3a2875f90ce3c1b6ceeec7e47a8d63ae96e04
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
@@ -12,6 +12,7 @@ module Xcodeproj
12
12
  end
13
13
  end
14
14
 
15
+ require 'xcodeproj/gem_version'
15
16
  require 'xcodeproj/user_interface'
16
17
 
17
18
  autoload :Command, 'xcodeproj/command'
@@ -1,5 +1,5 @@
1
1
  module Xcodeproj
2
2
  # The version of the xcodeproj gem.
3
3
  #
4
- VERSION = '0.26.1' unless defined? Xcodeproj::VERSION
4
+ VERSION = '0.26.2' unless defined? Xcodeproj::VERSION
5
5
  end
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.1
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-05 00:00:00.000000000 Z
11
+ date: 2015-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport