mimoco 0.3.1 → 0.3.2

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: f7687d9d8c3b8c3971572508cc9185fc7269694a8b5e4f1323276cb2a92e2f23
4
- data.tar.gz: f03125f88696b0e2047e367944e311c96a62074eebb267f2480909bb635f35d8
3
+ metadata.gz: 1d005db7d29601313d32a107b3e0f4c5c2a97cf57458208c48f3647b8504310f
4
+ data.tar.gz: 6e2eadc55c6d207ca53b5dfc1208093ca5099c731fcf8ccbaca700a6d4736cac
5
5
  SHA512:
6
- metadata.gz: f209deac9fc564873191ff1eec4a481911ac199308e8a3c34bb7c4f6b5e309075238b30bf577113b4f4a61da8854bb95dd3735f11af67b4b115fa9775c819a4f
7
- data.tar.gz: 3963910ec299d1f399a1a5edc31c55d42d4a01d9d0856d248311ca68c706f8ed601229bfcaff939ca276ea57d7598c9ec1c9da78ab71cd690e224ad4d238c1ce
6
+ metadata.gz: eb42f23837494c9c0811b94d95304d01364394d396de5e58338b5aa1025fdfbacb8bdddfc71398612e641ebc2f5d41bded49ac578cff36eb7afecf26476932b1
7
+ data.tar.gz: 41eb22c914323da8eb91b72111c0bccad4a8c7f1f86ce1ba399c8ddf3656e8219631a25a34e19788fb12973265cfd352496366b44d631c4b74f3cc85f668a556
@@ -9,7 +9,7 @@ jobs:
9
9
  fail-fast: false
10
10
  matrix:
11
11
  os: [ubuntu-latest]
12
- ruby: ["2.7", "3.0", "3.1", head]
12
+ ruby: ["2.7", "3.0", "3.2", head]
13
13
  test_command: ["bundle exec rake test"]
14
14
  runs-on: ${{ matrix.os }}
15
15
 
data/.gitignore CHANGED
@@ -1,5 +1,6 @@
1
1
  .bundle/
2
2
  coverage/
3
+ .watchr
3
4
 
4
5
  *.gem
5
6
  *.log
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1.3
1
+ ruby-3.2.2
data/MIT-LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021-2022 Dittmar Krall (www.matiq.com)
3
+ Copyright (c) 2021-2023 Dittmar Krall (www.matiq.com)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -75,7 +75,7 @@ end
75
75
 
76
76
  ## Miscellaneous
77
77
 
78
- Copyright (c) 2022 Dittmar Krall (www.matiq.com),
78
+ Copyright (c) 2022-2023 Dittmar Krall (www.matiq.com),
79
79
  released under the MIT license:
80
80
 
81
81
  * https://opensource.org/licenses/MIT
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mimoco
4
- VERSION = "0.3.1" # 2022-12-25
4
+ VERSION = "0.3.2" # 2023-04-25
5
+ # VERSION = "0.3.1" # 2022-12-25
5
6
  # VERSION = "0.3.0" # 2022-02-11
6
7
  # VERSION = "0.2.0" # 2022-01-06
7
8
  # VERSION = "0.1.0" # 2022-01-03
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mimoco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-25 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: combustion
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubygems_version: 3.3.26
114
+ rubygems_version: 3.4.10
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: 'Mimoco: some minitests for models and controllers'