transparent_nil 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +7 -15
- data/Rakefile.rb +1 -1
- data/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,7 +1,13 @@
|
|
1
|
+
|
1
2
|
= Transparent Nil
|
3
|
+
http://bklippstein.github.com/transparent_nil/frames.html
|
2
4
|
|
3
|
-
http://bklippstein.github.com/transparent_nil/
|
5
|
+
* *Documentation*: {http://bklippstein.github.com/transparent_nil/frames.html github.com/transparent_nil}
|
6
|
+
* *Source* *code*: {https://github.com/bklippstein/transparent_nil github.com/bklippstein/transparent_nil}
|
7
|
+
* *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
|
8
|
+
* *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
|
4
9
|
|
10
|
+
== Summary
|
5
11
|
nil values can be quite annoying. Although it is a nice error indicator but you're source code
|
6
12
|
gets ugly with too many conditional statements that handle the nil case.
|
7
13
|
|
@@ -38,20 +44,6 @@ The Kyanite gem extends the usage of nil.
|
|
38
44
|
require 'transparent_nil'
|
39
45
|
|
40
46
|
|
41
|
-
== License
|
42
|
-
cc-by-sa
|
43
|
-
|
44
|
-
Creative Commons Attribution-Share Alike 3.0 Germany
|
45
|
-
|
46
|
-
http://creativecommons.org/licenses/by-sa/3.0/de/deed.en
|
47
|
-
|
48
|
-
|
49
|
-
== Homepage
|
50
|
-
http://bklippstein.github.com/transparent_nil/
|
51
|
-
|
52
|
-
|
53
|
-
== Author
|
54
|
-
Björn Klippstein
|
55
47
|
|
56
48
|
|
57
49
|
== Disclaimer
|
data/Rakefile.rb
CHANGED
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: transparent_nil
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -84,7 +84,7 @@ files:
|
|
84
84
|
- test/_start_all.rb
|
85
85
|
- test/test_nil.rb
|
86
86
|
- .gemtest
|
87
|
-
homepage: http://bklippstein.github.com/transparent_nil/
|
87
|
+
homepage: http://bklippstein.github.com/transparent_nil/frames.html
|
88
88
|
licenses: []
|
89
89
|
post_install_message:
|
90
90
|
rdoc_options:
|