gramrb 1.0.2 → 1.0.3
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/gramrb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20e1f04e5b3e27b7c42069931de7a774a1c0852bd14df2f04848215b31250b0a
|
|
4
|
+
data.tar.gz: 0dfdb6be6acf81c05bad900d482783345f4b5f46095fcab5c8cd093ca33340ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7761f8096018f9c7784c15ce0be20a53d53471a96da38130f6ab983390adedcadebfe08440cf6603a4875488aed749e0ca48ad166dbeb6d08fc48155e3d704be
|
|
7
|
+
data.tar.gz: d337cad43eaa8e9cc18b8240bab328ca0ff8794506d3a739156a6e11836483ce52229a1df385fbe445360d987c17a2d707f6b25858f1140ad4906419e1c1f148
|
data/lib/gramrb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gramrb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pandaman74
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: '1.1'
|
|
26
26
|
description: |
|
|
27
|
-
Gramrb is a spellchecking tool for Ruby code files
|
|
27
|
+
Gramrb is a spellchecking tool for Ruby code files.
|
|
28
28
|
It uses Aspell to spellcheck aspects such as comments, method names, and variable names.
|
|
29
29
|
email: pandamanprojects@gmail.com
|
|
30
30
|
executables:
|