speg 1.0.0 → 1.0.1
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/lib/spec_generator.rb +0 -1
- data/lib/speg/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58aa7da2067da8501e532cd80f7c71beded042ef3cde0524ef128d5e0a5d6e2c
|
|
4
|
+
data.tar.gz: 3325a601c87fc788c912db1ad11e70f16da7e704beb84deeae80f04a2ed13d45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0e65d139b08d499c842bd6a568506bb78b33f31053c4fc48a6531ea487217b440315392e66e35bcc569cf24dc847797be939a6e6c158aab6bb5341b4377d40c
|
|
7
|
+
data.tar.gz: 3ec06ec78712847ee05712470dd50c7cbb05e34a163d80f6fa2c4e4989dd58639bade9dc538a39f0697735b5c352149cdf68043ddaffc755b586021f36e49681
|
data/lib/spec_generator.rb
CHANGED
data/lib/speg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: speg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Opara Ifeanyi Christian
|
|
@@ -24,8 +24,9 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '7.0'
|
|
27
|
-
description: This gem creates spec files that were not created automatically
|
|
28
|
-
rspec, this is especially helpful if you have to generate multiple
|
|
27
|
+
description: This gem creates test/spec files that were not created automatically
|
|
28
|
+
with rspec/minitest, this is especially helpful if you have to generate multiple
|
|
29
|
+
test files
|
|
29
30
|
email:
|
|
30
31
|
- chrisgeek29@gmail.com
|
|
31
32
|
executables:
|
|
@@ -64,5 +65,5 @@ requirements: []
|
|
|
64
65
|
rubygems_version: 3.3.26
|
|
65
66
|
signing_key:
|
|
66
67
|
specification_version: 4
|
|
67
|
-
summary: Create spec files for
|
|
68
|
+
summary: Create spec/test files for your test framework
|
|
68
69
|
test_files: []
|