goodread 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 +4 -4
- data/goodread.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e45b32a552d8702c11dbd681d94ed4e63bacf24fc900d7defa3e903e9802b84c
|
4
|
+
data.tar.gz: 961db0eef210e6668fa9ce85a12d90fce6047384fb837adffaea8aae176f0cd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51555f57c6acf8963e2e2416bb59c9472cb4a5307f0a954e4765a516a1e40745b7c0a5c95cd18350ec16072bfc682f01bb28a68fd50f953852b23efd38b756d9
|
7
|
+
data.tar.gz: 676b9e1c626b66f1f4cbc246a3d393f0f82c55776592aee3b8e20340ccd5bad78a4b0911659ac74666e2b6328c3bcee14d2713963bc0da45c17785ddba4b0cd2
|
data/goodread.gemspec
CHANGED
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "goodread"
|
7
|
-
spec.version = "0.3.
|
7
|
+
spec.version = "0.3.2"
|
8
8
|
spec.authors = ["Evgeny Karev\n"]
|
9
9
|
spec.email = ["eskarev@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "
|
12
|
-
spec.description = "
|
11
|
+
spec.summary = "Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP test runners and hackmd.io integration."
|
12
|
+
spec.description = "Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP test runners and hackmd.io integration."
|
13
13
|
spec.homepage = "https://github.com/goodread/goodread-rb"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: goodread
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- |
|
@@ -81,8 +81,8 @@ dependencies:
|
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '3.0'
|
84
|
-
description:
|
85
|
-
|
84
|
+
description: Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP
|
85
|
+
test runners and hackmd.io integration.
|
86
86
|
email:
|
87
87
|
- eskarev@gmail.com
|
88
88
|
executables:
|
@@ -127,6 +127,6 @@ rubyforge_project:
|
|
127
127
|
rubygems_version: 2.7.2
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
|
-
summary:
|
131
|
-
|
130
|
+
summary: Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP
|
131
|
+
test runners and hackmd.io integration.
|
132
132
|
test_files: []
|