Skip to content

Commit

Permalink
Merge pull request #15 from felginep/release/v4.0.1
Browse files Browse the repository at this point in the history
Release/v4.0.1
  • Loading branch information
felginep authored Feb 8, 2021
2 parents a5e731d + 15a36e5 commit 48b634d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [4.0.1]

### Fixed

- Do not generate new groups with name if using folder references

## [4.0.0]

### Added
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
PATH
remote: .
specs:
ccios (4.0.0)
ccios (4.0.1)
activesupport (> 4)
mustache (~> 1.0)
xcodeproj (~> 1.4)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
activesupport (6.0.3.3)
CFPropertyList (3.0.3)
activesupport (6.1.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
atomos (0.1.3)
claide (1.0.3)
colored2 (3.1.2)
concurrent-ruby (1.1.7)
i18n (1.8.5)
concurrent-ruby (1.1.8)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
minitest (5.14.2)
mustache (1.1.1)
nanaimo (0.3.0)
rake (12.3.3)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
xcodeproj (1.18.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
zeitwerk (2.4.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
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 = '4.0.0'
s.version = '4.0.1'
s.executables << 'ccios'
s.date = '2016-08-03'
s.summary = "Clean Code iOS Generator"
Expand Down

0 comments on commit 48b634d

Please sign in to comment.