ariadne_view_components 0.0.41-aarch64-linux → 0.0.42-aarch64-linux

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: 9cba9074e7d31b82198b4237431de85c25cf1dbb5d05396a5ff110485bccf9f7
4
- data.tar.gz: bb74b8983323273814e78200937af72b985d1a3a8acb07278274e2d5421b34da
3
+ metadata.gz: 53180f9bcbb9406805b7696050c6f44922bad88ec7a60a132464000cc309f9bf
4
+ data.tar.gz: 32d8c1f6187fd041dd87166c5253eb6ef192fee6bdc21a578c4d24029740d3f9
5
5
  SHA512:
6
- metadata.gz: 29aa89e12208bb418480ccfe97eb29b97a581da05146e789d25e1a3e3d020f3b6f7358a58ca6cea031824b8d80328a55e7ced8db063b68ad71fa4df325941be5
7
- data.tar.gz: 47a8002bbae33d58fe621fd4f2b6e1a3f794aa1497f07169b89c706637cf3e8649c3eb7bd6b7710c14385f6b93aaeda0f8188ea9aa24bf5f23d7e8bb4d005677
6
+ metadata.gz: a4e1ae819ce2cd99193a2c1d523051e3f9fad58bd9ffdc4dae9f31e439d4aff92ac859922c5737ebfb06e5f4b042913950e311dd316205c9699012d38e8738d2
7
+ data.tar.gz: 528f0b3226381a47c54347c16de16a78df2f14b2bc2a3eee0edd7f10567e17828796dc5aca6ad722d30dc0659c15ae540b866d2762361945ef53c06c11ad362f
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: aarch64-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