dust-generators 0.0.3 → 0.1.0

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 +7 -1
  2. data/lib/dust/version.rb +2 -2
  3. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,6 +1,12 @@
1
1
  = dust-generators
2
2
 
3
- Description goes here.
3
+ Collection of generators for the Dust CMS
4
+ * Albums
5
+ * Creates ablum and photo scaffolds along with uploadify integration
6
+ * Scaffold
7
+ * Creates scaffold with views customized for dust admin pages
8
+ * Config
9
+ * The dust_config generator creates YAML file in your config directory and an initializer to load this config.
4
10
 
5
11
  == Contributing to dust-generators
6
12
 
data/lib/dust/version.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  class Dust
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 0
5
- PATCH = 3
4
+ MINOR = 1
5
+ PATCH = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 3
9
- version: 0.0.3
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - rossnelson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-25 00:00:00 -06:00
17
+ date: 2011-04-18 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -215,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
215
  requirements:
216
216
  - - ">="
217
217
  - !ruby/object:Gem::Version
218
- hash: 4249953565740803040
218
+ hash: -448986572852074797
219
219
  segments:
220
220
  - 0
221
221
  version: "0"