jbootstrap 0.0.3 → 0.0.3.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.3'
3
+ s.version = '0.0.3.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.'
@@ -6,7 +6,7 @@ module JBootstrap
6
6
  desc "Generates a new frontend scaffold."
7
7
  argument :scaffold_name, :type => :string, :desc => "The name of the resource to be created."
8
8
 
9
- def self.source_route
9
+ def self.source_root
10
10
  File.expand_path(File.join(File.dirname(__FILE__), %w[.. templates frontend]))
11
11
  end
12
12
 
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.3
4
+ version: 0.0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: