mimoco 1.0.8 → 1.0.9

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: 2e4069841ac5107789a41b8926b775da8e9b45f46bd1e6cc89d73a475cf4dd1f
4
- data.tar.gz: 42646e7d7b2b108195a2068eceaa7a06c440443dfd3051ff613e4d518c47fc44
3
+ metadata.gz: 79d55e1cc9092042d84add8228e5230f27ae0f52f3f3ccdcfeae603157a07250
4
+ data.tar.gz: 133f69c2bbe121d9c163a2c6ebab23f89117eb89c5c2829e812a1f92f2b0ab95
5
5
  SHA512:
6
- metadata.gz: d07147cec893034de3ec30bc8ab02511f721647a297a956f242fb716daac34808feb5a2ec427b5721c04252d066986c7f6fc66a899c7d8e7642bc291301a8dcc
7
- data.tar.gz: 1c9c371818cf03a2ebd131344a37ae8b516747f6c3255511f01688943aa5522e8458d5df14ecfe3ff68ed93c9bde22b88e235a65068fcd53d3c5b6d30f885539
6
+ metadata.gz: c76db4962a964d42c28ca3ce3bdb25a905b036ec7d6150d90a84ebbbbfbbfdac53feca73c256c6cff19e08ae216e65998268655c8ce82b8c207e1499ef0c6b34
7
+ data.tar.gz: e16f3f888966c31191165a9c9a220045381f5f3c63a09d9f656b8f384ec0663f20f0282020d7aa0c97400c3a37d4d8bd9c594afb2b82cea6e669761d7d395596
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-4.0.0
1
+ ruby-4.0.2
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2021-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -93,5 +93,5 @@ check_controllers controllers, ignore_methods: %i[magic2 magic3]
93
93
 
94
94
  ## License
95
95
 
96
- Copyright (c) 2022-2025 Dittmar Krall (www.matiq.com),
96
+ Copyright (c) 2022-2026 Dittmar Krall (www.matiq.com),
97
97
  released under the [MIT license](https://opensource.org/licenses/MIT).
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ Rake::TestTask.new do |t|
5
5
  t.libs << "lib"
6
6
  t.libs << "test"
7
7
  t.pattern = "test/**/*_test.rb"
8
- t.verbose = false
9
8
  end
10
9
 
11
10
  task default: :test
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mimoco
4
- VERSION = "1.0.8" # 2025-12-27
4
+ VERSION = "1.0.9" # 2026-04-04
5
+ # VERSION = "1.0.8" # 2025-12-27
5
6
  # VERSION = "1.0.7" # 2025-10-31
6
7
  # VERSION = "1.0.5" # 2025-10-20 failed
7
8
  # VERSION = "1.0.4" # 2025-06-18
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mimoco
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 4.0.3
101
+ rubygems_version: 4.0.6
102
102
  specification_version: 4
103
103
  summary: 'Mimoco: some minitests for models and controllers'
104
104
  test_files: []