radiant-debug-extension 1.0.1 → 1.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module RadiantDebugExtension
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- require File.dirname(__FILE__) + '/../spec_helper'
1
+ require File.expand_path("../../spec_helper", __FILE__)
2
2
 
3
3
  describe EnvDumpPage do
4
4
  before :each do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-debug-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Radiant CMS Dev Team
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-15 00:00:00 Z
18
+ date: 2011-10-22 00:00:00 -05:00
19
+ default_executable:
19
20
  dependencies: []
20
21
 
21
22
  description: Adds debugging options for Radiant
@@ -35,13 +36,13 @@ files:
35
36
  - lib/radiant-debug-extension/version.rb
36
37
  - lib/radiant-debug-extension.rb
37
38
  - lib/tasks/debug_extension_tasks.rake
38
- - radiant-debug-extension-1.0.0.gem
39
39
  - radiant-debug-extension.gemspec
40
40
  - Rakefile
41
41
  - README
42
42
  - spec/models/env_dump_page_spec.rb
43
43
  - spec/spec.opts
44
44
  - spec/spec_helper.rb
45
+ has_rdoc: true
45
46
  homepage: http://radiantcms.org/
46
47
  licenses: []
47
48
 
@@ -71,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
72
  requirements: []
72
73
 
73
74
  rubyforge_project:
74
- rubygems_version: 1.8.8
75
+ rubygems_version: 1.3.9.3
75
76
  signing_key:
76
77
  specification_version: 3
77
78
  summary: Debug Radiant CMS