oba-client 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/History.md +5 -1
  2. data/README.md +2 -0
  3. data/lib/oba_client.rb +1 -1
  4. metadata +4 -4
data/History.md CHANGED
@@ -25,4 +25,8 @@
25
25
 
26
26
  ## 1.1.0 / 2010-07-08
27
27
 
28
- * Fully parse MGREP mappings.
28
+ * Fully parse MGREP mappings.
29
+
30
+ ## 1.1.1 / 2010-07-08
31
+
32
+ * Rake or Hoe bug workaround.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # oba-client
2
2
 
3
+ * http://rubyforge.org/projects/oba-client
4
+ * [RubyForge project](http://rubyforge.org/projects/oba-client "RubyForge project")
3
5
 
4
6
  ## DESCRIPTION:
5
7
 
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.1.0"
8
+ VERSION = "1.1.1"
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
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rob Tirrell
@@ -87,7 +87,7 @@ files:
87
87
  - lib/oba_client.rb
88
88
  - test/test_oba_client.rb
89
89
  has_rdoc: yard
90
- homepage:
90
+ homepage: http://rubyforge.org/projects/oba-client
91
91
  licenses: []
92
92
 
93
93
  post_install_message: