tiny_cms 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -6,7 +6,7 @@ class TinyCmsAssetsGenerator < Rails::Generator::Base
6
6
 
7
7
  m.directory "public/javascripts/jquery-tree/jquery-tree-plugins"
8
8
 
9
- %w(jquery-1.4.2.min.js jquery-ui-dialog.js pages.js).each do |file|
9
+ %w(jquery-1.4.2.min.js jquery-ui-dialog.js tiny_cms.js).each do |file|
10
10
  m.file "javascripts/#{file}", "public/javascripts/#{file}"
11
11
  end
12
12
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Macario