Skip to content

Commit

Permalink
Merge pull request #5 from blacktangent/prepare-patch-release
Browse files Browse the repository at this point in the history
Preparing new release
  • Loading branch information
teohm committed Jun 2, 2017
2 parents 8110729 + 7abae32 commit 71098b9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.2.6] - 2017-06-02
### Added
- Add Rails 5x support

## [0.2.1] 2015-11-24
### Changed
- Update dependencies
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:
tabs_for (0.2.5)
tabs_for (0.2.6)
font-awesome-rails (~> 4.0)
rails (>= 3.2, < 6)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
tabs_for (0.2.5)
tabs_for (0.2.6)
font-awesome-rails (~> 4.0)
rails (>= 3.2, < 6)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
tabs_for (0.2.5)
tabs_for (0.2.6)
font-awesome-rails (~> 4.0)
rails (>= 3.2, < 6)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
tabs_for (0.2.5)
tabs_for (0.2.6)
font-awesome-rails (~> 4.0)
rails (>= 3.2, < 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/tabs_for/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TabsFor
VERSION = "0.2.5"
VERSION = '0.2.6'.freeze
end

0 comments on commit 71098b9

Please sign in to comment.