content_for_in_controllers 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.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = ContentForInControllers::VERSION
8
8
  s.authors = ["Clément Alexandre"]
9
9
  s.email = ["clmntlxndr@gmail.com"]
10
- s.homepage = "http://github.com/clmntlxndr/content_for-in-controllers"
10
+ s.homepage = "http://github.com/clmntlxndr/content_for_in_controllers"
11
11
  s.summary = %q{Enables use of content_for in controllers}
12
12
  s.description = %q{Enables use of content_for in controllers}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module ContentForInControllers
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/readme.md CHANGED
@@ -3,6 +3,9 @@ content_for in controllers
3
3
 
4
4
  Enables use of content_for in your controllers
5
5
 
6
+ # in your Gemfile
7
+ gem 'content_for_in_controllers'
8
+
6
9
  # in a controller
7
10
  before_filter :set_title
8
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: content_for_in_controllers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,7 +25,7 @@ files:
25
25
  - lib/content_for_in_controllers.rb
26
26
  - lib/content_for_in_controllers/version.rb
27
27
  - readme.md
28
- homepage: http://github.com/clmntlxndr/content_for-in-controllers
28
+ homepage: http://github.com/clmntlxndr/content_for_in_controllers
29
29
  licenses: []
30
30
  post_install_message:
31
31
  rdoc_options: []