hash_mapper 0.1.1 → 0.1.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.
- checksums.yaml +7 -0
- data/README.md +2 -2
- data/hash_mapper.gemspec +2 -2
- data/lib/hash_mapper/version.rb +1 -1
- metadata +60 -58
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 912e32950a4fceefdad04dd30556e3ef8aa97b0d
|
|
4
|
+
data.tar.gz: 4c5d3e780d583cde029da50485d43091d48aba7d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 7feba0c5a94818ce8c874e6b2292a605ba00aa319d27e52d2e97b4ff9f57bca57636fd3e0cc582fac0aafc11b86ef71f58545d30affa9c9728f76bbd92016c73
|
|
7
|
+
data.tar.gz: 88fcd85225191fce714a3035d2ade519472cf7c8ae5c63c246a8e6b407cbafb6c5de23a989cb99cc235e5cfa60606bfa893b78879fac5337a75f1478f0273fbe
|
data/README.md
CHANGED
|
@@ -279,7 +279,7 @@ Note also that 'output' is correct at the time of the filter, i.e. before_normal
|
|
|
279
279
|
|
|
280
280
|
## Credits:
|
|
281
281
|
|
|
282
|
-
* Ismael Celis (Author - http://
|
|
282
|
+
* Ismael Celis (Author - http://github.com/ismasan)
|
|
283
283
|
* Mark Evans (Contributor - http://github.com/markevans)
|
|
284
284
|
* Jdeveloper (Contributor - http://github.com/jdeveloper)
|
|
285
285
|
* nightscape (Contributor - http://github.com/nightscape)
|
|
@@ -308,4 +308,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
|
308
308
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
309
309
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
310
310
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
311
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
311
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/hash_mapper.gemspec
CHANGED
|
@@ -20,9 +20,9 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
s.require_paths = ['lib']
|
|
21
21
|
|
|
22
22
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
23
|
-
s.add_runtime_dependency("activesupport", "~>
|
|
23
|
+
s.add_runtime_dependency("activesupport", "~> 4")
|
|
24
24
|
else
|
|
25
|
-
s.add_dependency("activesupport", "~>
|
|
25
|
+
s.add_dependency("activesupport", "~> 4")
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
# specify any dependencies here; for example:
|
data/lib/hash_mapper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,59 +1,64 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hash_mapper
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
version: 0.1.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.2
|
|
6
5
|
platform: ruby
|
|
7
|
-
authors:
|
|
6
|
+
authors:
|
|
8
7
|
- Ismael Celis
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2010-09-21 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
16
14
|
name: activesupport
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
none: false
|
|
20
|
-
requirements:
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
21
17
|
- - ~>
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version:
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '4'
|
|
24
20
|
type: :runtime
|
|
25
|
-
version_requirements: *id001
|
|
26
|
-
- !ruby/object:Gem::Dependency
|
|
27
|
-
name: rspec
|
|
28
21
|
prerelease: false
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '4'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rspec
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - '>='
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
35
34
|
type: :development
|
|
36
|
-
version_requirements: *id002
|
|
37
|
-
- !ruby/object:Gem::Dependency
|
|
38
|
-
name: rake
|
|
39
35
|
prerelease: false
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rake
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - '>='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
46
48
|
type: :development
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - '>='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
description: Tiny module that allows you to easily adapt from one hash structure to
|
|
56
|
+
another with a simple declarative DSL.
|
|
49
57
|
email: ismaelct@gmail.com
|
|
50
58
|
executables: []
|
|
51
|
-
|
|
52
59
|
extensions: []
|
|
53
|
-
|
|
54
60
|
extra_rdoc_files: []
|
|
55
|
-
|
|
56
|
-
files:
|
|
61
|
+
files:
|
|
57
62
|
- .gitignore
|
|
58
63
|
- Gemfile
|
|
59
64
|
- History.txt
|
|
@@ -66,31 +71,28 @@ files:
|
|
|
66
71
|
- spec/spec_helper.rb
|
|
67
72
|
homepage: http://github.com/ismasan/hash_mapper
|
|
68
73
|
licenses: []
|
|
69
|
-
|
|
74
|
+
metadata: {}
|
|
70
75
|
post_install_message:
|
|
71
|
-
rdoc_options:
|
|
76
|
+
rdoc_options:
|
|
72
77
|
- --charset=UTF-8
|
|
73
|
-
require_paths:
|
|
78
|
+
require_paths:
|
|
74
79
|
- lib
|
|
75
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
version: "0"
|
|
80
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
|
+
requirements:
|
|
82
|
+
- - '>='
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
version: '0'
|
|
85
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - '>='
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
87
90
|
requirements: []
|
|
88
|
-
|
|
89
91
|
rubyforge_project:
|
|
90
|
-
rubygems_version:
|
|
92
|
+
rubygems_version: 2.0.3
|
|
91
93
|
signing_key:
|
|
92
|
-
specification_version:
|
|
94
|
+
specification_version: 4
|
|
93
95
|
summary: Maps input hashes to a normalized format
|
|
94
|
-
test_files:
|
|
96
|
+
test_files:
|
|
95
97
|
- spec/hash_mapper_spec.rb
|
|
96
98
|
- spec/spec_helper.rb
|