drogus-blue-ridge 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -9,7 +9,7 @@
9
9
  print("=================================================");
10
10
 
11
11
  var plugin_prefix = environment["blue.ridge.prefix"] || "vendor/plugins/blue-ridge";
12
- var fixture_file = plugin_prefix + "/generators/blue_ridge/templates/application.html";
12
+ var fixture_file = plugin_prefix + "/blue_ridge_generators/blue_ridge/templates/application.html";
13
13
 
14
14
  load(plugin_prefix + "/lib/env.rhino.js");
15
15
  print(" - loaded env.js");
@@ -31,7 +31,7 @@ namespace :test do
31
31
  unless File.exists?(fixture_file)
32
32
  FileUtils.mkdir_p(File.dirname(fixture_file))
33
33
  File.open(fixture_file, "w") do |f|
34
- template = "#{plugin_prefix}/generators/javascript_spec/templates/fixture.html.erb"
34
+ template = "#{plugin_prefix}/blue_ridge_generators/javascript_spec/templates/fixture.html.erb"
35
35
  class_name_without_spec = file.gsub(/_spec.js/,'').classify
36
36
  f << ERB.new(File.read(template), nil, '-').result(binding)
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drogus-blue-ridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Sarnacki
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-07 00:00:00 +01:00
12
+ date: 2009-12-10 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency