jbootstrap 0.0.5 → 0.0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/jbootstrap.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jbootstrap'
3
- s.version = '0.0.5'
3
+ s.version = '0.0.5.1'
4
4
  s.date = '2012-11-12'
5
5
  s.summary = 'Generator and abstract classes for Joomla 1.5 components.'
6
6
  s.description = 'Generator and abstract classes for Joomla 1.5 components.'
@@ -18,7 +18,7 @@ module JBootstrap
18
18
  end
19
19
 
20
20
  def copy_files
21
- template "admin/controllers/SC_NuME.php.tt", "admin/controllers/#{@scaffold_name}.php"
21
+ template "admin/controllers/SC_NAME.php.tt", "admin/controllers/#{@scaffold_name}.php"
22
22
  template "admin/models/SC_SINGULAR_NAME.php.tt", "admin/models/#{@scaffold_singular_name}.php"
23
23
  template "admin/tables/SC_SINGULAR_NAME.php.tt", "admin/tables/#{@scaffold_singular_name}.php"
24
24
  template "admin/views/SC_SINGULAR_NAME/view.html.php.tt", "admin/views/#{@scaffold_singular_name}/view.html.php"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: