xcodeproj 0.14.0 → 0.14.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
- SHA512:
3
- metadata.gz: 351a1fb41b97253c60d3c98cb49f40afd0a9524bf7f32d2f4980ef7e1bd79917b01ad1f1c9744e5a0a28dc6c4be72d6a936e316ae8a9d69ffaa739184c8870ab
4
- data.tar.gz: 670743ec71585ed4947346781d55c367a9268b51e85abb8baebd24edf44e06b70998c9094da7b40023b085582b8069a5d0ae2d3370c0977b8248b7c4b9b8a682
5
2
  SHA1:
6
- metadata.gz: 46aff37bf34d1243b63df3624720605bfe432430
7
- data.tar.gz: e34469dacd968ad842532427b7c44620bd767455
3
+ metadata.gz: 73ccfa4ab87d12ab2ae5146c84df41e490293d50
4
+ data.tar.gz: 69256f9b78f04cb804ee8e76ed15df11f8f04a07
5
+ SHA512:
6
+ metadata.gz: 9e148340056682b81781eb4ba69c11434e62ce4fb0f7018fa3e16f7aa6dacce845f550f21adb66be729f1e86ee3881972271574790b09422986111cec9d77f92
7
+ data.tar.gz: a63cbf124199a4c9c77e112aecdfd3fda0467c530ffdb967deaeff5e84b5e00c39526bd38798bac99d3a935e51dd20c60de18bf7a3908bc59c05bf33e07dad83
@@ -16,16 +16,22 @@ task :ext do
16
16
  end
17
17
 
18
18
  if use_prebuilt
19
- # TODO It might be important that we communicate this, but there is no other way than this hack.
20
- # Can't change the spec anymore to have a post install message nor can we output to stdout/stderr,
21
- # because RubyGems catches all output and only shows it in case of a build failure.
19
+ # It’s important that we communicate this, so we can differentiate between
20
+ # types of installations when people paste output, but there is
21
+ # unfortunately no other way than this hack.
22
22
  #
23
- # Do we want this?
23
+ # By the time we decide wether prebuilt binaries should be used we can't
24
+ # change the spec anymore to have a post install message nor can we output
25
+ # to stdout/stderr, because RubyGems catches all output and only shows it
26
+ # in case of a build failure.
24
27
  #
25
- if File.writable?('/dev/tty')
26
- File.open('/dev/tty', 'w') do |out|
27
- out.puts "[!] You are using the prebuilt binary version of the xcodeproj gem."
28
+ begin
29
+ if File.writable?('/dev/tty')
30
+ File.open('/dev/tty', 'w') do |out|
31
+ out.puts "[!] You are using the prebuilt binary version of the xcodeproj gem."
32
+ end
28
33
  end
34
+ rescue Errno::ENXIO
29
35
  end
30
36
  else
31
37
  ruby 'extconf.rb'
@@ -81,6 +81,7 @@ module Xcodeproj
81
81
  def self.parse(*argv)
82
82
  argv = ARGV.new(argv)
83
83
  if argv.option('--version')
84
+ require 'xcodeproj/gem_version'
84
85
  puts VERSION
85
86
  exit!(0)
86
87
  end
@@ -1,6 +1,6 @@
1
1
  module Xcodeproj
2
2
  # The version of the xcodeproj gem.
3
3
  #
4
- VERSION = '0.14.0' unless defined? Xcodeproj::VERSION
4
+ VERSION = '0.14.1' unless defined? Xcodeproj::VERSION
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,28 +9,39 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2013-10-24 00:00:00 Z
12
+ date: 2013-11-01 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: activesupport
15
+ name: rake
16
16
  prerelease: false
17
17
  requirement: &id001 !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - &id004
20
+ - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "0"
23
+ type: :runtime
24
+ version_requirements: *id001
25
+ - !ruby/object:Gem::Dependency
26
+ name: activesupport
27
+ prerelease: false
28
+ requirement: &id002 !ruby/object:Gem::Requirement
18
29
  requirements:
19
30
  - - ~>
20
31
  - !ruby/object:Gem::Version
21
32
  version: "3.0"
22
33
  type: :runtime
23
- version_requirements: *id001
34
+ version_requirements: *id002
24
35
  - !ruby/object:Gem::Dependency
25
36
  name: colored
26
37
  prerelease: false
27
- requirement: &id002 !ruby/object:Gem::Requirement
38
+ requirement: &id003 !ruby/object:Gem::Requirement
28
39
  requirements:
29
40
  - - ~>
30
41
  - !ruby/object:Gem::Version
31
42
  version: "1.2"
32
43
  type: :runtime
33
- version_requirements: *id002
44
+ version_requirements: *id003
34
45
  description: Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).
35
46
  email: eloy.de.enige@gmail.com
36
47
  executables:
@@ -99,13 +110,10 @@ require_paths:
99
110
  - lib
100
111
  required_ruby_version: !ruby/object:Gem::Requirement
101
112
  requirements:
102
- - &id003
103
- - ">="
104
- - !ruby/object:Gem::Version
105
- version: "0"
113
+ - *id004
106
114
  required_rubygems_version: !ruby/object:Gem::Requirement
107
115
  requirements:
108
- - *id003
116
+ - *id004
109
117
  requirements: []
110
118
 
111
119
  rubyforge_project: