title_case 0.2.2 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -0
  3. data/title_case.gemspec +4 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af5287ac9426b4d3888ae818ce67e4f75f213833
4
- data.tar.gz: dc28f47536b22781e547b338b52e382c922abe61
3
+ metadata.gz: 5ed86891f0c69ac0db24c21d422adc9de26b110d
4
+ data.tar.gz: ff14c2bde65af978fe8dc94d79daadf8bf5f962c
5
5
  SHA512:
6
- metadata.gz: e09e48aafd9092ab7138377dbd54f1919d229d85ab8fd659b0e666ecaa4d6c69cdd871d58f4091e0c9f8753ebeec819d901b6e0f82d0d23580208f527941e17a
7
- data.tar.gz: 7a8ee7b212397f77e974a003e2f655137b75311f786e2d0c82b96eede7dc86a180cc9672d635cb5cb9acd54fabff9a7f6169f5a1c020fb181e32b4f33e767e1a
6
+ metadata.gz: d25f5f4e4ba4874da4b0313e110bbe3aad7a3b79cdacf17aa3397006ec4eaf15984600f7cbfb7fb02d72244b73353fc053eac265e67cb0e52aa19ef65ce6b517
7
+ data.tar.gz: 0d75a1d7f7f8b4a7136c74dd6b525def9af8b4d2036d51f9729d5fe9d6afbb65296450a3bc72e67189b597fc9579779971a53fa5063e194065bf1a9b739ff35d
data/README.md CHANGED
@@ -17,6 +17,14 @@ Command Line Usage:
17
17
 
18
18
  Capitalize a Phrase Like a Newspaper Editor Would
19
19
 
20
+ Installation
21
+ ---------
22
+
23
+ The github page is for development.
24
+ To install, do:
25
+
26
+ $ gem install title_case
27
+
20
28
  Inspiration and History
21
29
  ---------
22
30
 
data/title_case.gemspec CHANGED
@@ -1,10 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'title_case'
3
- s.version = '0.2.2'
3
+ s.version = '0.2.3'
4
4
  s.date = '2014-02-14'
5
5
  s.summary = 'String Methods and CLI to Properly Title Case a Headline.'
6
- s.description = 'title_case is a set of Ruby String methods for title casing,
7
- and a command-line utility using those methods.'
6
+ s.description = "title_case is a set of Ruby String methods for title casing,
7
+ and a command-line utility using those methods. Not to be
8
+ confused with Sam Souder's titlecase."
8
9
  s.authors = ['Noah Birnel']
9
10
  s.email = 'nbirnel@gmail.com'
10
11
  s.homepage = 'http://github.com/nbirnel/titlecase'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: title_case
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Birnel
@@ -10,9 +10,9 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-02-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: |-
14
- title_case is a set of Ruby String methods for title casing,
15
- and a command-line utility using those methods.
13
+ description: "title_case is a set of Ruby String methods for title casing,\n and
14
+ a command-line utility using those methods. Not to be \n confused
15
+ with Sam Souder's titlecase."
16
16
  email: nbirnel@gmail.com
17
17
  executables:
18
18
  - titlecase