fantasy-irc 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -3
- data/Gemfile.lock +5 -5
- data/fantasy-irc.gemspec +1 -1
- data/lib/fantasy-irc/irc.rb +2 -0
- metadata +2 -2
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -9,7 +9,7 @@ GEM
|
|
9
9
|
diff-lcs (1.1.3)
|
10
10
|
identifies_as (1.1.0)
|
11
11
|
module-cluster (2.0.5)
|
12
|
-
rake (0.
|
12
|
+
rake (10.0.3)
|
13
13
|
rspec (2.12.0)
|
14
14
|
rspec-core (~> 2.12.0)
|
15
15
|
rspec-expectations (~> 2.12.0)
|
@@ -17,13 +17,13 @@ GEM
|
|
17
17
|
rspec-core (2.12.2)
|
18
18
|
rspec-expectations (2.12.1)
|
19
19
|
diff-lcs (~> 1.1.3)
|
20
|
-
rspec-mocks (2.12.
|
20
|
+
rspec-mocks (2.12.2)
|
21
21
|
|
22
22
|
PLATFORMS
|
23
23
|
ruby
|
24
24
|
|
25
25
|
DEPENDENCIES
|
26
26
|
array-unique (~> 1.1.1)
|
27
|
-
rake
|
28
|
-
rspec
|
29
|
-
rspec-mocks
|
27
|
+
rake (~> 10.0.3)
|
28
|
+
rspec (~> 2.12.0)
|
29
|
+
rspec-mocks (~> 2.12.2)
|
data/fantasy-irc.gemspec
CHANGED
data/lib/fantasy-irc/irc.rb
CHANGED
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.
|
4
|
+
version: 0.2.0
|
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: 2013-
|
12
|
+
date: 2013-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: array-unique
|