compass-wp 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 (3) hide show
  1. data/README.rdoc +4 -1
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -1,6 +1,9 @@
1
1
  = compass-wp
2
2
 
3
- Description goes here.
3
+ This is a plugin that allows the creation of SASS/Compass compatible WordPress template files.
4
+ Currently there is just one bare-bones template but it should suffice for now. More base templates will follow
5
+ as I get feedback as to what users want to see. Please feel free to use this for whatever WordPress project you
6
+ have a need for.
4
7
 
5
8
  == Contributing to compass-wp
6
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-wp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Devon Humes