dslize 0.0.2 → 0.0.3
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.md +2 -2
- data/lib/dslize/dslize.rb +1 -1
- data/lib/dslize/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -9,8 +9,8 @@ Finally an way to generate code with a custom DSL the ruby way !
|
|
9
9
|
* Use real ruby classes to define your DSL
|
10
10
|
* Add custom behaviors defining ruby methods
|
11
11
|
* Create custom formatters/generators extending a base class
|
12
|
-
* Module `DSLize::Methods` defines
|
13
|
-
* Module `DSLize::Definition` defines your
|
12
|
+
* Module `DSLize::Methods` defines your attributes types, include `DSLize::Methods::Base` to import the standard attributes
|
13
|
+
* Module `DSLize::Definition` defines your classes
|
14
14
|
|
15
15
|
## Installation ##
|
16
16
|
|
data/lib/dslize/dslize.rb
CHANGED
data/lib/dslize/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- redox
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-07-
|
17
|
+
date: 2012-07-11 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|