lita-octocat 0.0.1 → 0.0.2

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 +1 -1
  3. data/lita-octocat.gemspec +3 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c27b4e4a4ffc81adc1cb625f8412fd1ffa3a48f3
4
- data.tar.gz: 6c2c2e701b0d041894e150ffd63a72d9f719c5a8
3
+ metadata.gz: ca685ed275bd051bf3d2c8cfd14b8b987adb6ad0
4
+ data.tar.gz: b8f6895bd3dc44501f88eeb7f4f1741c047376fd
5
5
  SHA512:
6
- metadata.gz: 704906c0e497fd7ea4b99ae55ead2c4feac256c6bf4429268d78722c96ca91e4c329172ff2b902d4bf860a927065ba29f6bccfcfa2b792c5442bd7f4455a36c9
7
- data.tar.gz: 2a1f2d30493c797c1fb56b05b92533f8e5e1aa6ae9bb0c2404186bdff9478ca86e651f5fab98ec247734c1ef2f2674a5d9b11a95a036235635d680f77cb3c265
6
+ metadata.gz: 151f3bedf7c387d172a1591eddaa9c543f7c7f88f0f1c048df7822f94b35a69542072d53c123394c3999dd290d55506271d5a7f9d73de1890be9e2f54e83bb79
7
+ data.tar.gz: c04e2135ebf4e9f4c4466e3bda65634fa381f150da904e69f02832a4bec1219708effd903dae6cd912251b4890d5b00f4ffec2e2fc94d53ddb81f0274d932d2d
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # lita-octocat
2
2
 
3
- Display ascii octocat
3
+ Display ascii octocat saying random things.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-octocat"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.authors = ["Daniel Yoon"]
5
5
  spec.email = ["robotright@gmail.com"]
6
- spec.description = %q{Display ascii octocat}
7
- spec.summary = %q{Display ascii octocat}
6
+ spec.description = %q{Display ascii octocat saying random things.}
7
+ spec.summary = %q{Display ascii octocat saying random things.}
8
8
  spec.homepage = "https://github.com/daniely/lita-octocat"
9
9
  spec.license = "MIT"
10
10
  spec.metadata = { "lita_plugin_type" => "handler" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-octocat
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
  - Daniel Yoon
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Display ascii octocat
97
+ description: Display ascii octocat saying random things.
98
98
  email:
99
99
  - robotright@gmail.com
100
100
  executables: []
@@ -137,7 +137,7 @@ rubyforge_project:
137
137
  rubygems_version: 2.0.3
138
138
  signing_key:
139
139
  specification_version: 4
140
- summary: Display ascii octocat
140
+ summary: Display ascii octocat saying random things.
141
141
  test_files:
142
142
  - spec/lita/handlers/octocat_spec.rb
143
143
  - spec/spec_helper.rb