dust-generators 0.2.0 → 0.2.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.
data/README.rdoc
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Collection of generators for the Dust CMS
|
|
4
4
|
* Albums
|
|
5
|
-
|
|
5
|
+
** Creates ablum and photo scaffolds along with uploadify integration
|
|
6
6
|
* Scaffold
|
|
7
|
-
|
|
7
|
+
** Creates scaffold with views customized for dust admin pages
|
|
8
8
|
* Config
|
|
9
|
-
|
|
9
|
+
** The dust_config generator creates YAML file in your config directory and an initializer to load this config.
|
|
10
10
|
|
|
11
11
|
== Contributing to dust-generators
|
|
12
12
|
|
|
@@ -21,5 +21,4 @@ Collection of generators for the Dust CMS
|
|
|
21
21
|
== Copyright
|
|
22
22
|
|
|
23
23
|
Copyright (c) 2011 rossnelson. See LICENSE.txt for
|
|
24
|
-
further details.
|
|
25
|
-
|
|
24
|
+
further details.
|
data/lib/dust/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
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-04-
|
|
17
|
+
date: 2011-04-23 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -302,7 +302,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
302
302
|
requirements:
|
|
303
303
|
- - ">="
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
|
-
hash:
|
|
305
|
+
hash: 1594558476600847053
|
|
306
306
|
segments:
|
|
307
307
|
- 0
|
|
308
308
|
version: "0"
|