royw-railroad_xing 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -31,9 +31,9 @@ class RailsFramework
31
31
  # handle subdirectories as modules
32
32
  # i.e., app/controllers/foo/bar.rb => Foo::Bar
33
33
  if filename =~ /^app\/controllers\/(.*)\.rb$/
34
- class_name = $1.split('/').collect {|part| part.camel_case}.join('::')
34
+ class_name = $1.split('/').collect {|part| part.camelize}.join('::')
35
35
  else
36
- class_name = File.basename(filename).chomp(".rb").camel_case
36
+ class_name = File.basename(filename).chomp(".rb").camelize
37
37
  end
38
38
 
39
39
  if filename == 'app/controllers/application.rb'
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{railroad_xing}
5
- s.version = "0.5.1"
5
+ s.version = "0.5.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["royw"]
9
- s.date = %q{2009-06-06}
9
+ s.date = %q{2009-06-10}
10
10
  s.default_executable = %q{railroad}
11
11
  s.email = %q{roy@wright.org}
12
12
  s.executables = ["railroad"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: royw-railroad_xing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - royw
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-06 00:00:00 -07:00
12
+ date: 2009-06-10 00:00:00 -07:00
13
13
  default_executable: railroad
14
14
  dependencies: []
15
15