lib/pg_migrate/migration.rb in pg_migrate-0.1.11 vs lib/pg_migrate/migration.rb in pg_migrate-0.1.12
- old
+ new
@@ -1,12 +1,12 @@
-module PgMigrate
- class Migration
- attr_accessor :name, :ordinal, :created, :production, :filepath
-
- def initialize(name, ordinal, filepath)
- @name = name
- @ordinal = ordinal
- @filepath = filepath
- end
-
- end
+module PgMigrate
+ class Migration
+ attr_accessor :name, :ordinal, :created, :production, :filepath
+
+ def initialize(name, ordinal, filepath)
+ @name = name
+ @ordinal = ordinal
+ @filepath = filepath
+ end
+
+ end
end
\ No newline at end of file