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 +4 -4
- data/.neetoci/branch.yml +19 -0
- data/Gemfile.lock +1 -1
- data/lib/neetob/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65932f642508b382e1af4a59d535391eba40eb7c47ebbd1b97d8d397428e5397
|
|
4
|
+
data.tar.gz: 2d39d1f4f86fd527d0a4cd1f88522eb0b4e855cbc6c6f97d169603b7f5804568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c90caa829d5d3b2939130cab85de44d3ae27310c7a024ec3ccca9049558a4a5e8ae9966eebe3d5b1b163b5df172c3ae48359db13575812f5c4586e02a17f5a1
|
|
7
|
+
data.tar.gz: 797594db098b780ae5df4e5631033f454538bbcb8da74f803856189f0fb25d2356811b3151020bd32462b2a4f14c91e1fa70d16aadcb930096836df8774ad86e
|
data/.neetoci/branch.yml
ADDED
|
@@ -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
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.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-
|
|
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"
|