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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed41146b9e4ce0dd2ca67b66d77b9e2e1ee759a69bb779ab4e191ea62da0ce8d
4
- data.tar.gz: '08820efc4daf2375365d6f107c90a88b91d364bfe6d61b88dfef00be9dd60f48'
3
+ metadata.gz: a722c3cf5bcddcfaa4bf60f2938166e3db12a242178892adc79e4829437d1d36
4
+ data.tar.gz: e27405eca8f2e0c7958d3249a0d220c522a8729b0faececaa6a31db825aa0dd6
5
5
  SHA512:
6
- metadata.gz: 558267a6462668e02a63354ec359615deb2d92f09b9b9b91dd7375621c9f9ad2dae97945d9db78a7be1d4a4c013b25479b9ae5ecb5e2338d620a3f1566674bae
7
- data.tar.gz: ee676a6f55d4621c783ff1b8ee9a65b64957b6066b40fba00f256efa3e69fbd97810784163accccc36aec760cf2f06d9074314d8172798dfc6c9f891d48140b6
6
+ metadata.gz: 5c153eb16f92778e498f66d1f6f76a3fde04747fe3177d0ce662e2cdc0ae259c26ef2de78689b7fe3af8f7762513b78667333d4835b4cd183f404001bb9d8cf1
7
+ data.tar.gz: 58b00a21637dfa693896c052b4da03b419f352010ae5816ef9144efbd12f661b98143f27965bd21c8af8000c758dcc213117a695b19491c39221159ff0312f51
data/.neetoci/default.yml CHANGED
@@ -1,4 +1,5 @@
1
1
  version: v1.0
2
+ plan: standard-2
2
3
  name: neetob
3
4
  global_job_config:
4
5
  setup:
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.8)
4
+ neetob (0.4.9)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
@@ -1,6 +1,6 @@
1
1
  [
2
2
  {
3
- "name": "minor",
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
  ]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.8"
4
+ VERSION = "0.4.9"
5
5
  end
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.8
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-07-14 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor