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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lita-octocat.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca685ed275bd051bf3d2c8cfd14b8b987adb6ad0
|
4
|
+
data.tar.gz: b8f6895bd3dc44501f88eeb7f4f1741c047376fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 151f3bedf7c387d172a1591eddaa9c543f7c7f88f0f1c048df7822f94b35a69542072d53c123394c3999dd290d55506271d5a7f9d73de1890be9e2f54e83bb79
|
7
|
+
data.tar.gz: c04e2135ebf4e9f4c4466e3bda65634fa381f150da904e69f02832a4bec1219708effd903dae6cd912251b4890d5b00f4ffec2e2fc94d53ddb81f0274d932d2d
|
data/README.md
CHANGED
data/lita-octocat.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-octocat"
|
3
|
-
spec.version = "0.0.
|
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.
|
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
|