titlecase 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/titlecase.gemspec +2 -2
- metadata +2 -2
data/titlecase.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "titlecase"
|
3
|
-
s.version = "0.1.
|
4
|
-
s.date = "
|
3
|
+
s.version = "0.1.1"
|
4
|
+
s.date = "2009-10-16"
|
5
5
|
s.summary = "String methods to properly title case a headline."
|
6
6
|
s.email = "samsouder@gmail.com"
|
7
7
|
s.homepage = "http://github.com/samsouder/titlecase"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: titlecase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Souder
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-10-16 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|