Cinch-Tell 0.0.2 → 0.0.3
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/Cinch-Tell.gemspec +1 -1
- data/README.md +3 -5
- data/lib/cinch/plugins/tell/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3373c960730e9b3a666ce55cd16852c5d8e353f8
|
|
4
|
+
data.tar.gz: 2a39514b2f6b32352d35081b13967063bb8dfc54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3200b80a9370ec2742634ff2c3e93a447b0643060f1e123db59a3c019848026415dc43340c0010361a4234a87f0072d6a170fe1034546fa0d0cce0a8efb12c1
|
|
7
|
+
data.tar.gz: a2153d2e17816dd626a556aa91e3bb04745c2bae3e99c53d9273eb66204259396e038cd529e06647f4c39fbeac6d4d1ad7aff9ac26f8b9d52b8134612cb83b24
|
data/Cinch-Tell.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.summary = 'Cinch plugin to leave memos for people on IRC'
|
|
11
11
|
s.email = 'lilian.jonsdottir@gmail.com'
|
|
12
12
|
s.homepage = 'https://github.com/lilyseki/Cinch-Tell'
|
|
13
|
-
s.authors = ['Lily
|
|
13
|
+
s.authors = ['Lily Jónsdottír']
|
|
14
14
|
s.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
s.description = <<-EOF
|
data/README.md
CHANGED
|
@@ -6,14 +6,12 @@ the channel
|
|
|
6
6
|
Usage
|
|
7
7
|
-----
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
it
|
|
11
|
-
`plugins` then require it via `require_relative`.
|
|
12
|
-
Add it to your bot like so:
|
|
9
|
+
Install the gem with *gem install Cinch-Tell*, and
|
|
10
|
+
add it to your bot like so:
|
|
13
11
|
|
|
14
12
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ruby
|
|
15
13
|
require 'cinch'
|
|
16
|
-
|
|
14
|
+
require 'cinch/plugins/tell'
|
|
17
15
|
|
|
18
16
|
bot = Cinch::Bot.new do
|
|
19
17
|
configure do |c|
|