ariadne_view_components 0.0.41-x86_64-linux → 0.0.42-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfdb2ea4983dfb6e6bb81468a1d3bc5773fac28c4aefdcb44bab90639760ef4f
4
- data.tar.gz: 3645899e69f666f4aa4394a50dae6cfdccce7561a9e909ba70fdf72c6303e3c0
3
+ metadata.gz: b2fc750572f0ed8cef58e2c1e7a3f5ef1af96401371d64931678256554032056
4
+ data.tar.gz: 0d762c237c234b40917e4b702925d14caf3073fda8052937bb6b1a0fbdf654b3
5
5
  SHA512:
6
- metadata.gz: b0e3d8b52d13987beca92dba2f9c39763cefa31c5a4870b45f9337b07b9563f627d2fa0e13a49311f6914a7a06136546f4c18b6fd786d3b2f3794ec473a58728
7
- data.tar.gz: b9a75a376f98af7aa445a303848bdd8c930a010c00da3a8b0047dea3e5a207d844a986802502e8d23e65ac1868735d036bf8ba093e88eeeaaa4d73634ad50226
6
+ metadata.gz: 311ff1483363a0a4a5a2dd001951ef420f1ffef3f6febec4cabc0eb0f644c7a24489f57565e5a63613c71bc4ef9b0a9e2ee20e7f023e2d9f837bbfe6c3a254b5
7
+ data.tar.gz: 4d574004a34eb7dd9736821db7d95f247cac56471d42fbf134f667c94394abc3348b401c0e0f575b5e748500a57f9645511b9c8af75676e05d6907f89aa4d30f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.41](https://github.com/yettoapp/ariadne/tree/v0.0.41) (2023-05-01)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.40...v0.0.41)
6
+
3
7
  ## [v0.0.40](https://github.com/yettoapp/ariadne/tree/v0.0.40) (2023-05-01)
4
8
 
5
9
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.39...v0.0.40)
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.41"
6
+ VERSION = "0.0.42"
7
7
  end
8
8
  end
@@ -6,12 +6,10 @@ namespace :coverage do
6
6
  require "simplecov"
7
7
  require "simplecov-console"
8
8
 
9
- SimpleCov.minimum_coverage(100)
10
-
11
9
  SimpleCov.collate(Dir["coverage/.resultset.json"], "rails") do
12
10
  formatter SimpleCov::Formatter::Console
13
11
 
14
- minimum_coverage 90
12
+ minimum_coverage 100
15
13
  maximum_coverage_drop 2
16
14
 
17
15
  add_group "Ignored Code" do |src_file|
data/lib/tasks/docs.rake CHANGED
@@ -9,7 +9,7 @@ require "fileutils"
9
9
 
10
10
  namespace :docs do
11
11
  desc "Rebuilds docs on change; run via the Procfile"
12
- task :livereload do
12
+ task :watch do
13
13
  require "listen"
14
14
 
15
15
  Rake::Task["docs:build"].execute
@@ -305,7 +305,7 @@ namespace :docs do
305
305
  puts "Markdown compiled."
306
306
 
307
307
  if components_needing_docs.any?
308
- puts "\nThe following components need documentation. Could you add it to them? #{components_needing_docs.map(&:name).join(", ")}"
308
+ puts "\nThe following components need documentation. Could you add it to them? \n* #{components_needing_docs.map(&:name).join("\n* ")}"
309
309
  end
310
310
  end
311
311
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.42
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-01 00:00:00.000000000 Z
11
+ date: 2023-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge