Skip to content

Commit

Permalink
prepare for releasing version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 30, 2019
1 parent 371ec7a commit 355ca7f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

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.3.1'
gem 'comma', '~> 4.3.2'
```

Or, if you want to live life on the edge, you can get master from the main comma repository:
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active4.2.11.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active5.0.7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active5.1.7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active5.2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active6.0.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails4.2.11.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.0.7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.1.7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
comma (4.3.1)
comma (4.3.2)
activesupport (>= 4.2.0, < 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/comma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Comma
VERSION = '4.3.1'
VERSION = '4.3.2'
end

0 comments on commit 355ca7f

Please sign in to comment.