sequel 0.1.9.3 → 0.1.9.4

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 (3) hide show
  1. data/CHANGELOG +1 -1
  2. data/Rakefile +1 -1
  3. metadata +2 -3
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- === SVN
1
+ === 0.1.9.4 (2007-08-11)
2
2
 
3
3
  * Added Sequel.dbi convenience method for using DBI connection strings to open DBI databases.
4
4
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'fileutils'
6
6
  include FileUtils
7
7
 
8
8
  NAME = "sequel"
9
- VERS = "0.1.9.3"
9
+ VERS = "0.1.9.4"
10
10
  CLEAN.include ['**/.*.sw?', 'pkg/*', '.config', 'doc/*', 'coverage/*']
11
11
  RDOC_OPTS = ['--quiet', '--title', "Sequel: Concise ORM for Ruby",
12
12
  "--opname", "index.html",
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: sequel
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.9.3
7
- date: 2007-08-10 00:00:00 +03:00
6
+ version: 0.1.9.4
7
+ date: 2007-08-11 00:00:00 +03:00
8
8
  summary: Concise ORM for Ruby.
9
9
  require_paths:
10
10
  - lib
@@ -33,7 +33,6 @@ files:
33
33
  - README
34
34
  - Rakefile
35
35
  - bin/sequel
36
- - doc/rdoc
37
36
  - spec/adapters
38
37
  - spec/connection_pool_spec.rb
39
38
  - spec/core_ext_spec.rb