Skip to content

Commit

Permalink
Merge pull request #36 from github/release-v1.2.1
Browse files Browse the repository at this point in the history
release v1.2.1
  • Loading branch information
joelhawksley authored Aug 28, 2019
2 parents cee6871 + a92f9fa commit ac773dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.2.1

* `actionview-component` is now tested against Ruby 2.3/2.4 and Rails 5.0.0.

# v1.2.0
Expand Down
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:
actionview-component (1.2.0)
actionview-component (1.2.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion actionview-component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "actionview-component"
spec.version = "1.2.0"
spec.version = "1.2.1"
spec.authors = ["GitHub Open Source"]
spec.email = ["opensource+actionview-component@github.com"]

Expand Down

0 comments on commit ac773dd

Please sign in to comment.