Skip to content

Commit

Permalink
prepare for releasing version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 11, 2018
1 parent 3469937 commit 7812b9c
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Comma is distributed as a gem, best installed via Bundler.
Include the gem in your Gemfile:

```ruby
gem 'comma', '~> 4.1.0'
gem 'comma', '~> 4.2.0'
```

Or, if you want to live life on the edge, you can get master from the main comma repository:
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active4.1.16.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -103,4 +103,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.11)

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/active4.2.8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -102,4 +102,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.11)

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/active5.0.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -101,4 +101,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.11)

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/active5.1.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -101,4 +101,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.11)

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/active5.2.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -103,4 +103,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.11)

BUNDLED WITH
1.16.0
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/rails4.1.16.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -159,4 +159,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.16.0
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/rails4.2.8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -184,4 +184,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/rails5.0.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -191,4 +191,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/rails5.1.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -191,4 +191,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.14.6
1.16.1
4 changes: 2 additions & 2 deletions gemfiles/rails5.2.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.1.0)
comma (4.2.0)
activesupport (>= 4.0.0, < 6)

GEM
Expand Down Expand Up @@ -201,4 +201,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.16.0
1.16.1
2 changes: 1 addition & 1 deletion lib/comma/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Comma
VERSION = '4.1.0'
VERSION = '4.2.0'
end

0 comments on commit 7812b9c

Please sign in to comment.