hash_multi_tool 0.1.4 → 0.1.5
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/hash_multi_tool-0.1.4.gem +0 -0
- data/hash_multi_tool.gemspec +2 -2
- data/lib/hash_multi_tool/version.rb +1 -1
- metadata +5 -3
|
Binary file
|
data/hash_multi_tool.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Prabhat Thapa"]
|
|
10
10
|
spec.email = ["prabhat_thapa@external.mckinsey.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{A swiss army knife for collection of hashes. Play with it to know its strength.}
|
|
13
|
+
spec.description = %q{A swiss army knife for collection of hashes. Play with it to know its strength.}
|
|
14
14
|
spec.homepage = "https://github.com/prabhat4ever/hash_multi_tool/"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hash_multi_tool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,8 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description:
|
|
62
|
+
description: A swiss army knife for collection of hashes. Play with it to know its
|
|
63
|
+
strength.
|
|
63
64
|
email:
|
|
64
65
|
- prabhat_thapa@external.mckinsey.com
|
|
65
66
|
executables: []
|
|
@@ -78,6 +79,7 @@ files:
|
|
|
78
79
|
- hash_multi_tool-0.1.1.gem
|
|
79
80
|
- hash_multi_tool-0.1.2.gem
|
|
80
81
|
- hash_multi_tool-0.1.3.gem
|
|
82
|
+
- hash_multi_tool-0.1.4.gem
|
|
81
83
|
- hash_multi_tool.gemspec
|
|
82
84
|
- lib/hash_multi_tool.rb
|
|
83
85
|
- lib/hash_multi_tool/version.rb
|
|
@@ -106,5 +108,5 @@ rubyforge_project:
|
|
|
106
108
|
rubygems_version: 1.8.23.2
|
|
107
109
|
signing_key:
|
|
108
110
|
specification_version: 3
|
|
109
|
-
summary:
|
|
111
|
+
summary: A swiss army knife for collection of hashes. Play with it to know its strength.
|
|
110
112
|
test_files: []
|