radiant-debug-extension 1.0.0 → 1.0.1

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.0"
2
+ VERSION = "1.0.1"
3
3
  end
Binary file
@@ -20,11 +20,4 @@ Gem::Specification.new do |s|
20
20
  s.files = Dir["**/*"] - ignores
21
21
  s.test_files = Dir["test/**/*","spec/**/*","features/**/*"] - ignores
22
22
  s.require_paths = ["lib"]
23
-
24
- # s.add_dependency "some_gem", "~> 1.0.0"
25
-
26
- s.post_install_message = %{
27
- Add this to your radiant project with:
28
- config.gem "radiant-debug-extension", :version => "~> #{RadiantDebugExtension::VERSION}"
29
- }
30
23
  end
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Radiant CMS Dev Team
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-11 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-09-15 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: Adds debugging options for Radiant
@@ -36,17 +35,17 @@ files:
36
35
  - lib/radiant-debug-extension/version.rb
37
36
  - lib/radiant-debug-extension.rb
38
37
  - 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
46
45
  homepage: http://radiantcms.org/
47
46
  licenses: []
48
47
 
49
- post_install_message: "\n Add this to your radiant project with:\n config.gem \"radiant-debug-extension\", :version => \"~> 1.0.0\"\n "
48
+ post_install_message:
50
49
  rdoc_options: []
51
50
 
52
51
  require_paths:
@@ -72,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
71
  requirements: []
73
72
 
74
73
  rubyforge_project:
75
- rubygems_version: 1.6.2
74
+ rubygems_version: 1.8.8
76
75
  signing_key:
77
76
  specification_version: 3
78
77
  summary: Debug Radiant CMS