quotable 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09c0ead554dd650fa10e044420f03c28c5b9cbb8
4
- data.tar.gz: f8c026f3dad8f065749091908c0e9370a5bf8833
3
+ metadata.gz: e7fa65ececbe3a00393e09ba1f89ffdf712670eb
4
+ data.tar.gz: 3605c8a7c0e275a0760f2e640278bf4b8b5299fe
5
5
  SHA512:
6
- metadata.gz: c4a666219e945bb1e8edf57b0b9999bdd6c577c3a13c4972a75744435f1da2e0ea93c4e5c59a78b24187ea979906c9580081387b2966008b1ca872d097d0c4d7
7
- data.tar.gz: ee1bcf2751c006912165e58d7299821b49c1eea313a73dad51c2e1b823391d10309c4357167bf3a23e236e57203a161da4c7be5d5fbb1e96ed8f99696289ff75
6
+ metadata.gz: 156dfb4e04e1dadf4fa00bb2cc010a3cfbd937a703f628fdc41d012885a8a9681d91f6861e0f27048b7070c30adfcfeeef30402f73d0202593aefdc9e8d4c962
7
+ data.tar.gz: 9dc872f6d7bb3608bad7a623a40b23f7813379cfe0953c86e4732ad0cac0df64ec8fefe8e62b7a2c22b1598b1d9b4047f222d37f4548edb54b0d99d8cb60aa2c
@@ -1,3 +1,3 @@
1
1
  module Quotable
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Quotable::VERSION
9
9
  spec.authors = ["Eric Carter"]
10
10
  spec.email = ["ericcarter103@gmail.com"]
11
- spec.description = %q{Add inspirational quotes to your ruby app}
11
+ spec.description = %q{A simple gem to add inspirational quotes to your Ruby app.
12
+ Quotable.random #=> A journey of a thousand miles begins with a single step." - Laozi}
12
13
  spec.summary = %q{Add inspirational quotes with Quotable}
13
14
  spec.homepage = ""
14
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quotable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Carter
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Add inspirational quotes to your ruby app
41
+ description: "A simple gem to add inspirational quotes to your Ruby app. \n Quotable.random
42
+ #=> A journey of a thousand miles begins with a single step.\" - Laozi"
42
43
  email:
43
44
  - ericcarter103@gmail.com
44
45
  executables: []