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.
- data/content_for_in_controllers.gemspec +1 -1
- data/lib/content_for_in_controllers/version.rb +1 -1
- data/readme.md +3 -0
- metadata +2 -2
|
@@ -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/
|
|
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
|
|
data/readme.md
CHANGED
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.
|
|
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/
|
|
28
|
+
homepage: http://github.com/clmntlxndr/content_for_in_controllers
|
|
29
29
|
licenses: []
|
|
30
30
|
post_install_message:
|
|
31
31
|
rdoc_options: []
|