neetob 0.5.52 → 0.5.54
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 +2 -2
- data/bookmarks.md +1 -1
- data/lib/neetob/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 462aabe15043331ebd306de4ad4a1f1032c13e1a23af4ca04db5708670b76c8b
|
4
|
+
data.tar.gz: d65d134217d3d93c6b446f7942a82e07450cd3e4d7f5ba3903dfff1082c4a076
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9235966af33701a93529148fda3908bc18d03b80fdbaf3170892e64027c28f0b645e217d5492194a834153542e8dee82d7a8470ab36c72fbaec2447befb3411a
|
7
|
+
data.tar.gz: bb1f5ec040198ec437a1b79039341eb157bae920472a462fa55cbd114b2cb11f7665417277e76c3624986c0ef1d649cf056809e485cc8f798f8e41b7c6d9f80c
|
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.54)
|
5
5
|
actionview
|
6
6
|
activesupport
|
7
7
|
brakeman (~> 5.0)
|
@@ -45,7 +45,7 @@ GEM
|
|
45
45
|
sidekiq-cron
|
46
46
|
sidekiq-failures
|
47
47
|
webmock
|
48
|
-
neeto-compliance (1.
|
48
|
+
neeto-compliance (1.3.0)
|
49
49
|
colorize
|
50
50
|
hash-deep-merge
|
51
51
|
hashdiff
|
data/bookmarks.md
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
[Issues across repos in bigbinary excluding client repos](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Abigbinary+archived%3Afalse+-repo%3Abigbinary%2Fnetcamps+-repo%3Abigbinary%2Fneeto-seoaudit-electron-deprecated+-repo%3Abigbinary%2Fjacky-winter-web+-repo%3Abigbinary%2Faceinvoice-web+-repo%3Abigbinary%2Ftrtle-rn+-repo%3Abigbinary%2Ftrtle-web+sort%3Acreated-asc+)
|
29
29
|
|
30
|
-
|
30
|
+
[Issues for interns](https://github.com/search?q=org%3Abigbinary+state%3Aopen+is%3Aissue+sort%3Acreated-asc+label%3Aintern+-repo%3Abigbinary%2Fnetcamps&type=issues)
|
31
31
|
|
32
32
|
### Filtering issues
|
33
33
|
|
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.54
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Udai Gupta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|