twisty_puzzles 0.0.6 → 0.0.7
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/ext/twisty_puzzles/native/utils.h +0 -3
- data/lib/twisty_puzzles/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b7934b9679e720f3675ce3f9db174f4ab9bbc1e028654f4d29aed727a90f052
|
|
4
|
+
data.tar.gz: ab7e60a7d07dbaa3d164fb0fcd74e89871241bfb2b54b0354ab4d093b137f667
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 991e8297413b4a86b12b463e5ed06c489936ec988ac4816d93350603debc8280399bb7d2e98ff8e1863da7dacd6eafbd7a4d304e9d056f64ea3e477c67d53664
|
|
7
|
+
data.tar.gz: f30d251aa0aeaab5af7bf32475e01c04cede2e8a0863790eeaeb805f004acb3fcae041d71217a9a79ccd673e1777b1e324a9317b21c3b151783772bbb1c699fe
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twisty_puzzles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bernhard F. Brodowsky
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2020-04-21 00:00:00.000000000 Z
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
- - ">="
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '0'
|
|
167
|
-
description:
|
|
167
|
+
description:
|
|
168
168
|
email: bernhard.brodowsky@gmail.com
|
|
169
169
|
executables: []
|
|
170
170
|
extensions:
|
|
@@ -245,7 +245,7 @@ metadata:
|
|
|
245
245
|
homepage_uri: https://github.com/Lykos/twisty_puzzles
|
|
246
246
|
source_code_uri: https://github.com/Lykos/twisty_puzzles
|
|
247
247
|
changelog_uri: https://github.com/Lykos/twisty_puzzles/blob/master/CHANGELOG.md
|
|
248
|
-
post_install_message:
|
|
248
|
+
post_install_message:
|
|
249
249
|
rdoc_options: []
|
|
250
250
|
require_paths:
|
|
251
251
|
- lib
|
|
@@ -253,15 +253,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
requirements:
|
|
254
254
|
- - ">="
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version:
|
|
256
|
+
version: 3.0.0
|
|
257
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
258
|
requirements:
|
|
259
259
|
- - ">="
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
261
|
version: '0'
|
|
262
262
|
requirements: []
|
|
263
|
-
rubygems_version: 3.
|
|
264
|
-
signing_key:
|
|
263
|
+
rubygems_version: 3.2.3
|
|
264
|
+
signing_key:
|
|
265
265
|
specification_version: 4
|
|
266
266
|
summary: Gem for my cube_trainer rails app. Some things are better left in a separate
|
|
267
267
|
gem with no rails, e.g. native extensions. The main purpose is to support my Rails
|