neetob 0.4.11 → 0.4.12

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: 5bffc36454f80fc231a113e5fef5cd520074d11b79a2949678395d6067a69811
4
- data.tar.gz: 11ba5783db4219b510bc8aaf38b14a6f51e0da91797d0afe156dd04989de4d02
3
+ metadata.gz: 65932f642508b382e1af4a59d535391eba40eb7c47ebbd1b97d8d397428e5397
4
+ data.tar.gz: 2d39d1f4f86fd527d0a4cd1f88522eb0b4e855cbc6c6f97d169603b7f5804568
5
5
  SHA512:
6
- metadata.gz: 05bf1fe037620f88890aed24bd297dbc648e1a9da8b6afb0ceef1405e2250080274e8488815bd4a076d8063d4f50fa1921959c7172848f12cbe1229dc58ab4a3
7
- data.tar.gz: 3c00ae45265a0bb2d18d758acf51d376c1aeb0f5ffe26d7eca8e4882eeed2392033b81e1fb58029d6ec56ccc6ba5824b36b1267e64167f978ec6365981488c0f
6
+ metadata.gz: 9c90caa829d5d3b2939130cab85de44d3ae27310c7a024ec3ccca9049558a4a5e8ae9966eebe3d5b1b163b5df172c3ae48359db13575812f5c4586e02a17f5a1
7
+ data.tar.gz: 797594db098b780ae5df4e5631033f454538bbcb8da74f803856189f0fb25d2356811b3151020bd32462b2a4f14c91e1fa70d16aadcb930096836df8774ad86e
@@ -0,0 +1,19 @@
1
+ version: v1.0
2
+ triggers:
3
+ - event: branch
4
+ branch_name: main
5
+ plan: standard-2
6
+ name: neetob
7
+ global_job_config:
8
+ setup:
9
+ - checkout
10
+ - neetoci-version ruby 3.2.2
11
+ - bundle config path 'vendor/bundle'
12
+ - cache restore
13
+ - bundle install --jobs 1
14
+ - cache store
15
+ jobs:
16
+ - name: CiChecks
17
+ commands:
18
+ - bundle exec rubocop
19
+ - bundle exec rake test
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.11)
4
+ neetob (0.4.12)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.11"
4
+ VERSION = "0.4.12"
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.11
4
+ version: 0.4.12
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -133,6 +133,7 @@ extra_rdoc_files: []
133
133
  files:
134
134
  - ".editorconfig"
135
135
  - ".env"
136
+ - ".neetoci/branch.yml"
136
137
  - ".neetoci/default.yml"
137
138
  - ".rubocop.yml"
138
139
  - ".ruby-version"