serialized-hashie 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b6cb66d2cf6a88d0c9e5cfb7604f377a771c841acf684220d613e5437fdd91d
4
- data.tar.gz: 431e698faa570e3b7d01aaedff1da2e10deacb7b8eb48650f4bf616b91bbd256
3
+ metadata.gz: f93a4e70d1881741baf30e2c7a9b53f6325f55016ab0c50a63294968ff787eb5
4
+ data.tar.gz: 396ca394354a56a88fb3f3de4697482d1c16d9b9abd6e5ff0486e9052be0c822
5
5
  SHA512:
6
- metadata.gz: 5520e6b7e143d19c05c7b80098df83efd68885ac481fd89ba188046e77ff9373ddb55fe87c93a87b15c295887e11c9850f1d4d66245b28e3b4388a06b2e20dc9
7
- data.tar.gz: 70a503e80d67008b47681ae3889afe73dd2f60459532052d761e652c5681a3038056a7d42143fc8314d6c22832eb4b57505e78218a9f8d280c3f7b38d48965d1
6
+ metadata.gz: fd049cfd55783f3a4f9a4a58ea8e222ec7f72c732b3c52237c8dd6239b64e76718acdc9cdac59f7146766707aa9a1156ba647b0492947fa21229f745055734ee
7
+ data.tar.gz: 7eb570c3f6bf90fd4cc10e9dba35b735de3f00fba73d2c3a67330b0f4953d962441468d864a1d0286219e35b06175bce61496b2a4f22c8d1122133074dfea75d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- serialized-hashie (1.0.1)
4
+ serialized-hashie (1.0.2)
5
5
  hashie (>= 4.0, < 5.0)
6
6
  json (>= 2.0, < 3.0)
7
7
 
@@ -11,7 +11,7 @@ GEM
11
11
  ast (2.4.0)
12
12
  diff-lcs (1.3)
13
13
  hashie (4.1.0)
14
- json (2.1.0)
14
+ json (2.3.0)
15
15
  parallel (1.19.1)
16
16
  parser (2.7.1.2)
17
17
  ast (~> 2.4.0)
@@ -31,13 +31,16 @@ GEM
31
31
  diff-lcs (>= 1.2.0, < 2.0)
32
32
  rspec-support (~> 3.9.0)
33
33
  rspec-support (3.9.3)
34
- rubocop (0.83.0)
34
+ rubocop (0.84.0)
35
35
  parallel (~> 1.10)
36
36
  parser (>= 2.7.0.1)
37
37
  rainbow (>= 2.2.2, < 4.0)
38
38
  rexml
39
+ rubocop-ast (>= 0.0.3)
39
40
  ruby-progressbar (~> 1.7)
40
41
  unicode-display_width (>= 1.4.0, < 2.0)
42
+ rubocop-ast (0.0.3)
43
+ parser (>= 2.7.0.1)
41
44
  ruby-progressbar (1.10.1)
42
45
  unicode-display_width (1.7.0)
43
46
 
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2020 Krystal Hosting Ltd
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SerializedHashie
4
4
 
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
 
7
7
  end
@@ -7,10 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.version = SerializedHashie::VERSION
8
8
  spec.authors = ['Adam Cooke']
9
9
  spec.email = ['adam@krystal.uk']
10
-
11
10
  spec.summary = 'Helpers to serialize data into ActiveRecord models as JSON and returning a Hashie::Mash'
12
11
  spec.description = spec.summary
13
12
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
13
+ spec.licenses = ['MIT']
14
+ spec.homepage = 'https://github.com/krystal/serialized-hashie'
14
15
 
15
16
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
16
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(/^(test|spec|features)\//) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serialized-hashie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke
@@ -64,6 +64,7 @@ files:
64
64
  - ".rubocop.yml"
65
65
  - Gemfile
66
66
  - Gemfile.lock
67
+ - MIT-LICENSE
67
68
  - README.md
68
69
  - bin/console
69
70
  - bin/setup
@@ -72,8 +73,9 @@ files:
72
73
  - lib/serialized_hashie/hash.rb
73
74
  - lib/serialized_hashie/version.rb
74
75
  - serialized-hashie.gemspec
75
- homepage:
76
- licenses: []
76
+ homepage: https://github.com/krystal/serialized-hashie
77
+ licenses:
78
+ - MIT
77
79
  metadata: {}
78
80
  post_install_message:
79
81
  rdoc_options: []