countr 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/countr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e687aa8225f424a4371b8d1f2bdf1e97fe30932
4
- data.tar.gz: c583606b40c14f2856f4e990a45195b46d975110
3
+ metadata.gz: e035c4f0daf683ee0e398580ce54a25cfbbdd991
4
+ data.tar.gz: 808d315d3abdebb50865539eb2276fe86854c1cc
5
5
  SHA512:
6
- metadata.gz: ae4582c985ed922ecc58c3f728db811eb0fd0483d642c26f0e4e5f238eab565c616281a1fa4601d7214253d3b506ec2873bda3d2c6cd21348c3079dbdae432c2
7
- data.tar.gz: 7eed54567bf931b875851d8a60fdd80161767ddb62174dee63e84fa07d3e5f4721dfb5430fc1be021c9022b24c60769ea4ae55146b32cbfd3bfe4b9c5e9586f6
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:
@@ -1,3 +1,3 @@
1
1
  module Countr
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: countr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chadwick