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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9784da34ee24af91f3d7448c184911db0b54673
4
- data.tar.gz: 69f01ab4d5d07e77cd61123375666df76fe2781c
3
+ metadata.gz: 3373c960730e9b3a666ce55cd16852c5d8e353f8
4
+ data.tar.gz: 2a39514b2f6b32352d35081b13967063bb8dfc54
5
5
  SHA512:
6
- metadata.gz: 78c02fbf544c7e41145e0f8e03e3487dd54f6b0e5f47af0da70edb7cad27bd035514c5ffbbb4faa6e1cc86347f6660749c566cfdaee92104806c3f2cf0936a4a
7
- data.tar.gz: a1fdf09ed4a5abd46d0b8fde5804bd13db84713dbc52d4afa38e2d22662f533dc4f687bd9f1eae2abf8c30e6541245b0e997d812923a62b04224a953f732d68a
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 J']
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
- Until I figure out how to make it into a gem, download the .rb file, and place
10
- it in a subdirectory of your bot entitled
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
- require_relative 'plugins/tell.rb'
14
+ require 'cinch/plugins/tell'
17
15
 
18
16
  bot = Cinch::Bot.new do
19
17
  configure do |c|
@@ -1,5 +1,5 @@
1
1
  module Cinch
2
2
  module Tell
3
- VERSION = '0.0.2'.freeze
3
+ VERSION = '0.0.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Cinch-Tell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Lily J
7
+ - Lily Jónsdottír
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []