Skip to content

Commit

Permalink
Merge pull request #18 from felginep/release/v4.0.2
Browse files Browse the repository at this point in the history
Release/v4.0.2
  • Loading branch information
felginep authored Feb 23, 2021
2 parents 848483f + 838fd6d commit f4058e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.2]

### Fixed

- Do not duplicate suffix if already present in the command name

## [4.0.1]

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ccios (4.0.1)
ccios (4.0.2)
activesupport (> 4)
mustache (~> 1.0)
xcodeproj (~> 1.4)
Expand All @@ -10,7 +10,7 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
activesupport (6.1.1)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -20,7 +20,7 @@ GEM
claide (1.0.3)
colored2 (3.1.2)
concurrent-ruby (1.1.8)
i18n (1.8.8)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
minitest (5.14.2)
mustache (1.1.1)
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.1'
s.version = '4.0.2'
s.executables << 'ccios'
s.date = '2016-08-03'
s.summary = "Clean Code iOS Generator"
Expand Down

0 comments on commit f4058e8

Please sign in to comment.