ariadne_view_components 0.0.41-x64-mingw-ucrt → 0.0.42-x64-mingw-ucrt

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: a4b3049ec527b9c7923ab8b6f129aa345f444fa28e56af917fa8f3017259238a
4
- data.tar.gz: d2fa3536f1d55d34a78663b9d93d02af0754153be13ef451dcc5bb463c72343d
3
+ metadata.gz: 29f3e77527446b65bd2b9866b612b140ddce2f335c8eccd6018c94e28837fb46
4
+ data.tar.gz: 5e8f8b4adad2bb12716390870a326bdd37b5e0a5a9f07f27c216948237058193
5
5
  SHA512:
6
- metadata.gz: 7b5aea8f7470504e4ee2172c6d1e6bc7083d727d238f1ff7c51b835efd1c7847427ea5a726621ec529953b536f815637e5f0fd0eec5008cf04ef9578c3f2b6df
7
- data.tar.gz: 5ec5858007b488e6f5b1f0966636c746e1f2c73fc9c9e75681139dd357cd15cb856d84c250073c430ca032e968715bd6921b21821624f4050d0d7463039402f1
6
+ metadata.gz: 32b4e5aeb8251ee6f765c39009550b3c9acfcde373d15182f910057751953484adcb9f743443171f1299feb5901669b541c9962b5ddf0a0566dcf8222161db34
7
+ data.tar.gz: a8eaf0ca4c5e893fad166adac6fbabeadc4277c315b7172f88524479c5362470a6cb104261f265faef5e05da55f03aec7e2c8450c93c56794efb6a85264cabdb
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: x64-mingw-ucrt
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