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 +4 -4
- data/.ruby-version +1 -1
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- data/Rakefile +0 -1
- data/lib/mimoco/version.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79d55e1cc9092042d84add8228e5230f27ae0f52f3f3ccdcfeae603157a07250
|
|
4
|
+
data.tar.gz: 133f69c2bbe121d9c163a2c6ebab23f89117eb89c5c2829e812a1f92f2b0ab95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c76db4962a964d42c28ca3ce3bdb25a905b036ec7d6150d90a84ebbbbfbbfdac53feca73c256c6cff19e08ae216e65998268655c8ce82b8c207e1499ef0c6b34
|
|
7
|
+
data.tar.gz: e16f3f888966c31191165a9c9a220045381f5f3c63a09d9f656b8f384ec0663f20f0282020d7aa0c97400c3a37d4d8bd9c594afb2b82cea6e669761d7d395596
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-4.0.
|
|
1
|
+
ruby-4.0.2
|
data/MIT-LICENSE
CHANGED
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-
|
|
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
data/lib/mimoco/version.rb
CHANGED
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.
|
|
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.
|
|
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: []
|