ingoweiss_generators 0.0.3 → 0.0.4

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,4 +1,4 @@
1
- class <%= scoped_controller_class_name %>Controller < ActionController::Base
1
+ class <%= scoped_controller_class_name %>Controller < ApplicationController
2
2
 
3
3
  <%- if scoped? -%>
4
4
  before_filter :scope
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ingo Weiss
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-09 00:00:00 +02:00
17
+ date: 2010-05-19 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description: |
36
- A collection of generators reflecting my personal preferences
36
+ A collection of Rails generators reflecting my personal coding preferences
37
37
 
38
38
  email: ingo@ingoweiss.com
39
39
  executables: []
@@ -59,7 +59,7 @@ files:
59
59
  - lib/ingoweiss_generators/railtie.rb
60
60
  - lib/ingoweiss_generators.rb
61
61
  has_rdoc: true
62
- homepage:
62
+ homepage: http://www.github.com/ingoweiss/ingoweiss_generators
63
63
  licenses: []
64
64
 
65
65
  post_install_message:
@@ -87,6 +87,6 @@ rubyforge_project:
87
87
  rubygems_version: 1.3.6
88
88
  signing_key:
89
89
  specification_version: 3
90
- summary: A collection of generators
90
+ summary: A collection of Rails generators
91
91
  test_files: []
92
92