oos4ruby 0.1.5 → 0.1.6

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.
data/History.txt CHANGED
@@ -25,9 +25,13 @@
25
25
 
26
26
  == 0.1.4 2008-01-10
27
27
 
28
- *1 bugs fixed:
28
+ * 1 bugs fixed:
29
29
  * see this thread: http://tinyurl.com/253a2d (thanks to Luismi Cavallé)
30
30
 
31
31
  == 0.1.5 2008-01-14
32
32
 
33
- *1 save bugs fixed
33
+ * 1 save bugs fixed
34
+
35
+ == 0.1.6 2008-04-03
36
+
37
+ * 1 connection bug fixed
data/lib/oos4ruby.rb CHANGED
@@ -20,7 +20,7 @@ module Oos4ruby
20
20
 
21
21
  AtomEntryContentType = 'application/atom+xml;type=entry'
22
22
 
23
- OOS_URL = 'http://localhost'
23
+ OOS_URL = 'http://11870.com'
24
24
  API_URL = OOS_URL + '/api/v1'
25
25
 
26
26
  SITES_URL = Oos4ruby::API_URL + '/sites'
@@ -2,7 +2,7 @@ module Oos4ruby #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/script/destroy CHANGED
File without changes
data/script/generate CHANGED
File without changes
data/script/txt2html CHANGED
File without changes
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oos4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
5
- platform: ""
4
+ version: 0.1.6
5
+ platform: ruby
6
6
  authors:
7
7
  - David Calavera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-14 00:00:00 +01:00
12
+ date: 2008-04-03 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements: []
99
99
 
100
100
  rubyforge_project: oos4r
101
- rubygems_version: 0.9.5
101
+ rubygems_version: 1.1.0
102
102
  signing_key:
103
103
  specification_version: 2
104
104
  summary: oos4ruby is a ruby binding for the 11870 API