rails_events 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails_events/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7ce2e66655c7ec5ed6a094f57036ce85287ac48
4
- data.tar.gz: 9da4769b7359c1051e14c5995df13c3208ab0c70
3
+ metadata.gz: acae399cb697bdb83b303aaec2eeeea3389116fe
4
+ data.tar.gz: ecec34a2c4d66c02041e3e0ea06d073fcd76e3ec
5
5
  SHA512:
6
- metadata.gz: e6baef3ac240b892afadc23a966d35886fb42c67539a61632f69cd9b33edbf5eed733032caee3b84fdcfd5c5785081613eece7afd9112c380d041e1dac94adaa
7
- data.tar.gz: dd57f78f403c8dbdce099ce35a61781f6112c13a67d7a5bc2e7f7ff9c90bd2213a57fc62e5b720b23e05b673480516152e7ee7ea595867236a764d2ec3b15db0
6
+ metadata.gz: b1839c2627348b4c56ca8c0ffc90d17e9ed267b4178ca0d86f4ad9aaee9cca64481a0bed2dc9762ee2167ccff78b6f86c492796d74520aff9d205fcef9bd794e
7
+ data.tar.gz: d77a4a74bae7b8856674e72fccee3e9e5fd6cd1a0f3751cc148559a1fe4f77b6644ad99af9595b6e6926268553cb99680989f991c20d0818368f179817763231
@@ -1,3 +1,3 @@
1
1
  module RailsEvents
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Burt
@@ -72,7 +72,7 @@ description: Add Backbone style events without using the whole framework. This w
72
72
  development, creation of dynamic content, and will add clear organization to Javascript/Coffeescript
73
73
  files. See https://github.com/Dbz/rails_events for more information
74
74
  email:
75
- - burtdaniel@gmail.com
75
+ - burtdaniel+rubygems@gmail.com
76
76
  executables: []
77
77
  extensions: []
78
78
  extra_rdoc_files: []