gossiper 0.3.2 → 0.3.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca2a2e48e5af34dc9801e17650ccd5bc38e5f6ab
4
- data.tar.gz: 62ef5cf7584f60500b2d12502ceeb009cc038d49
3
+ metadata.gz: 278182cb6ed0115663f68b8758842696b4eb3e8e
4
+ data.tar.gz: 151bd1ff5d3a0392b70a9809f1880056c0d3e1ae
5
5
  SHA512:
6
- metadata.gz: 4a78eaf677ac9c48dd55f43b6d8b2d3dada9482464b5b85f72dd9496b7ac39cd66d6f122e91e2ae546309cf03da44a15b3ed03bf6ee1b7b70104d96aa6501c06
7
- data.tar.gz: 397f0180340afe252b11fb886236117a06775dba5ab78a7281dc3ecce1e6a18126625bbdbcb7336c205a770328d9d4732aa5d372e26b90eb1ec53983caaaf833
6
+ metadata.gz: 7130201af57729b00d21a20fc8f1d705481fbda41fe88a6169fe118f511ec90def4bb4ca2583381e57b1922485bae82ad679d270d6bcda26c30737c4a7a69025
7
+ data.tar.gz: bd2c2ffadf937f773fd8d36199b71d055742cbffdd09c1dbfd8ed038b4b7de876d61cf8dd31c82f85278c601b7373a8a80f74a186dc3a92109bf922a7f3af00b
@@ -1,4 +1,4 @@
1
- <%- test_folder = defined?(RSpec) ? 'rspec' : 'test' -%>
1
+ <%- test_folder = defined?(RSpec) ? 'spec' : 'test' -%>
2
2
  Gossiper.configure do |config|
3
3
  # Change the default user class
4
4
  config.default_notification_user_class = 'User'
@@ -13,7 +13,7 @@ class Gossiper::NotificationTypeGenerator < Rails::Generators::NamedBase
13
13
  def create_test_file
14
14
  test_sufix = defined?(RSpec) ? 'spec' : 'test'
15
15
 
16
- template 'notification_type_test.rb', File.join(
16
+ template "notification_type_#{test_sufix}.rb", File.join(
17
17
  Gossiper.configuration.notifications_test_folder.to_s,
18
18
  'notifications',
19
19
  class_path,
@@ -1,3 +1,3 @@
1
1
  module Gossiper
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gossiper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Jacobus