null_object_loader 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/lib/null_object_loader/version.rb +1 -1
- data/null_object_loader.gemspec +1 -1
- metadata +9 -3
data/null_object_loader.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["ivorpaul@gmail.com"]
|
|
11
11
|
spec.description = "Lets you specify what NullObject to instantiate instead of returning nil for instance methods."
|
|
12
12
|
spec.summary = "Loading null objects for instance methods."
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/Ivor/null_object_loader"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: null_object_loader
|
|
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:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -81,7 +81,7 @@ files:
|
|
|
81
81
|
- spec/support/null_principal.rb
|
|
82
82
|
- spec/support/principal.rb
|
|
83
83
|
- spec/support/school.rb
|
|
84
|
-
homepage:
|
|
84
|
+
homepage: https://github.com/Ivor/null_object_loader
|
|
85
85
|
licenses:
|
|
86
86
|
- MIT
|
|
87
87
|
post_install_message:
|
|
@@ -94,12 +94,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
- - ! '>='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
+
segments:
|
|
98
|
+
- 0
|
|
99
|
+
hash: 2620259065709711242
|
|
97
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
101
|
none: false
|
|
99
102
|
requirements:
|
|
100
103
|
- - ! '>='
|
|
101
104
|
- !ruby/object:Gem::Version
|
|
102
105
|
version: '0'
|
|
106
|
+
segments:
|
|
107
|
+
- 0
|
|
108
|
+
hash: 2620259065709711242
|
|
103
109
|
requirements: []
|
|
104
110
|
rubyforge_project:
|
|
105
111
|
rubygems_version: 1.8.23
|