stateful.rb 0.14.11 → 0.14.12

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: 2698b601c9a60b7611cb162c3ad7fc0f8592f28a5db7b76be8a16527f7e51b36
4
- data.tar.gz: f1c7caa2bb4fb7eaf7caadccfd8299d2a408f40dc899fa84f03eab0827162a53
3
+ metadata.gz: bda943b049682888d713fceebbe29173c5fe92135587446844d4c9fac6b63686
4
+ data.tar.gz: 0e34ffacf3898bd93769914278684b1e69cc50abba3a8f54078af61142696262
5
5
  SHA512:
6
- metadata.gz: 16f136077863d99dd9610b4725005a27e6d2f980c9511895ca5ca56e93139ccd786eecba64258f7fbb9e371786586565cf578dd61284e3617582ce6dab697907
7
- data.tar.gz: 05f264888aeaee7815139b77b7bf0783a95e4757557923829436ff97e3a69719008df7ca6a022642839576addeca213876ad2133830a2abe104c676d6091a506
6
+ metadata.gz: bb28e66d609e682201526f6873b09fa2d9ef383e11b361c563d712db45e9600580701035a4073c2f685fa3668ff560f447edc9ab116587d8c63ab2470f4ea091
7
+ data.tar.gz: aa98639f13a1fb11915554228a10da41a5f3a077a0101f09a3b17ba9e94bd9740c1eac44a9074237ce49d41a70060f864884bbb176caa56dd847d53d0ac8caf2
data/lib/Array/shuffle.rb CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Stateful
2
2
 
3
- VERSION = '0.14.11'
3
+ VERSION = '0.14.12'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stateful.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.11
4
+ version: 0.14.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2020-04-19 00:00:00.000000000 Z
10
+ date: 2020-03-31 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: minitest
@@ -88,7 +87,6 @@ homepage: http://github.com/thoran/Stateful
88
87
  licenses:
89
88
  - MIT
90
89
  metadata: {}
91
- post_install_message:
92
90
  rdoc_options: []
93
91
  require_paths:
94
92
  - lib
@@ -103,8 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
101
  - !ruby/object:Gem::Version
104
102
  version: '0'
105
103
  requirements: []
106
- rubygems_version: 3.1.2
107
- signing_key:
104
+ rubygems_version: 4.0.5
108
105
  specification_version: 4
109
106
  summary: A Ruby state machine.
110
107
  test_files: []