rdo-postgres 0.0.1 → 0.0.2

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/Rakefile CHANGED
@@ -3,7 +3,7 @@ require "rspec/core/rake_task"
3
3
  require "rake/extensiontask"
4
4
 
5
5
  Rake::ExtensionTask.new('rdo_postgres') do |ext|
6
- ext.lib_dir = File.join('lib', 'rdo')
6
+ ext.lib_dir = File.join('lib', 'rdo_postgres')
7
7
  end
8
8
 
9
9
  desc "Run the full RSpec suite"
data/lib/rdo/postgres.rb CHANGED
@@ -8,7 +8,9 @@
8
8
  require "rdo"
9
9
  require "rdo/postgres/version"
10
10
  require "rdo/postgres/driver"
11
- require "rdo/rdo_postgres" # c ext
11
+ # C extension: if anybody knows how to put this at
12
+ # rdo/postgres/rdo_postgres.so, let me know
13
+ require "rdo_postgres/rdo_postgres"
12
14
 
13
15
  # Register name variants for postgresql schemes
14
16
  %w[postgres postgresql].each do |name|
@@ -7,6 +7,6 @@
7
7
 
8
8
  module RDO
9
9
  module Postgres
10
- VERSION = "0.0.1"
10
+ VERSION = "0.0.2"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdo-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: