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 +6 -2
- data/lib/oos4ruby.rb +1 -1
- data/lib/oos4ruby/version.rb +1 -1
- data/script/destroy +0 -0
- data/script/generate +0 -0
- data/script/txt2html +0 -0
- metadata +4 -4
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
data/lib/oos4ruby/version.rb
CHANGED
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
|
-
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-
|
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:
|
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
|