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.
- data/README.rdoc +7 -1
- data/lib/dust/version.rb +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
= dust-generators
|
|
2
2
|
|
|
3
|
-
|
|
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
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
|
-
|
|
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-
|
|
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:
|
|
218
|
+
hash: -448986572852074797
|
|
219
219
|
segments:
|
|
220
220
|
- 0
|
|
221
221
|
version: "0"
|