data_transformation 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module DataTransformations
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -1,8 +1,4 @@
1
1
  namespace :db do
2
- task :load_config => :rails_env do
3
- DataTransformation::Transformer.migration_paths = Rails.application.paths['db/transforms'].to_a
4
- end
5
-
6
2
  desc "Transform the database (options: VERSION=x, VERBOSE=false)."
7
3
  task :transform => :environment do
8
4
  module ActiveRecord
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_transformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: