ydd 0.0.5 → 0.0.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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -44,7 +44,7 @@ module YDD
44
44
  YDD.tables = options.tables if options.tables.present?
45
45
  YDD.skip_data = options.skip_data?
46
46
  YDD.skip_schema = options.skip_schema?
47
- setup_directories! dump_dir, app_dir, extra
47
+ setup_directories! dump_dir, app_dir, extra
48
48
  connect_to_database!
49
49
  end
50
50
 
@@ -131,7 +131,7 @@ module YDD
131
131
  def self.tables
132
132
  base_tables = YDD.connection.tables
133
133
  base_tables &= YDD.tables if YDD.tables.present?
134
-
134
+ base_tables
135
135
  end
136
136
 
137
137
  def self.dump_table(io, table)
data/ydd.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ydd}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adam Wiggins", "Orion Henry", "Darcy Laycock"]
12
- s.date = %q{2010-09-20}
12
+ s.date = %q{2010-09-22}
13
13
  s.default_executable = %q{ydd}
14
14
  s.description = %q{
15
15
  YDD is a tool (a fork of yaml_db really) to make it generally easy
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ydd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Wiggins
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-20 00:00:00 +08:00
20
+ date: 2010-09-22 00:00:00 +08:00
21
21
  default_executable: ydd
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency