Skip to content

Commit

Permalink
prepare for releasing version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 21, 2019
1 parent 8392802 commit 8db2aa5
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.0'
gem 'comma', '~> 4.3.1'
```

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.2.11.1.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active5.0.7.2.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active5.1.7.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active5.2.3.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/active6.0.0.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails4.2.11.1.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails5.0.7.2.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails5.1.7.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails5.2.3.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails6.0.0.gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
comma (4.3.0)
activesupport (>= 4.0.0, < 6.1)
comma (4.3.1)
activesupport (>= 4.2.0, < 6.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/comma/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Comma
VERSION = '4.3.0'
VERSION = '4.3.1'
end

0 comments on commit 8db2aa5

Please sign in to comment.