goodread 0.3.1 → 0.3.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/goodread.gemspec +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8955ec7302f5aee9383e21710ab51a5324ee61cea9c1f041a3901401af8f23f0
4
- data.tar.gz: 5c5e8c2034c338d3a0c3c135a2d873c241919d5cdd2164931a90d443894adc4b
3
+ metadata.gz: e45b32a552d8702c11dbd681d94ed4e63bacf24fc900d7defa3e903e9802b84c
4
+ data.tar.gz: 961db0eef210e6668fa9ce85a12d90fce6047384fb837adffaea8aae176f0cd7
5
5
  SHA512:
6
- metadata.gz: 235bf5003dcf95c407414589d91f31e81334c5c008c2d63b33bfc6302a3d33af0d77f89e7704c18d9ff0c52ba85afeecd907a5d1ef49e265fbe7d8e14a9eaf59
7
- data.tar.gz: a4e13a17a10a1ecb3e513ab76647132714efec24bf68a17ff19691d9b1d45af8e893921134f8f539764a55592e9f1af46b49e984a023b4a1d513c590589f2475
6
+ metadata.gz: 51555f57c6acf8963e2e2416bb59c9472cb4a5307f0a954e4765a516a1e40745b7c0a5c95cd18350ec16072bfc682f01bb28a68fd50f953852b23efd38b756d9
7
+ data.tar.gz: 676b9e1c626b66f1f4cbc246a3d393f0f82c55776592aee3b8e20340ccd5bad78a4b0911659ac74666e2b6328c3bcee14d2713963bc0da45c17785ddba4b0cd2
@@ -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.1"
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 = "Test runner for README.md. Support for Python/JavaScript/Ruby/PHP code blocks. Integration with hackmd.io."
12
- spec.description = "Test runner for README.md. Support for Python/JavaScript/Ruby/PHP code blocks. Integration with hackmd.io."
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.1
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: Test runner for README.md. Support for Python/JavaScript/Ruby/PHP code
85
- blocks. Integration with hackmd.io.
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: Test runner for README.md. Support for Python/JavaScript/Ruby/PHP code blocks.
131
- Integration with hackmd.io.
130
+ summary: Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP
131
+ test runners and hackmd.io integration.
132
132
  test_files: []