aanand-merb_hoptoad_notifier 1.0.2.5 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +4 -5
  2. metadata +16 -8
data/Rakefile CHANGED
@@ -7,10 +7,10 @@ require 'merb-core/tasks/merb_rake_helper'
7
7
  require 'spec/rake/spectask'
8
8
 
9
9
  NAME = "merb_hoptoad_notifier"
10
- GEM_VERSION = "1.0.5"
10
+ GEM_VERSION = "1.0.9"
11
11
  AUTHOR = "Corey Donohoe"
12
- EMAIL = "atmos@atmos.org"
13
- HOMEPAGE = "http://github.com/atmos"
12
+ EMAIL = 'atmos@atmos.org'
13
+ HOMEPAGE = "http://github.com/atmos/merb_hoptoad_notifier"
14
14
  SUMMARY = "Merb plugin that provides hoptoad exception notification"
15
15
 
16
16
  spec = Gem::Specification.new do |s|
@@ -25,8 +25,7 @@ spec = Gem::Specification.new do |s|
25
25
  s.author = AUTHOR
26
26
  s.email = EMAIL
27
27
  s.homepage = HOMEPAGE
28
- # s.add_dependency('merb', '>= 0.9.7')
29
- # s.add_dependency('extlib', '>= 0.9.6')
28
+ s.add_dependency('merb-core', '>= 1.0.9')
30
29
  s.require_path = 'lib'
31
30
  s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
32
31
  end
metadata CHANGED
@@ -1,21 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aanand-merb_hoptoad_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.5
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Donohoe
8
- - Phil Darnowsky
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
11
 
13
- date: 2009-02-16 00:00:00 -08:00
12
+ date: 2009-03-07 00:00:00 -08:00
14
13
  default_executable:
15
- dependencies: []
16
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: merb-core
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.0.9
24
+ version:
17
25
  description: Merb plugin that provides hoptoad exception notification
18
- email: phil@darnowsky.com
26
+ email: atmos@atmos.org
19
27
  executables: []
20
28
 
21
29
  extensions: []
@@ -30,9 +38,9 @@ files:
30
38
  - Rakefile
31
39
  - TODO
32
40
  - lib/merb_hoptoad_notifier
41
+ - lib/merb_hoptoad_notifier/hoptoad_mixin.rb
33
42
  - lib/merb_hoptoad_notifier/hoptoad_notifier.rb
34
43
  - lib/merb_hoptoad_notifier/merbtasks.rb
35
- - lib/merb_hoptoad_notifier/hoptoad_mixin.rb
36
44
  - lib/merb_hoptoad_notifier.rb
37
45
  - spec/fixtures
38
46
  - spec/fixtures/hoptoad.yml
@@ -40,7 +48,7 @@ files:
40
48
  - spec/spec.opts
41
49
  - spec/spec_helper.rb
42
50
  has_rdoc: true
43
- homepage: http://github.com/phildarnowsky
51
+ homepage: http://github.com/atmos/merb_hoptoad_notifier
44
52
  post_install_message:
45
53
  rdoc_options: []
46
54