boil 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +2 -4
  2. metadata +5 -4
data/README.md CHANGED
@@ -1,13 +1,11 @@
1
- Automatic building of composed objects using Ruby reflection and meta-programming.
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
- - Global namespace.
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.6
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. This version supports automatic building
31
- of composed objects.
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: Escape from boilerplate code hell.
67
+ summary: Automatic construction of interdependent objects using Ruby reflection and
68
+ meta-programming.
68
69
  test_files: []