ariadne_view_components 0.0.41-arm64-darwin → 0.0.42-arm64-darwin

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: b3f538b11df34122f4f58d77d371c775f571a6228ebfd9e671a596b65b8fad46
4
- data.tar.gz: 2874c6fc29f3d9f5deaa0303c0712da01d437a04c48fe8f2846686238375302f
3
+ metadata.gz: a92c183b82ac12f7953972964d7c503bae91713668839fbbf8a3c75f4407f476
4
+ data.tar.gz: 7bc44a945e4c7e3249003df12ec2004448d0692677cd950949193e6458c57905
5
5
  SHA512:
6
- metadata.gz: a64ca6d492a9885593de90f6ca5d0fdc75502469dfbe1e75a990ccee29cc9a273a173de4c36d5ff220665b4a38cd63dc0666166e4869d6b2459d37e53a00f4fa
7
- data.tar.gz: a9b2e85b5255e964fde62fed28231d1400c23c0d6c3cf08cb0d84107a644c2d8f1470d9bb24d24543c2d8aadc12d7ea51edf0dd8ba9a11870e4e36109a332d59
6
+ metadata.gz: c10697845ff97c3a727ae0c46182eda7d32583645034b1617cdd32518dc705dc8351e8cff2cc75dec939447157c5dd33f060e6a9c04ad4e43186452b130e57a4
7
+ data.tar.gz: 4ca1900b63a7217eab67458f55776e5db808ccd36a35c6049aea1c96b6c6ea0d78166daab08b63682bec879f3edf96a5b35ba9428a79874194ddfa3466b23f91
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: arm64-darwin
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