maybe-nothing 0.0.1 → 0.0.2

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 (2) hide show
  1. data/History.txt +3 -1
  2. metadata +4 -8
@@ -1,3 +1,5 @@
1
- == 0.0.1
1
+ == 0.0.2
2
+ Updated description
2
3
 
4
+ == 0.0.1
3
5
  Initial setup.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maybe-nothing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,9 +16,7 @@ description:
16
16
  email:
17
17
  executables: []
18
18
  extensions: []
19
- extra_rdoc_files:
20
- - History.txt
21
- - README.md
19
+ extra_rdoc_files: []
22
20
  files:
23
21
  - History.txt
24
22
  - README.md
@@ -28,9 +26,7 @@ has_rdoc: true
28
26
  homepage: https://github.com/jpadvo/maybe-nothing
29
27
  licenses: []
30
28
  post_install_message:
31
- rdoc_options:
32
- - --main
33
- - README.md
29
+ rdoc_options: []
34
30
  require_paths:
35
31
  - lib
36
32
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -50,6 +46,6 @@ rubyforge_project:
50
46
  rubygems_version: 1.6.2
51
47
  signing_key:
52
48
  specification_version: 3
53
- summary: Adds a simple nil wrapping construct to Ruby
49
+ summary: Adds a simple nil wrapping construct to Ruby. See http://robots.thoughtbot.com/post/8181879506/if-you-gaze-into-nil-nil-gazes-also-into-you
54
50
  test_files:
55
51
  - spec/maybe-nothing_spec.rb