hash_base 0.1.6

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.
metadata ADDED
@@ -0,0 +1,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hash_base
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.6
5
+ platform: ruby
6
+ authors:
7
+ - Stephan Wenzel
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-08-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rubyzip
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: adds utilities to ruby Hashes and ruby Arrays
28
+ email:
29
+ - stephan.wenzel@drwpatent.de
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".gitattributes"
35
+ - ".gitignore"
36
+ - CODE_OF_CONDUCT.md
37
+ - Gemfile
38
+ - LICENSE
39
+ - README.md
40
+ - Rakefile
41
+ - bin/console
42
+ - bin/setup
43
+ - hash_base-0.1.5.gem
44
+ - hash_base.gemspec
45
+ - lib/hash_base.rb
46
+ - lib/hash_base/array/grouping.rb
47
+ - lib/hash_base/array/to_html.rb
48
+ - lib/hash_base/array/to_list.rb
49
+ - lib/hash_base/array/to_text.rb
50
+ - lib/hash_base/hash/apply.rb
51
+ - lib/hash_base/hash/deep_values.rb
52
+ - lib/hash_base/hash/grouping.rb
53
+ - lib/hash_base/hash/to_table.rb
54
+ - lib/hash_base/hash/zip_out.rb
55
+ - lib/hash_base/version.rb
56
+ homepage: https://github.com/HugoHasenbein/hash_base
57
+ licenses:
58
+ - GPL-2.0-only
59
+ metadata:
60
+ allowed_push_host: https://rubygems.org
61
+ homepage_uri: https://github.com/HugoHasenbein/hash_base
62
+ source_code_uri: https://github.com/HugoHasenbein/hash_base
63
+ changelog_uri: https://github.com/HugoHasenbein/hash_base/Changelog.md
64
+ post_install_message:
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 2.3.0
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubyforge_project:
80
+ rubygems_version: 2.6.14
81
+ signing_key:
82
+ specification_version: 4
83
+ summary: utilities for ruby hashes and arrays
84
+ test_files: []