schema_plus_core 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52e38bdd3b1c4e571c13dd1622d788e26a7482d2
4
- data.tar.gz: fc308fc51c0e41a39bab240d5cd398bad57973eb
3
+ metadata.gz: e4d26e275c50fcd2af36c17ffa242169a5cf4c1c
4
+ data.tar.gz: e905b78be6d0cb9daaebafbe16690784dcc04afb
5
5
  SHA512:
6
- metadata.gz: 1907077811c3f92a40bf70c99fb5a2a5fbcdb336238206d06e2eb4b841cc87dd9c992909e2eee89da7f5d9cf6a450d3ffd43f638fa019b288ffba26f40b334d9
7
- data.tar.gz: 98f844ac096c11fb8f592ad9fdf9e2e2d4438a5293907943f181fcc77acee326fa4f066288911b56f45b51133a64f2131dcb0f81f91ee0ba2ab573604ab50261
6
+ metadata.gz: a1fd98fec6ad3e8c10401bf423603480ede2df2b5ead66e7f5512d8fab6386df50110238a2249aaa6868e1ad11abc22711c47be7267590eba91367c4b9ea95d2
7
+ data.tar.gz: f9cfd2ba60a8c25d10c2215f0f4c8db1f710e77ba330e0266af840a087a08ea83c342a71b860855ecae836b8734af341c99b3b5afd148978436b26f60c4f0bc1
data/README.md CHANGED
@@ -450,7 +450,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t
450
450
  The base method appends the collection of SchemaDump::Table::Index objects to `env.table.indexes`
451
451
 
452
452
  ## History
453
-
453
+ * 0.6.1 Make sure to require pathname (#5)
454
454
  * 0.6.0 Added `table.alt` to dumper; Bug fix: Don't crash when AR fails to dump a table. Thanks to [@stenver](https://github.com/stenver) for tracking it down
455
455
  * 0.5.1 Bug fix: Don't choke on a quoted newline in a `CREATE TABLE` statement ([#3](https://github.com/SchemaPlus/schema_plus_core/pull/3)). Thanks to [@mikeauclair](https://github.com/mikeauclair)
456
456
  * 0.5.0 Added `Migration::DropTable`
@@ -1,4 +1,5 @@
1
1
  require "schema_monkey"
2
+ require "pathname"
2
3
 
3
4
  module SchemaPlus
4
5
  module Core
@@ -1,5 +1,5 @@
1
1
  module SchemaPlus
2
2
  module Core
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema_plus_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ronen barzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
11
+ date: 2015-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord