fantasy-irc 0.1.0 → 0.1.1
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.
- data/README.md +15 -0
- data/fantasy-irc.gemspec +2 -2
- metadata +2 -2
data/README.md
CHANGED
|
@@ -20,6 +20,21 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
TODO: Write usage instructions here
|
|
22
22
|
|
|
23
|
+
## Getting support
|
|
24
|
+
|
|
25
|
+
There is a support channel on irc.jdqirc.net in #fantasy where you
|
|
26
|
+
can get live help on the gem. Getting answers in a IRC channel can
|
|
27
|
+
take some time but as you are reading the README of a IRC gem, you
|
|
28
|
+
probably already knew this.
|
|
29
|
+
|
|
30
|
+
TLDR:
|
|
31
|
+
|
|
32
|
+
Support?
|
|
33
|
+
|
|
34
|
+
irc.jdqirc.net #fantasy
|
|
35
|
+
|
|
36
|
+
irc://irc.jdqirc.net/fantasy
|
|
37
|
+
|
|
23
38
|
## Contributing
|
|
24
39
|
|
|
25
40
|
1. Fork it
|
data/fantasy-irc.gemspec
CHANGED
|
@@ -3,12 +3,12 @@ Gem::Specification.new do |s|
|
|
|
3
3
|
s.email = ["v2px@v2px.de"]
|
|
4
4
|
s.description = "A modular, event-driven IRC client/bot gem for Ruby with plugin support"
|
|
5
5
|
s.summary = "A modular, event-driven IRC client/bot gem for Ruby with plugin support"
|
|
6
|
-
s.homepage = "
|
|
6
|
+
s.homepage = "http://v2px.github.com/fantasy-irc"
|
|
7
7
|
|
|
8
8
|
s.files = `git ls-files`.split("\n")
|
|
9
9
|
s.name = "fantasy-irc"
|
|
10
10
|
s.require_paths = ['lib']
|
|
11
|
-
s.version = "0.1.
|
|
11
|
+
s.version = "0.1.1"
|
|
12
12
|
|
|
13
13
|
s.rubyforge_project = s.name
|
|
14
14
|
s.add_runtime_dependency "array-unique", "~> 1.1.1"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fantasy-irc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -46,7 +46,7 @@ files:
|
|
|
46
46
|
- lib/fantasy-irc/rooms.rb
|
|
47
47
|
- lib/fantasy-irc/users.rb
|
|
48
48
|
- lib/plugins/corecommands.rb
|
|
49
|
-
homepage:
|
|
49
|
+
homepage: http://v2px.github.com/fantasy-irc
|
|
50
50
|
licenses: []
|
|
51
51
|
post_install_message:
|
|
52
52
|
rdoc_options: []
|