substituter 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/substituter/version.rb +1 -1
- data/substituter.gemspec +1 -1
- metadata +4 -4
data/lib/substituter/version.rb
CHANGED
data/substituter.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["davevallance@gmail.com"]
|
11
11
|
spec.description = %q{Substitute an existing method with a Proc. The Proc will have access to the replaced method and its parameters.}
|
12
12
|
spec.summary = %q{Substitute an existing method with a Proc.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/dvallance/substituter"
|
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: substituter
|
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:
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- spec/spec_helper.rb
|
63
63
|
- spec/substituter_spec.rb
|
64
64
|
- substituter.gemspec
|
65
|
-
homepage:
|
65
|
+
homepage: https://github.com/dvallance/substituter
|
66
66
|
licenses:
|
67
67
|
- MIT
|
68
68
|
post_install_message:
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
version: '0'
|
78
78
|
segments:
|
79
79
|
- 0
|
80
|
-
hash:
|
80
|
+
hash: 2961750756671559302
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
none: false
|
83
83
|
requirements:
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
segments:
|
88
88
|
- 0
|
89
|
-
hash:
|
89
|
+
hash: 2961750756671559302
|
90
90
|
requirements: []
|
91
91
|
rubyforge_project:
|
92
92
|
rubygems_version: 1.8.23
|