sloplint 0.4.0 → 0.6.0

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sloplint
4
- VERSION = "0.4.0"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sloplint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Jackson
8
- bindir: bin
8
+ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
@@ -51,8 +51,8 @@ files:
51
51
  - CHANGELOG.md
52
52
  - LICENSE
53
53
  - README.md
54
- - bin/sloplint
55
54
  - docs/SPEC.md
55
+ - exe/sloplint
56
56
  - lib/sloplint.rb
57
57
  - lib/sloplint/cli.rb
58
58
  - lib/sloplint/engine.rb
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 4.0.17
84
+ rubygems_version: 3.6.9
85
85
  specification_version: 4
86
86
  summary: Flag the rhetorical tics and puffery that mark AI-generated prose.
87
87
  test_files: []
data/bin/sloplint DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- require_relative "../lib/sloplint/cli"
5
- exit Sloplint::CLI.run(ARGV)