json_deep_parse 1.0.0 → 1.0.1

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: b71f81063a46e2b9d01d9b3cabd5cfb4289af0cf55c46c5d7d9c4eebf96972e8
4
- data.tar.gz: c20b628dc287394df918352505c7566bd97c6ba38a9fe48935575ecd9258614d
3
+ metadata.gz: 217659b4e46a4607db6dba3d973075143a4df23c057bfa4f8b093f27ac9e2351
4
+ data.tar.gz: a2d19317bf18a9bee66c40afbeb067a125f822cda9ec6f075c78b8b1bc735bc4
5
5
  SHA512:
6
- metadata.gz: 71af01bcae414448880c3441290b090549cd6303cb3b07e60b909d92de363c5b78912827786d1e86557e4ba80bd504a57ac34e5b568bc92c31311e53f2e2fe1e
7
- data.tar.gz: fbfd0838dd8bae053cec3c199171851134bcc319b285df6b10ea7f010db1555e774db4860cb5b8c11d0637fe54130e1cd875a9256368bf103886c83f771387a1
6
+ metadata.gz: 7c2ecd9aa8b3bf905e9907c0a1c91927d718db2d6220298dfe07eca9673418c2845fad0574c939d6fc0f4209fa6b556bd53cafd72453736af7ed2643f3886b39
7
+ data.tar.gz: 78a821ee4b06d1e8634fd3a27bc7a6740557372094a315677d293faab104755d407b6e986ec4e80f46b11480c6cc2b77b15f6528e2e6165b0da9ab23bd036512
data/CHANGELOG.md CHANGED
@@ -1 +1,5 @@
1
1
  # CHANGELOG
2
+
3
+ ## [1.0.1] - 2022-07-14
4
+ ### Changed
5
+ - Updated github account references from spaceghoul to bnbry
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019 spaceghoul
3
+ Copyright (c) 2019 bnbry
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -46,7 +46,7 @@ require "json_deep_parse"
46
46
 
47
47
  class SpecialParser
48
48
  using ::JSONDeepParse
49
-
49
+
50
50
  def self.parse(json_payload)
51
51
  JSON.deep_parse(json_payload)
52
52
  end
@@ -106,7 +106,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
106
106
 
107
107
  ## Contributing
108
108
 
109
- Bug reports and pull requests are welcome on GitHub at https://github.com/spaceghoul/json_deep_parse. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
109
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bnbry/json_deep_parse. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
110
110
 
111
111
  ## License
112
112
 
@@ -114,4 +114,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
114
114
 
115
115
  ## Code of Conduct
116
116
 
117
- Everyone interacting in the JsonDeepParse project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/spaceghoul/json_deep_parse/blob/master/CODE_OF_CONDUCT.md).
117
+ Everyone interacting in the JsonDeepParse project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bnbry/json_deep_parse/blob/master/CODE_OF_CONDUCT.md).
@@ -6,11 +6,11 @@ require "json_deep_parse/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "json_deep_parse"
8
8
  spec.version = JsonDeepParse::VERSION
9
- spec.authors = ["spaceghoul"]
9
+ spec.authors = ["bnbry"]
10
10
  spec.email = ["mbanbury@gmail.com"]
11
11
 
12
12
  spec.summary = "Deeply parse heavily escaped and nested JSON"
13
- spec.homepage = "https://github.com/spaceghoul/json_deep_parse"
13
+ spec.homepage = "https://github.com/bnbry/json_deep_parse"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
@@ -1,3 +1,3 @@
1
1
  module JsonDeepParse
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_deep_parse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - spaceghoul
8
- autorequire:
7
+ - bnbry
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '5.0'
69
- description:
69
+ description:
70
70
  email:
71
71
  - mbanbury@gmail.com
72
72
  executables: []
@@ -86,11 +86,11 @@ files:
86
86
  - json_deep_parse.gemspec
87
87
  - lib/json_deep_parse.rb
88
88
  - lib/json_deep_parse/version.rb
89
- homepage: https://github.com/spaceghoul/json_deep_parse
89
+ homepage: https://github.com/bnbry/json_deep_parse
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
93
- post_install_message:
93
+ post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths:
96
96
  - lib
@@ -105,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubygems_version: 3.0.3
109
- signing_key:
108
+ rubygems_version: 3.3.7
109
+ signing_key:
110
110
  specification_version: 4
111
111
  summary: Deeply parse heavily escaped and nested JSON
112
112
  test_files: []