Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Cho committed Feb 20, 2016
1 parent f4ca9f3 commit e19a851
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1 (2016/2/20)

* Fix overlapping migration timestamp [#17](https://github.com/sungwoncho/has_friendship/pull/17)

## 0.1.0 (2015/12/5)

* Rails 4.x support (#11)
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_friendship (0.1.0)
has_friendship (0.1.1)
rails (~> 4.0)

GEM
Expand Down Expand Up @@ -46,6 +46,7 @@ GEM
builder (3.2.2)
byebug (8.2.1)
coderay (1.1.0)
concurrent-ruby (1.0.0)
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
Expand Down Expand Up @@ -183,12 +184,13 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sprockets (3.4.1)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.0.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
sqlite3 (1.3.11-x64-mingw32)
term-ansicolor (1.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/has_friendship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasFriendship
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit e19a851

Please sign in to comment.