headingify 1.0.3 → 1.0.4
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/headingify.gemspec +1 -1
- data/lib/headingify/info.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2fcce1b091a5f593666d6386af12e5a32c19ee7e
|
|
4
|
+
data.tar.gz: a7fe08b102066a1cccd7550dced34bc030fa5f57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b761968e26034fa1a9d5ec9844b121f48e981e495515a42c67c272f4f9867613bb7be842a357ad226c361b0ed45905f7b3d4691e7876b1ea96bbb1c030c6590e
|
|
7
|
+
data.tar.gz: 0d952ffda8e6d80907c5bb0431b258638a497a743e91d7046d0638164813abd6904a7782cb74bb7bfe42828bd82e573410e2fae31256fa3b1a0bc953e23dd72c
|
data/headingify.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Chris Calo"]
|
|
10
10
|
s.email = ["ccalo@vulcanca.com"]
|
|
11
11
|
s.summary = "A method used to convert a Ruby String into a grammatically correct heading."
|
|
12
|
-
s.description = "#{s.summary} It extends String class; currently English only. Please contribute on Github if you have an adept knowledge of articles, conjunctions, and
|
|
12
|
+
s.description = "#{s.summary} It extends String class; currently English only. Please contribute on Github if you have an adept knowledge of articles, conjunctions, prepositions, and grammatical syntax in non-English languages."
|
|
13
13
|
s.homepage = "https://github.com/vulcancreative/headingify"
|
|
14
14
|
s.license = "MIT"
|
|
15
15
|
|
data/lib/headingify/info.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: headingify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Calo
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
version: '10.0'
|
|
55
55
|
description: A method used to convert a Ruby String into a grammatically correct heading.
|
|
56
56
|
It extends String class; currently English only. Please contribute on Github if
|
|
57
|
-
you have an adept knowledge of articles, conjunctions,
|
|
58
|
-
languages.
|
|
57
|
+
you have an adept knowledge of articles, conjunctions, prepositions, and grammatical
|
|
58
|
+
syntax in non-English languages.
|
|
59
59
|
email:
|
|
60
60
|
- ccalo@vulcanca.com
|
|
61
61
|
executables:
|