lib/joosy.rb in joosy-1.2.0.alpha.41 vs lib/joosy.rb in joosy-1.2.0.alpha.51

- old
+ new

@@ -6,17 +6,17 @@ # Converting semver to the notation compatible with rubygems VERSION = JSON.parse(File.read(PACKAGE))['version'].gsub '-', '.' def self.assets_paths [ - File.expand_path('../../src', __FILE__) + File.expand_path('../../source', __FILE__) ] end def self.generators_path - File.expand_path '../../src/joosy/generators', __FILE__ + File.expand_path '../../generators', __FILE__ end def self.templates_path - File.expand_path '../../templates', __FILE__ + File.expand_path '../../generators/templates', __FILE__ end end \ No newline at end of file