do_postgres 0.2.1 → 0.2.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/TODO +0 -5
  3. data/ext/extconf.rb +2 -0
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
3
3
 
4
4
  PLUGIN = "do_postgres"
5
5
  NAME = "do_postgres"
6
- VERSION = "0.2.1"
6
+ VERSION = "0.2.2"
7
7
  AUTHOR = "Yehuda Katz"
8
8
  EMAIL = "wycats@gmail.com"
9
9
  HOMEPAGE = "http://dataobjects.devjavu.com"
data/TODO CHANGED
@@ -1,5 +0,0 @@
1
- TODO:
2
- Fix LICENSE with your name
3
- Fix Rakefile with your name and contact info
4
- Add your code to lib/do_sqlite3.rb
5
- Add your Merb rake tasks to lib/do_sqlite3/merbtasks.rb
@@ -1,3 +1,5 @@
1
+ ENV["RC_ARCHS"] = `uname -m`.chomp if `uname -sr` =~ /^Darwin/
2
+
1
3
  require 'mkmf'
2
4
 
3
5
  def config_value(type)
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: do_postgres
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
7
- date: 2007-11-12 00:00:00 -08:00
6
+ version: 0.2.2
7
+ date: 2007-11-18 00:00:00 -08:00
8
8
  summary: A DataObject.rb driver for postgres
9
9
  require_paths:
10
10
  - lib