supplies 0.1.0 → 0.1.1

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: 9e11cbc6df13eb326ec0edb3173745f8587491ed655c118452d703f01ac6f63f
4
- data.tar.gz: 62e11a3e89ff59487d48966ce4b7025e2b2e19ef501ed41d92330daa17e5e377
3
+ metadata.gz: 746c235ebfb456933e7c43af9b3756cf972b0c76a13ea86f6db56cb3c0f2adb9
4
+ data.tar.gz: b5338333b133af948a2db25c43c079fb4927133cbab96c7480477d7ce732c008
5
5
  SHA512:
6
- metadata.gz: c63d3e472513b2d286c9cc38849e39dafc25612889a5db4d7c468334d1f0eb9594e1415cc0b657ac97cde91c76059a0fda24de490890f64710b3811060050078
7
- data.tar.gz: f3b9d9524a0e3d44fc0fea7e98eb637e3302b429d278b9486a4a218b12440b94aee0d4000eae4daa61aa9dec9e1669bddb2b7f5e55494192d8326b51b9a5448c
6
+ metadata.gz: d67f56b1864f2ba9d5001ca4a93330cb26c63ed57676166b4f31bf6b1f529a4bb7a3036be7df7c2f0c54d77954a3a95b4a1b97e88dc83870081fc83112e1d991
7
+ data.tar.gz: 3d0455826a441fc7f23ee8c9614608abeb1ecef379d9fe30bd788aeab5bc42857b8a7ff060c32bd604b3c5d2a5c64bdd224b98f36223d46da15a5926a3e97f14
data/README.md CHANGED
@@ -255,7 +255,7 @@ Commands in `ai/commands/` include:
255
255
 
256
256
  - Ruby 3.2+
257
257
  - Rails 7.1+ (for generator)
258
- - `linctl` CLI for Linear integration (optional)
258
+ - `linearis` CLI for Linear integration (`npm install -g linearis`)
259
259
 
260
260
  ## Development
261
261
 
@@ -3,6 +3,9 @@
3
3
  # LsStandards Performance RuboCop Configuration
4
4
  # Performance-focused rules for optimized Ruby code
5
5
 
6
+ plugins:
7
+ - rubocop-performance
8
+
6
9
  inherit_from:
7
10
  - base.yml
8
11
 
@@ -116,8 +119,7 @@ Performance/ReverseEach:
116
119
  Performance/ReverseFirst:
117
120
  Enabled: true
118
121
 
119
- Performance/SelectMap:
120
- Enabled: true
122
+ # NOTE: Performance/SelectMap moved to Rails/SelectMap in rubocop-rails
121
123
 
122
124
  Performance/Size:
123
125
  Enabled: true
@@ -3,7 +3,7 @@
3
3
  # LsStandards Rails RuboCop Configuration
4
4
  # Rails-specific rules for web applications
5
5
 
6
- require:
6
+ plugins:
7
7
  - rubocop-rails
8
8
 
9
9
  inherit_from:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Supplies
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supplies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Launch Supply