neetob 0.4.8 → 0.4.9
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/.neetoci/default.yml +1 -0
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/data/github-labels.json +6 -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: a722c3cf5bcddcfaa4bf60f2938166e3db12a242178892adc79e4829437d1d36
|
|
4
|
+
data.tar.gz: e27405eca8f2e0c7958d3249a0d220c522a8729b0faececaa6a31db825aa0dd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c153eb16f92778e498f66d1f6f76a3fde04747fe3177d0ce662e2cdc0ae259c26ef2de78689b7fe3af8f7762513b78667333d4835b4cd183f404001bb9d8cf1
|
|
7
|
+
data.tar.gz: 58b00a21637dfa693896c052b4da03b419f352010ae5816ef9144efbd12f661b98143f27965bd21c8af8000c758dcc213117a695b19491c39221159ff0312f51
|
data/.neetoci/default.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
### [0.4.9](https://www.github.com/bigbinary/neetob/compare/v0.4.8...v0.4.9) (2023-08-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Update github-labels.json ([#284](https://www.github.com/bigbinary/neetob/issues/284)) ([9919575](https://www.github.com/bigbinary/neetob/commit/9919575c2fd81269162409e9f6f1f878bb42a191))
|
|
9
|
+
|
|
3
10
|
### [0.4.8](https://www.github.com/bigbinary/neetob/compare/v0.4.7...v0.4.8) (2023-07-06)
|
|
4
11
|
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
data/data/github-labels.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "
|
|
3
|
+
"name": "small",
|
|
4
4
|
"description": "Estimate - less than 2 hours",
|
|
5
5
|
"color": "B0C4DE"
|
|
6
6
|
},
|
|
@@ -249,4 +249,9 @@
|
|
|
249
249
|
"description": "Further discussion is required to work on this issue. Better we should move it to neetoPlanner's roadmap.",
|
|
250
250
|
"color": "A62F71"
|
|
251
251
|
},
|
|
252
|
+
{
|
|
253
|
+
"name": "consistency",
|
|
254
|
+
"description": "This is an issue related to inconsistency.",
|
|
255
|
+
"color": "E7DC0E"
|
|
256
|
+
}
|
|
252
257
|
]
|
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.4.
|
|
4
|
+
version: 0.4.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Udai Gupta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|