countr 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/countr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e035c4f0daf683ee0e398580ce54a25cfbbdd991
|
|
4
|
+
data.tar.gz: 808d315d3abdebb50865539eb2276fe86854c1cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd61e1cb8a59a25b834aa2c77aa9bbe0521511397f27ff913569beda5fbb39caec59a482260de32564add82377f9e647e9c7bc2154e285226545cc1e27cd172b
|
|
7
|
+
data.tar.gz: c13c77ab970b7d8dcde47b3747847edb51aa11ee26187534f60410a4a8e4e33e038637a022cadbcb2cce023e58bda72feafef18de39e1ccd30dd5f71a99edc73
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Simple RubyGem that counts the number of characters in a string and displays it. Make sure to escape any quotes (`\'`) or double-quotes (`\"`) (if'n your string has something quoted, for example) so that they are included in the overall count.
|
|
4
4
|
|
|
5
|
+
Example usage (for checking tweet length): `countr \@username and then I said \"OMG this new rubygem called \'countr\' is super-cool!\"`
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
data/lib/countr/version.rb
CHANGED