Skip to content

Commit e52f37a

Browse files
committed
Release 0.24.3
1 parent c0cb69c commit e52f37a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcodeproj Changelog
22

3-
## Master
3+
## 0.24.3
44

55
##### Bug Fixes
66

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
xcodeproj (0.24.2)
4+
xcodeproj (0.24.3)
55
activesupport (>= 3)
66
colored (~> 1.2)
77

88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
activesupport (4.2.1)
11+
activesupport (4.2.2)
1212
i18n (~> 0.7)
1313
json (~> 1.7, >= 1.7.7)
1414
minitest (~> 5.1)
@@ -33,7 +33,7 @@ GEM
3333
rb-inotify (>= 0.9)
3434
rb-kqueue (>= 0.2)
3535
metaclass (0.0.4)
36-
minitest (5.6.1)
36+
minitest (5.7.0)
3737
mocha (1.1.0)
3838
metaclass (~> 0.0.1)
3939
mocha-on-bacon (0.2.2)
@@ -85,3 +85,6 @@ DEPENDENCIES
8585
rubocop
8686
simplecov
8787
xcodeproj!
88+
89+
BUNDLED WITH
90+
1.10.5

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '0.24.2' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.24.3' unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)