bookingsync-rubocop 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +35 -0
- data/config/rails.yml +3 -0
- data/lib/bookingsync/rubocop/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cae643ed706c6256c2fd879b54c0da04d82ef270d994f183bdf068eca854b7c4
|
4
|
+
data.tar.gz: 7bc2a3e3946d0e649b9c30349972a7763d243da900550ef4768ffc1437ad75de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e38e186b344626d2d55de31ba35da69e647e5cbdc0889998260adda684d6ac7fe971d4d46c4198f0a3fd5b591db6a85efae3c93e3248a206806178cc766336b
|
7
|
+
data.tar.gz: 5a4fbcb1966a9c71a80050999b7ebe1ddd685d7170ab89b7e1de07414dbf8d2c7ada2f293cbcd089511a52f06e081ac75ee8f9168ad9e5f39510735a9816aa3b
|
data/.gitignore
ADDED
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.3.5
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
bookingsync-rubocop (0.2.2)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
diff-lcs (1.5.1)
|
10
|
+
rake (12.3.3)
|
11
|
+
rspec (3.13.0)
|
12
|
+
rspec-core (~> 3.13.0)
|
13
|
+
rspec-expectations (~> 3.13.0)
|
14
|
+
rspec-mocks (~> 3.13.0)
|
15
|
+
rspec-core (3.13.2)
|
16
|
+
rspec-support (~> 3.13.0)
|
17
|
+
rspec-expectations (3.13.3)
|
18
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
19
|
+
rspec-support (~> 3.13.0)
|
20
|
+
rspec-mocks (3.13.2)
|
21
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
22
|
+
rspec-support (~> 3.13.0)
|
23
|
+
rspec-support (3.13.1)
|
24
|
+
|
25
|
+
PLATFORMS
|
26
|
+
arm64-darwin-23
|
27
|
+
ruby
|
28
|
+
|
29
|
+
DEPENDENCIES
|
30
|
+
bookingsync-rubocop!
|
31
|
+
rake (~> 12.0)
|
32
|
+
rspec (~> 3.0)
|
33
|
+
|
34
|
+
BUNDLED WITH
|
35
|
+
2.5.16
|
data/config/rails.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookingsync-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arkadiy Zabazhanov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Shared Rubocop configuration for Bookingsync projects
|
14
14
|
email:
|
@@ -17,7 +17,10 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
+
- ".gitignore"
|
21
|
+
- ".ruby-version"
|
20
22
|
- Gemfile
|
23
|
+
- Gemfile.lock
|
21
24
|
- LICENSE.txt
|
22
25
|
- README.md
|
23
26
|
- Rakefile
|
@@ -51,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
54
|
- !ruby/object:Gem::Version
|
52
55
|
version: '0'
|
53
56
|
requirements: []
|
54
|
-
rubygems_version: 3.
|
57
|
+
rubygems_version: 3.5.16
|
55
58
|
signing_key:
|
56
59
|
specification_version: 4
|
57
60
|
summary: Shared Rubocop configuration for Bookingsync projects
|