File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Xcodeproj Changelog
2
2
3
- ## Master
3
+ ## 0.24.3
4
4
5
5
##### Bug Fixes
6
6
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- xcodeproj (0.24.2 )
4
+ xcodeproj (0.24.3 )
5
5
activesupport (>= 3 )
6
6
colored (~> 1.2 )
7
7
8
8
GEM
9
9
remote: http://rubygems.org/
10
10
specs:
11
- activesupport (4.2.1 )
11
+ activesupport (4.2.2 )
12
12
i18n (~> 0.7 )
13
13
json (~> 1.7 , >= 1.7.7 )
14
14
minitest (~> 5.1 )
33
33
rb-inotify (>= 0.9 )
34
34
rb-kqueue (>= 0.2 )
35
35
metaclass (0.0.4 )
36
- minitest (5.6.1 )
36
+ minitest (5.7.0 )
37
37
mocha (1.1.0 )
38
38
metaclass (~> 0.0.1 )
39
39
mocha-on-bacon (0.2.2 )
@@ -85,3 +85,6 @@ DEPENDENCIES
85
85
rubocop
86
86
simplecov
87
87
xcodeproj !
88
+
89
+ BUNDLED WITH
90
+ 1.10.5
Original file line number Diff line number Diff line change 1
1
module Xcodeproj
2
2
# The version of the xcodeproj gem.
3
3
#
4
- VERSION = '0.24.2 ' unless defined? Xcodeproj ::VERSION
4
+ VERSION = '0.24.3 ' unless defined? Xcodeproj ::VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments