ai_rspec_writer 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/ai_rspec_writer/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 140d9f37797a69369fb981fed1088c860848459c4b620e7cc74c263b528ca156
|
4
|
+
data.tar.gz: 31ee6d52f706bc28a258383772e4de4c9e6864b8286cb47db288fe2e109b5695
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f28339a5d51536761cbe16fd188ddbf5463b0bd9d46765f2003a3cf2914200ad732fd1da87b1bad8896124254e0b75055d9a3a7967617dc0132ea45d9434528c
|
7
|
+
data.tar.gz: b180fe426d185a5fbf57db2612149fb858c5b2b99010023ba11059fbc033d705eb0e85f1b6f06bfb4f5af5d0dc6df4d9e110448b810418fbb5a33051b94e1ea0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ai_rspec_writer
|
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
|
- Aniruddha Mirajkar
|
@@ -160,7 +160,11 @@ files:
|
|
160
160
|
homepage: https://github.com/aniruddhami/ai_rspec_writer
|
161
161
|
licenses:
|
162
162
|
- MIT
|
163
|
-
metadata:
|
163
|
+
metadata:
|
164
|
+
homepage_uri: https://github.com/aniruddhami/ai_rspec_writer
|
165
|
+
source_code_uri: https://github.com/aniruddhami/ai_rspec_writer
|
166
|
+
changelog_uri: https://github.com/aniruddhami/ai_rspec_writer/blob/main/CHANGELOG.md
|
167
|
+
github_repo: https://github.com/aniruddhami/ai_rspec_writer
|
164
168
|
post_install_message:
|
165
169
|
rdoc_options: []
|
166
170
|
require_paths:
|