oba-client 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,3 +7,9 @@
7
7
  === 1.0.1 / 2010-07-07
8
8
 
9
9
  * Oops, fix a symbol bug.
10
+
11
+ === 1.0.2 / 2010-07-07
12
+
13
+ === 1.0.3 / 2010-07-07
14
+
15
+ * Add more tests.
data/Manifest.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  .autotest
2
- History.txt
2
+ History.md
3
3
  Manifest.txt
4
4
  README.md
5
5
  Rakefile
data/lib/oba_client.rb CHANGED
@@ -5,7 +5,7 @@ require "net/http"
5
5
  require "uri"
6
6
 
7
7
  class OBAClient
8
- VERSION = "1.0.2"
8
+ VERSION = "1.0.3"
9
9
 
10
10
  # A high HTTP read timeout, as the service sometimes takes awhile to respond.
11
11
  DEFAULT_TIMEOUT = 30
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oba-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rob Tirrell
@@ -74,11 +74,11 @@ executables: []
74
74
  extensions: []
75
75
 
76
76
  extra_rdoc_files:
77
- - History.txt
78
77
  - Manifest.txt
78
+ - History.md
79
79
  files:
80
80
  - .autotest
81
- - History.txt
81
+ - History.md
82
82
  - Manifest.txt
83
83
  - README.md
84
84
  - Rakefile