schofield 0.0.9 → 0.0.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
@@ -13,13 +13,11 @@ class SchofieldControllerGenerator < Rails::Generator::NamedBase
13
13
  def manifest
14
14
  record do |m|
15
15
 
16
-
17
-
18
16
  template_directory = has_parent? ? 'nested' : 'unnested'
19
17
 
20
18
  sco_class = class_name.gsub('Admin::', '').singularize
21
- sco_humanized_uc = sco_underscored.humanize
22
19
  sco_underscored = sco_class.underscore
20
+ sco_humanized_uc = sco_underscored.humanize
23
21
  sco_underscored_plural = sco_underscored.pluralize
24
22
  sco_titleized_plural = sco_underscored_plural.titleize
25
23
  sco_humanized = sco_humanized_uc.downcase
data/schofield.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{schofield}
8
- s.version = "0.0.9"
8
+ s.version = "0.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marc Tauber"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marc Tauber