dtf 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Dtf
4
- VERSION = "0.3.7"
4
+ VERSION = "0.3.8"
5
5
  end
@@ -14,8 +14,8 @@ class DtfSetup < Thor
14
14
  #
15
15
  # Migrations
16
16
  from_dir = "#{File.join("#{Gem.loaded_specs['dtf'].gem_dir}", 'db/migrate')}"
17
- # Add schema.rb and seeds to list of additional files to be pushed
18
- other_files = ["#{from_dir}/../schema.rb", "#{from_dir}/../seeds.rb"]
17
+ # Add schema.rb to list of additional files to be pushed
18
+ other_files = ["#{from_dir}/../schema.rb"]
19
19
 
20
20
  other_files.each do |source|
21
21
  puts "Generating db/#{File.basename(source)}"
@@ -65,4 +65,4 @@ class DtfSetup < Thor
65
65
  puts "Don't forget to run 'rake db:setup' next! Run 'rake db:drop:all' first, if your databases already exist."
66
66
  end
67
67
 
68
- end
68
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: