cap 0.1.2 → 0.1.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/cap.gemspec +2 -2
  4. data/lib/cap/version.rb +1 -1
  5. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0fffaff8c0f9342c140d3762a00c9adcbdcffef
4
- data.tar.gz: eb6635cc2b7c5dd3a0a2189e52fab23261ea831d
3
+ metadata.gz: 56aebd422dd6e008f708cba0bf3c116e55158f94
4
+ data.tar.gz: c0cb5e2c45b16522f1432c4730f50a539a26dcc2
5
5
  SHA512:
6
- metadata.gz: dc248c29a69393854a775b02a67238fc5f36ce1f3c0cc0e4d09aeea839ff97b86e76b314f3eb8f7beb303a6988c39e8fb61af0141c9cf715f0b7915e2fdce0e5
7
- data.tar.gz: 652405d10dd59f2541e778dbdfe09568914f9d727b2221a8db804337ed6026b747ed9d48d3b8038a9d283f2a4ca58846b1e90ebc8f5fa39059af4541e25266f7
6
+ metadata.gz: 9e77674a56bb8e58c58b6b6f98d7146793edd83419b197db3df53bab656cfef46b65bf93323b614a9e218cd96f5cf6b2aa91f031f0f36580a67c48f6be65a0ea
7
+ data.tar.gz: 6884bc6b17b9e829691b308347d97ef52d2c1f33f0897969791c2b4c068f265fb039f3efff0c31f9e20f3c7d569ee2ff5056bb101f708f5796fa0a7025191034
data/README.md CHANGED
@@ -18,7 +18,12 @@ Or install it yourself as:
18
18
 
19
19
  This gem capitalize the first letter of each word..
20
20
 
21
- Just call 'this is some text'.cap
21
+ Just call
22
+ 'this is some text'.cap if you want to capitalize only the first letter
23
+ 'this is some text'.cap_all if you want uppercase all the letters
24
+ 'this is some text'.down_all if you want downcase all the letters
25
+
26
+
22
27
 
23
28
  And.. This is a test gem
24
29
 
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Cap::VERSION
9
9
  spec.authors = ["Zacharias Traianos"]
10
10
  spec.email = ["zachariastraianos@gmail.com"]
11
- spec.summary = %q{This is a capitalize gem.}
12
- spec.description = %q{This gem capitalize the first letter of each word}
11
+ spec.summary = %q{This is a capitalize gem..and not only that...}
12
+ spec.description = %q{This gem capitalize the first letter of each word / all the sentence or you can turn all letters downcase}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Cap
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zacharias Traianos
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem capitalize the first letter of each word
41
+ description: This gem capitalize the first letter of each word / all the sentence
42
+ or you can turn all letters downcase
42
43
  email:
43
44
  - zachariastraianos@gmail.com
44
45
  executables: []
@@ -79,7 +80,7 @@ rubyforge_project:
79
80
  rubygems_version: 2.4.3
80
81
  signing_key:
81
82
  specification_version: 4
82
- summary: This is a capitalize gem.
83
+ summary: This is a capitalize gem..and not only that...
83
84
  test_files:
84
85
  - test/cap_test.rb
85
86
  - test/test_helper.rb