neetob 0.5.7 → 0.5.8
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 +4 -4
- data/Gemfile.lock +3 -3
- data/lib/neetob/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a88a9f8d7b10b272d131d5123e90e09121803fc2fcc2ba23d67330a94a37a26
|
|
4
|
+
data.tar.gz: 3f626a28753e18c4d3a5075a7c9cd3483058af1767726c121d26b261b467e99d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5860bcb82ee6684c7a2301e5fb66e16190f562e2739d9f8e21fa14a0a7dbd44d18aa3ca15cf96883efcbf813ed14250b9f29d1f4e7625a7ce9ace1a12b045d2e
|
|
7
|
+
data.tar.gz: 8d52d9f7c2bb14912dbaa4df33525cbb8878c9fb44230e6934d1845efbcaca0e625307a637358875b4f10afb824cc1352852b1533405b8b25ba84bdb54ed0f86
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
neetob (0.5.
|
|
4
|
+
neetob (0.5.8)
|
|
5
5
|
brakeman (~> 5.0)
|
|
6
6
|
chronic
|
|
7
7
|
dotenv (~> 2.8.1)
|
|
@@ -43,7 +43,7 @@ GEM
|
|
|
43
43
|
sidekiq-failures
|
|
44
44
|
solid_cache
|
|
45
45
|
webmock
|
|
46
|
-
neeto-compliance (1.2.
|
|
46
|
+
neeto-compliance (1.2.76)
|
|
47
47
|
colorize
|
|
48
48
|
hash-deep-merge
|
|
49
49
|
hashdiff
|
|
@@ -179,7 +179,7 @@ GEM
|
|
|
179
179
|
globalid (1.2.1)
|
|
180
180
|
activesupport (>= 6.1)
|
|
181
181
|
hash-deep-merge (0.1.1)
|
|
182
|
-
hashdiff (1.1.
|
|
182
|
+
hashdiff (1.1.1)
|
|
183
183
|
hashie (5.0.0)
|
|
184
184
|
honeybadger (5.13.0)
|
|
185
185
|
htmlentities (4.3.4)
|
data/lib/neetob/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neetob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Udai Gupta
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -255,7 +255,7 @@ metadata:
|
|
|
255
255
|
homepage_uri: https://github.com/bigbinary/neetob
|
|
256
256
|
source_code_uri: https://github.com/bigbinary/neetob
|
|
257
257
|
changelog_uri: https://github.com/bigbinary/neetob/blob/main/CHANGELOG.md
|
|
258
|
-
post_install_message:
|
|
258
|
+
post_install_message:
|
|
259
259
|
rdoc_options: []
|
|
260
260
|
require_paths:
|
|
261
261
|
- lib
|
|
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
271
|
version: '0'
|
|
272
272
|
requirements: []
|
|
273
273
|
rubygems_version: 3.4.10
|
|
274
|
-
signing_key:
|
|
274
|
+
signing_key:
|
|
275
275
|
specification_version: 4
|
|
276
276
|
summary: Provides a set of helper scripts for Github and Heroku.
|
|
277
277
|
test_files: []
|