extjs-theme 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. data/README.rdoc +2 -0
  2. metadata +1 -1
@@ -22,6 +22,8 @@ This creates a YAML config file named .xthemeconfig in the application root.
22
22
  theme_dir: public/stylesheets/sass
23
23
  ext_dir: public/javascripts/ext-3.1.0
24
24
 
25
+ Every subsequent xtheme command will act up those directories. If you download a new version of Ext, simply re-execute <code>xtheme init</code> with the new path (TODO: store in Rails <code>/config</code> dir)
26
+
25
27
  Example
26
28
 
27
29
  $ xtheme init public/javascripts/ext-3.1.0 public/stylesheets
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extjs-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Scott