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
- * Creates ablum and photo scaffolds along with uploadify integration
5
+ ** Creates ablum and photo scaffolds along with uploadify integration
6
6
  * Scaffold
7
- * Creates scaffold with views customized for dust admin pages
7
+ ** Creates scaffold with views customized for dust admin pages
8
8
  * Config
9
- * The dust_config generator creates YAML file in your config directory and an initializer to load this config.
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
@@ -2,7 +2,7 @@ class Dust
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
@@ -1,5 +1,5 @@
1
1
  <%% title "All <%=parent_plural_class_name%>" %>
2
- <%% heading "Dresen Landscaping Project Gallery" %>
2
+ <%% heading "All <%=parent_plural_class_name%>" %>
3
3
 
4
4
  <%%= will_paginate @<%=parent_plural_name%> %>
5
5
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
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-22 00:00:00 -05:00
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: 1672646635295594340
305
+ hash: 1594558476600847053
306
306
  segments:
307
307
  - 0
308
308
  version: "0"