headingify 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff70540f594e4ebed0df6917003ba2391b2c590d
4
- data.tar.gz: 06ccfce1a699999f7ec88f77c3426bcebe0fd144
3
+ metadata.gz: 2fcce1b091a5f593666d6386af12e5a32c19ee7e
4
+ data.tar.gz: a7fe08b102066a1cccd7550dced34bc030fa5f57
5
5
  SHA512:
6
- metadata.gz: 86468240e2c54e511ae3fabcc6f11e431439f094ded8999ac716d4b09f8de141d4c74a4b4eff1e5cba5591bcb881e3f0db278b095f6546aed670d0f67ff3a763
7
- data.tar.gz: e3086de7ddb75fa161a17ac9fd226e6c5f1cf0f9290ae86ca6198c48913529cc713544ee41440acf3f3e519c3bf4c08901dae3cb6707adc4237fdd5984404954
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 prepositions a non-English languages."
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
 
@@ -1,6 +1,6 @@
1
1
  module Headingify
2
2
  TITLE = "Ruby String.headingify Core Extension"
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  UPDATE = "2014-11-19"
5
5
  REVISION = "23"
6
6
  USAGE = "headingify \"string\" | \"an \\%ESCAPED\\% string\""
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.3
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, and prepositions a non-English
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: