simplews 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,7 +1,8 @@
1
- == 1.1.1 2008-10-28
1
+ == 1.1.2 2008-10-28
2
2
 
3
- * 1 bug fix:
3
+ * 2 bug fix:
4
4
  * Release was missing a file
5
+ * Missing require
5
6
 
6
7
  == 1.1.0 2008-10-28
7
8
 
@@ -1,3 +1,4 @@
1
+ require 'simplews'
1
2
  class SimpleWS::Asynchronous < SimpleWS
2
3
 
3
4
  class JobNotFound < Exception; end
@@ -2,7 +2,7 @@ module Simplews
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplews
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez