jefferies_tube 1.6.6 → 1.6.7

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: caff068fa6bfbefa05d86cd266529396142b804e6e10af91562b84cc821911ed
4
- data.tar.gz: 8c4942d1eb54e987e969029e1e3cb2d2094064ebae79fc2ff728c854fdc2ea20
3
+ metadata.gz: a9e80582fe28bd3365637fbe6a724aea315c7179ee53dafe949b885a45d96844
4
+ data.tar.gz: 28d47c45e7f3f7c14b8fba4d6e4b0060055fee85629f698b2244983f4523d784
5
5
  SHA512:
6
- metadata.gz: '080248b9cbaa14f04ca9443db64a48ac06c244f47106d3c93b04fa445c6ab13d6a5003f47c0a276c7f8c0234b5850229d79556f770cf3efcf8a9ae711a89e996'
7
- data.tar.gz: 431e102ca417962014e94022b83e4bcbd94da098b100e44264ca8c2b52065d91774a0590938c191d3440a36cafb88ce86fe1c278f59343aa4a69febf28e84c4b
6
+ metadata.gz: c9c137056b8440aad2e4740e4fc3ecac821a108b35592ee540d2460e4ee6e30a995be707e15debf640146c647b1032a369ad3682158a6908c2002cae433ab81e
7
+ data.tar.gz: b1a468401e87daed3bbc92a7b5facf88da4c1095462376286552309d09e2d5741b59858f4124e1a90e120b60173b02ea54e27f6856c9311cd4fa44240f20e83e
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2
1
+ 3.2.2
data/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@ This project attempts to follow [semantic versioning](https://semver.org/)
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## 1.6.7
10
+ * Add Lint/Syntax to rubocop rules
11
+
9
12
  ## 1.6.6
10
13
  * Fix to paths for remote cap tasks that caused execjs to fail in some circumstances
11
14
 
data/default.yml CHANGED
@@ -3,9 +3,12 @@ require: rubocop-rails
3
3
  AllCops:
4
4
  DisabledByDefault: true
5
5
  SuggestExtensions: false
6
- Style/IndentationConsistency:
7
- Enabled: true
6
+ Exclude:
7
+ - "vendor/**/*"
8
+ - 'tmp/**/*'
8
9
 
10
+ Lint/Syntax:
11
+ Enabled: true
9
12
  Layout/LineLength:
10
13
  Max: 200
11
14
  Layout/EmptyLines:
@@ -1,7 +1,7 @@
1
1
  require 'open-uri'
2
2
 
3
3
  module JefferiesTube
4
- VERSION = "1.6.6"
4
+ VERSION = "1.6.7"
5
5
 
6
6
  def self.latest_rubygems_version
7
7
  JSON.parse(URI.parse("https://rubygems.org/api/v1/versions/jefferies_tube/latest.json").read)["version"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jefferies_tube
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-13 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.4.0.dev
228
+ rubygems_version: 3.4.10
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: Ten Forward Consulting useful tools.