dohruby 0.1.34 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -104,4 +104,6 @@
104
104
  * added new app_no_stdio where console logging is disabled
105
105
  *0.1.34* (Jun 14th, 2008)
106
106
  * added traces to help debug problems when creating a database with bad sql
107
+ *0.1.35* (Jun 16th, 2008)
108
+ * fixed trace bug
107
109
 
@@ -79,7 +79,7 @@ private
79
79
  files = find_files(source_db, 'tables') + find_files(source_db, 'insert_sql') + view_files(source_db)
80
80
  DohDb::load_sql_connector(files, @connector, dest_db)
81
81
  find_files(source_db, 'insert_scripts', '.rb').each do |filename|
82
- Doh::log.info("loading file: #{filname}")
82
+ Doh::log.info("loading file: #{filename}")
83
83
  load(filename)
84
84
  end
85
85
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dohruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Makani & Kem Mason
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-14 00:00:00 -06:00
12
+ date: 2008-06-16 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency