File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Xcodeproj Changelog
2
2
3
- ## Master
3
+ ## 1.3.0 (2016-09-02)
4
4
5
5
##### Enhancements
6
6
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/CocoaPods/CLAide
3
- revision: 74a51d486dd7a12ee798d015385714c13146946d
3
+ revision: 61071679fc965083b6d43fdc1aa042afbaf172d1
4
4
specs:
5
5
claide (1.0.0 )
6
6
14
14
PATH
15
15
remote: .
16
16
specs:
17
- xcodeproj (1.2 .0 )
17
+ xcodeproj (1.3 .0 )
18
18
activesupport (>= 3 )
19
19
claide (>= 1.0.0 , < 2.0 )
20
20
colored (~> 1.2 )
21
21
22
22
GEM
23
23
remote: http://rubygems.org/
24
24
specs:
25
- activesupport (4.2.6 )
25
+ activesupport (5.0.0.1 )
26
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
26
27
i18n (~> 0.7 )
27
- json (~> 1.7 , >= 1.7.7 )
28
28
minitest (~> 5.1 )
29
- thread_safe (~> 0.3 , >= 0.3.4 )
30
29
tzinfo (~> 1.1 )
31
30
ast (2.2.0 )
32
31
bacon (1.2.0 )
33
32
codeclimate-test-reporter (0.4.1 )
34
33
simplecov (>= 0.7.1 , < 1.0.0 )
35
34
colored (1.2 )
35
+ concurrent-ruby (1.0.2 )
36
36
docile (1.1.5 )
37
37
ffi (1.9.6 )
38
38
i18n (0.7.0 )
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 = '1.2 .0' . freeze unless defined? Xcodeproj ::VERSION
4
+ VERSION = '1.3 .0' . freeze unless defined? Xcodeproj ::VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments