transparent_nil 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -7
  2. data/version.rb +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -2,12 +2,6 @@
2
2
  = Transparent Nil
3
3
  http://bklippstein.github.com/transparent_nil/frames.html
4
4
 
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}
9
-
10
- == Summary
11
5
  nil values can be quite annoying. Although it is a nice error indicator but you're source code
12
6
  gets ugly with too many conditional statements that handle the nil case.
13
7
   
@@ -43,7 +37,12 @@ The Kyanite gem extends the usage of nil.
43
37
  == Usage
44
38
  require 'transparent_nil'
45
39
 
46
-
40
+
41
+ == More Info
42
+ * *Documentation*: {http://bklippstein.github.com/transparent_nil/frames.html github.com/transparent_nil}
43
+ * *Source* *code*: {https://github.com/bklippstein/transparent_nil github.com/bklippstein/transparent_nil}
44
+ * *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
45
+ * *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
47
46
 
48
47
 
49
48
  == Disclaimer
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module TransparentNil
3
3
 
4
- VERSION = '0.1.10'
4
+ VERSION = '0.1.11'
5
5
 
6
6
  end
7
7
 
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.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: