disclosure 0.0.2 → 0.0.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.
@@ -3,7 +3,7 @@ class Disclosure::Configuration
3
3
 
4
4
  def initialize
5
5
  self.owner_class = "User"
6
- self.reactor_classes = []
6
+ self.reactor_classes = [Disclosure::EmailReactor]
7
7
  self.notifier_classes = []
8
8
  self.email_reactor_defaults = {:from => "please-change-me@localhost"}
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Disclosure
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disclosure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: -1029606032103910737
102
+ hash: -2101488736165250422
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  none: false
105
105
  requirements:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -1029606032103910737
111
+ hash: -2101488736165250422
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 1.8.23