dyn_meta 0.0.1 → 0.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.
data/README.rdoc CHANGED
@@ -6,7 +6,7 @@ Automate the lookup of page meta information based on the current request. Meta
6
6
 
7
7
  Add dyn_meta to your Gemfile
8
8
 
9
- gem 'dyn_meta', :git => 'git://github.com/mnelson/dyn_meta.git'
9
+ gem 'dyn_meta'
10
10
 
11
11
  Install the gem
12
12
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/dyn_meta.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dyn_meta}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mike Nelson"]
@@ -15,7 +15,7 @@ module DynMeta
15
15
  end
16
16
  end
17
17
 
18
- def respond_to?(method_name)
18
+ def respond_to?(method_name, include_private = false)
19
19
  method_name.to_s =~ /^page_/ || super
20
20
  end
21
21
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyn_meta
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Nelson