boil 0.0.6 → 0.0.7
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 -4
- metadata +5 -4
data/README.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1
|
-
Automatic
|
1
|
+
Automatic construction of interdependent objects using Ruby reflection and meta-programming.
|
2
2
|
|
3
3
|
---
|
4
4
|
|
5
5
|
TODO
|
6
6
|
----
|
7
7
|
|
8
|
-
-
|
9
|
-
- Same module.
|
10
|
-
- Different modules.
|
8
|
+
- Interdependent classes in different modules.
|
11
9
|
|
12
10
|
---
|
13
11
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boil
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,8 +27,8 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description: Escape from boilerplate code hell.
|
31
|
-
|
30
|
+
description: Escape from boilerplate code hell. Automatic construction of interdependent
|
31
|
+
objects using Ruby reflection and meta-programming.
|
32
32
|
email: gyamtso@gmail.com
|
33
33
|
executables: []
|
34
34
|
extensions: []
|
@@ -64,5 +64,6 @@ rubyforge_project:
|
|
64
64
|
rubygems_version: 1.8.24
|
65
65
|
signing_key:
|
66
66
|
specification_version: 3
|
67
|
-
summary:
|
67
|
+
summary: Automatic construction of interdependent objects using Ruby reflection and
|
68
|
+
meta-programming.
|
68
69
|
test_files: []
|