heroku_migrator 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.
@@ -31,8 +31,6 @@ module HerokuMigrator
31
31
  end
32
32
 
33
33
  deprovision_old_database if yes?('Remove old database?')
34
-
35
- say DATA.read, :green
36
34
  end
37
35
 
38
36
  private
@@ -95,12 +93,4 @@ module HerokuMigrator
95
93
  first.sub(/_URL$/, '')
96
94
  end
97
95
  end
98
-
99
96
  end
100
-
101
- __END__
102
-
103
- Congratulations! You've finished migrating your data. Now go claim your reward!
104
-
105
- https://postgres.heroku.com/migration/
106
-
@@ -1,3 +1,3 @@
1
1
  module HerokuMigrator
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_migrator
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-02 00:00:00.000000000 Z
12
+ date: 2012-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: heroku