snapshots 0.0.2 → 0.0.3

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/VERSION +1 -1
  2. data/lib/snapshots.rb +1 -0
  3. data/snapshots.gemspec +3 -3
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/snapshots.rb CHANGED
@@ -38,6 +38,7 @@ module Snapshots
38
38
  File.open(snapshot_path, 'w+') do |f|
39
39
  Snapshots::DatabaseDumper.dump(connection, f)
40
40
  end
41
+ snapshot_path
41
42
  end
42
43
 
43
44
  end
data/snapshots.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{snapshots}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Simon Menke"]
12
- s.date = %q{2009-09-21}
12
+ s.date = %q{2009-09-25}
13
13
  s.default_executable = %q{snapshots}
14
14
  s.description = %q{Dump your rails databases in a database agnostic format (ruby).}
15
15
  s.email = %q{simon@mrhenry.be}
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
38
38
  s.homepage = %q{http://github.com/simonmenke/snapshots}
39
39
  s.rdoc_options = ["--charset=UTF-8"]
40
40
  s.require_paths = ["lib"]
41
- s.rubygems_version = %q{1.3.5}
41
+ s.rubygems_version = %q{1.3.4}
42
42
  s.summary = %q{Make snapshots of your ActiveRecord database}
43
43
  s.test_files = [
44
44
  "test/snapshots_test.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapshots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-21 00:00:00 +02:00
12
+ date: 2009-09-25 00:00:00 +02:00
13
13
  default_executable: snapshots
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements: []
94
94
 
95
95
  rubyforge_project:
96
- rubygems_version: 1.3.5
96
+ rubygems_version: 1.3.4
97
97
  signing_key:
98
98
  specification_version: 3
99
99
  summary: Make snapshots of your ActiveRecord database