forgiving_nil 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.
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Finbarr Taylor"]
9
9
  s.email = ["finbarrtaylor@gmail.com"]
10
10
  s.homepage = ""
11
- s.summary = %q{Forgiving Nil lets you forget about nil exceptions conveniently and temporarily when required}
12
- s.description = %q{You can simply ask nil to forgive you: nil.forgive{real_object.might_be_nil.dont.care} #=> nil or the value of care}
11
+ s.summary = %q{You can simply ask nil to forgive you: nil.forgive{real_object.might_be_nil.dont.care} #=> nil or the value of care}
12
+ s.description = %q{Forgiving Nil lets you forget about nil exceptions conveniently and temporarily when required}
13
13
 
14
14
  s.rubyforge_project = "forgiving_nil"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module ForgivingNil
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forgiving_nil
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:
@@ -13,7 +13,7 @@ date: 2012-01-24 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &2163036200 !ruby/object:Gem::Requirement
16
+ requirement: &2159157420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,9 +21,9 @@ dependencies:
21
21
  version: '2.6'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2163036200
25
- description: ! 'You can simply ask nil to forgive you: nil.forgive{real_object.might_be_nil.dont.care}
26
- #=> nil or the value of care'
24
+ version_requirements: *2159157420
25
+ description: Forgiving Nil lets you forget about nil exceptions conveniently and temporarily
26
+ when required
27
27
  email:
28
28
  - finbarrtaylor@gmail.com
29
29
  executables: []
@@ -62,7 +62,7 @@ rubyforge_project: forgiving_nil
62
62
  rubygems_version: 1.8.10
63
63
  signing_key:
64
64
  specification_version: 3
65
- summary: Forgiving Nil lets you forget about nil exceptions conveniently and temporarily
66
- when required
65
+ summary: ! 'You can simply ask nil to forgive you: nil.forgive{real_object.might_be_nil.dont.care}
66
+ #=> nil or the value of care'
67
67
  test_files:
68
68
  - spec/forgiving_nil_spec.rb