ws-io 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -0
- data/Gemfile.lock +5 -0
- data/VERSION +1 -1
- data/ws-io.gemspec +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
+
configuration (1.2.0)
|
4
5
|
diff-lcs (1.1.2)
|
5
6
|
git (1.2.5)
|
6
7
|
jeweler (1.5.2)
|
7
8
|
bundler (~> 1.0.0)
|
8
9
|
git (>= 1.2.5)
|
9
10
|
rake
|
11
|
+
launchy (0.3.7)
|
12
|
+
configuration (>= 0.0.5)
|
13
|
+
rake (>= 0.8.1)
|
10
14
|
rake (0.8.7)
|
11
15
|
rcov (0.9.9)
|
12
16
|
rspec (2.3.0)
|
@@ -25,6 +29,7 @@ PLATFORMS
|
|
25
29
|
DEPENDENCIES
|
26
30
|
bundler (~> 1.0.0)
|
27
31
|
jeweler (~> 1.5.2)
|
32
|
+
launchy
|
28
33
|
rcov
|
29
34
|
rspec (~> 2.3.0)
|
30
35
|
web-socket-ruby (~> 0.1.0)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.2
|
data/ws-io.gemspec
CHANGED