bard 0.8.28 → 0.8.29

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.28
1
+ 0.8.29
data/bard.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.8.28"
8
+ s.version = "0.8.29"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel", "Nick Hogle"]
12
- s.date = %q{2010-03-12}
12
+ s.date = %q{2010-03-15}
13
13
  s.default_executable = %q{bard}
14
14
  s.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.}
15
15
  s.email = %q{info@botandrose.com}
@@ -8,13 +8,13 @@ end
8
8
 
9
9
  file_inject "app/controllers/application_controller.rb",
10
10
  "class ApplicationController < ActionController::Base", <<-END
11
- include ExceptionNotifiable
11
+ include ExceptionNotification::Notifiable
12
12
 
13
13
  END
14
14
 
15
15
  file_append "config/environment.rb", <<-END
16
16
 
17
- ExceptionNotifier.exception_recipients = %w(micah@botandrose.com)
17
+ ExceptionNotification::Notifier.exception_recipients = %w(micah@botandrose.com)
18
18
  END
19
19
 
20
20
  git :add => "."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.28
4
+ version: 0.8.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-03-12 00:00:00 -08:00
13
+ date: 2010-03-15 00:00:00 -07:00
14
14
  default_executable: bard
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency