forwardable_content_hash_binder 1.5.0 → 1.6.0
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/Rakefile +3 -3
- data/VERSION +1 -1
- data/forwardable_content_hash_binder.gemspec +4 -4
- metadata +8 -5
data/Rakefile
CHANGED
|
@@ -15,12 +15,12 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "forwardable_content_hash_binder"
|
|
18
|
-
gem.homepage = "
|
|
18
|
+
gem.homepage = "https://github.com/SoftwareWithFriends/forwardable_content_hash_binder"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Forwards methods to hash as keys}
|
|
21
21
|
gem.description = %Q{Forwards methods to hash as keys}
|
|
22
|
-
gem.email = "
|
|
23
|
-
gem.authors = ["
|
|
22
|
+
gem.email = ["mcgarvey.ryan@gmail.com", "buddhistpirate@chubtoad.com"]
|
|
23
|
+
gem.authors = ["Ryan McGarvey", "Tim Johnson"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
|
26
26
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "forwardable_content_hash_binder"
|
|
8
|
-
s.version = "1.
|
|
8
|
+
s.version = "1.6.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["
|
|
11
|
+
s.authors = ["Ryan McGarvey", "Tim Johnson"]
|
|
12
12
|
s.date = "2013-07-01"
|
|
13
13
|
s.description = "Forwards methods to hash as keys"
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = ["mcgarvey.ryan@gmail.com", "buddhistpirate@chubtoad.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.rdoc"
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
"spec/forwardable_content_hash_binder_spec.rb",
|
|
32
32
|
"spec/spec_helper.rb"
|
|
33
33
|
]
|
|
34
|
-
s.homepage = "
|
|
34
|
+
s.homepage = "https://github.com/SoftwareWithFriends/forwardable_content_hash_binder"
|
|
35
35
|
s.licenses = ["MIT"]
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forwardable_content_hash_binder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Ryan McGarvey
|
|
9
|
+
- Tim Johnson
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -76,7 +77,9 @@ dependencies:
|
|
|
76
77
|
- !ruby/object:Gem::Version
|
|
77
78
|
version: 1.8.3
|
|
78
79
|
description: Forwards methods to hash as keys
|
|
79
|
-
email:
|
|
80
|
+
email:
|
|
81
|
+
- mcgarvey.ryan@gmail.com
|
|
82
|
+
- buddhistpirate@chubtoad.com
|
|
80
83
|
executables: []
|
|
81
84
|
extensions: []
|
|
82
85
|
extra_rdoc_files:
|
|
@@ -96,7 +99,7 @@ files:
|
|
|
96
99
|
- lib/forwardable_content_hash_binder.rb
|
|
97
100
|
- spec/forwardable_content_hash_binder_spec.rb
|
|
98
101
|
- spec/spec_helper.rb
|
|
99
|
-
homepage:
|
|
102
|
+
homepage: https://github.com/SoftwareWithFriends/forwardable_content_hash_binder
|
|
100
103
|
licenses:
|
|
101
104
|
- MIT
|
|
102
105
|
post_install_message:
|
|
@@ -111,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
114
|
version: '0'
|
|
112
115
|
segments:
|
|
113
116
|
- 0
|
|
114
|
-
hash: -
|
|
117
|
+
hash: -3711045043736242910
|
|
115
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
119
|
none: false
|
|
117
120
|
requirements:
|