jqueryplugingen 0.1.3 → 0.1.4

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.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.4 2009-06-08
2
+
3
+ * BUG-FIX: plugin name was hardcoded on rake compile
4
+
1
5
  == 0.1.3 2009-06-08
2
6
 
3
7
  * Add rake tasks for build/dist plugins:
@@ -5,5 +5,5 @@ require 'jquery_plugin_gen/quick_template'
5
5
  require 'jquery_plugin_gen/generator'
6
6
 
7
7
  module JqueryPluginGen
8
- VERSION = '0.1.3'
8
+ VERSION = '0.1.4'
9
9
  end
@@ -10,4 +10,4 @@ CLEAN.include %w( build )
10
10
  require 'jquery_plugin_gen/compiletask'
11
11
 
12
12
  desc "Compile tasks"
13
- Rake::CompileTask.new('jquery.plugin')
13
+ Rake::CompileTask.new(PLUGIN)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqueryplugingen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - toddb