agig 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/agig/session.rb +1 -1
- data/lib/agig/version.rb +1 -1
- metadata +2 -2
data/lib/agig/session.rb
CHANGED
@@ -64,7 +64,7 @@ class Agig::Session < Net::IRC::Server::Session
|
|
64
64
|
loop do
|
65
65
|
begin
|
66
66
|
@log.info 'retrieveing feed...'
|
67
|
-
atom = open("https://github.com/#{@
|
67
|
+
atom = open("https://github.com/#{@nick}.private.atom?token=#{@pass}").read
|
68
68
|
ns = {'a' => 'http://www.w3.org/2005/Atom'}
|
69
69
|
entries = Nokogiri::XML(atom).xpath('/a:feed/a:entry', ns).map do |entry|
|
70
70
|
{
|
data/lib/agig/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: agig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-04-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-irc
|