transparent_nil 0.1.9 → 0.1.10

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.
Files changed (4) hide show
  1. data/README.rdoc +7 -15
  2. data/Rakefile.rb +1 -1
  3. data/version.rb +1 -1
  4. 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
@@ -24,7 +24,7 @@ $hoe = Hoe.spec Drumherum.project_name do
24
24
  extra_dev_deps << ['drumherum', '>= 0.1.0']
25
25
 
26
26
  remote_rdoc_dir = '' # Release to root only one project
27
- urls = [[Drumherum.url_docs]]
27
+ # urls = [[Drumherum.url_docs], [Drumherum.url_source]]
28
28
 
29
29
 
30
30
  end
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module TransparentNil
3
3
 
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.10'
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.9
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: