paloma 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =
3
3
 
4
+ Version 0.0.8
5
+ -
6
+ * Bug Fix: _callback.js cannot find _local.js
7
+
4
8
  Version 0.0.7
5
9
  -
6
10
  * Fix A Major Bug that copies the _local.js template instead of _callbacks.js
@@ -1,2 +1,2 @@
1
- //= require ./controller/_local
1
+ //= require ./_local.js
2
2
  //= require_tree .
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'paloma'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
4
4
  s.summary = "a sexy way to organize javascript files using Rails` asset pipeline"
5
5
  s.description = "a sexy way to organize javascript files using Rails` asset pipeline"
6
6
  s.authors = ["Karl Paragua", "Bia Esmero"]
@@ -82,7 +82,7 @@ feature Paloma::AddGenerator, 'creating action with existing controller folder'
82
82
  end
83
83
 
84
84
  file '_callbacks.js' do
85
- contains "//= require ./existing_controller_folder/_local"
85
+ contains "//= require ./_local.js"
86
86
  contains "//= require_tree ."
87
87
  end
88
88
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paloma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: