headingify 1.0.2 → 1.0.3

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: 0391ec88dcfd70b06fe1f4e3fecb311dc3b69be2
4
- data.tar.gz: 88be9e2526364a3f85f69520402a49220ac00f1b
3
+ metadata.gz: ff70540f594e4ebed0df6917003ba2391b2c590d
4
+ data.tar.gz: 06ccfce1a699999f7ec88f77c3426bcebe0fd144
5
5
  SHA512:
6
- metadata.gz: 8f0a87a8657d1fbe23d0171894a32ccdd544f0092fc10dcb307082273f7704b692a14547924a638e844e333d49afaeaf64f9fd7aedd7770d47be05ed40c9fa97
7
- data.tar.gz: b6ba9098627a80ce6049f26788290c8fd283f4f6d42f5d336af53599f2791639526f01ba56480443b00e6ea3f2fbe9cd7d1a2395d40fdd037ec2eca09db4c5ee
6
+ metadata.gz: 86468240e2c54e511ae3fabcc6f11e431439f094ded8999ac716d4b09f8de141d4c74a4b4eff1e5cba5591bcb881e3f0db278b095f6546aed670d0f67ff3a763
7
+ data.tar.gz: e3086de7ddb75fa161a17ac9fd226e6c5f1cf0f9290ae86ca6198c48913529cc713544ee41440acf3f3e519c3bf4c08901dae3cb6707adc4237fdd5984404954
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; English only.\n\n#{Headingify::help}"
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."
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.2"
3
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Calo
@@ -52,13 +52,10 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: |
56
- A method used to convert a Ruby String into a grammatically correct heading. It extends String class; English only.
57
-
58
- Usage: headingify "string" | "an \%ESCAPED\% string"
59
-
60
- input : "garlic is as \%GOOD\% as ten mothers"
61
- yield : Garlic Is as GOOD as Ten Mothers
55
+ description: A method used to convert a Ruby String into a grammatically correct heading.
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.
62
59
  email:
63
60
  - ccalo@vulcanca.com
64
61
  executables: