Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felginep committed Aug 10, 2020
1 parent 991f115 commit 1b20828
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ccios (2.3.1)
ccios (3.0.0)
mustache (~> 1.0)
rails (~> 5.1)
xcodeproj (~> 1.4)
Expand Down Expand Up @@ -56,12 +56,12 @@ GEM
builder (3.2.4)
claide (1.0.3)
colored2 (3.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
crass (1.0.6)
erubi (1.9.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.3)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
loofah (2.6.0)
crass (~> 1.0.2)
Expand All @@ -76,9 +76,9 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.1)
mustache (1.1.1)
nanaimo (0.2.6)
nanaimo (0.3.0)
nio4r (2.5.2)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -119,15 +119,15 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xcodeproj (1.16.0)
xcodeproj (1.17.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)
nanaimo (~> 0.3.0)

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

0 comments on commit 1b20828

Please sign in to comment.