Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [5.2.0]

### Added

- Add support for Swift Packages and Xcode 16 synchronized folders
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ccios (5.1.0)
ccios (5.2.0)
activesupport (> 4)
mustache (~> 1.0)
xcodeproj (~> 1.27)
Expand All @@ -13,7 +13,7 @@ GEM
base64
nkf
rexml
activesupport (8.0.1)
activesupport (8.0.2)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -27,22 +27,22 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
atomos (0.1.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
claide (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
connection_pool (2.5.3)
drb (2.2.3)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.6)
minitest (5.25.4)
logger (1.7.0)
minitest (5.25.5)
mustache (1.1.1)
nanaimo (0.4.0)
nkf (0.2.0)
rake (13.2.1)
rake (13.3.0)
rexml (3.4.1)
securerandom (0.4.1)
tzinfo (2.0.6)
Expand Down
2 changes: 1 addition & 1 deletion ccios.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ccios'
s.version = '5.1.0'
s.version = '5.2.0'
s.executables << 'ccios'
s.date = '2016-08-03'
s.summary = "Clean Code iOS Generator"
Expand Down