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.
- data/forgiving_nil.gemspec +2 -2
- data/lib/forgiving_nil/version.rb +1 -1
- metadata +7 -7
data/forgiving_nil.gemspec
CHANGED
|
@@ -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{
|
|
12
|
-
s.description = %q{
|
|
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
|
|
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.
|
|
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: &
|
|
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: *
|
|
25
|
-
description:
|
|
26
|
-
|
|
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:
|
|
66
|
-
|
|
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
|