Skip to content

Commit

Permalink
Update gem version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Sep 16, 2017
1 parent bba6e7c commit e21d7ee
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.4.2 / 2017-09-16
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.4.2...v1.4.3)

Enhancements:

* Add *:pass_full_options* option to *NotificationApi#notify* passing the entire options to notification targets

Bug Fixes:

* Add `{ optional: true }` for *:group* and *:notifier* when it is used with Rails 5

## 1.4.2 / 2017-07-22
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.4.1...v1.4.2)

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:
activity_notification (1.4.2)
activity_notification (1.4.3)
i18n (>= 0.5.0)
jquery-rails (>= 3.1.1)
railties (>= 4.2.0, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activity_notification (1.4.2)
activity_notification (1.4.3)
i18n (>= 0.5.0)
jquery-rails (>= 3.1.1)
railties (>= 4.2.0, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activity_notification (1.4.2)
activity_notification (1.4.3)
i18n (>= 0.5.0)
jquery-rails (>= 3.1.1)
railties (>= 4.2.0, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.1.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activity_notification (1.4.2)
activity_notification (1.4.3)
i18n (>= 0.5.0)
jquery-rails (>= 3.1.1)
railties (>= 4.2.0, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/activity_notification/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActivityNotification
VERSION = "1.4.2"
VERSION = "1.4.3"
end

0 comments on commit e21d7ee

Please sign in to comment.