active_record_migrations 5.0.0.0.pre.optimistic → 5.0.0.1.pre.optimistic

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc50d7a8ecbbe71f5a428629e5d76a5240f7011b
4
- data.tar.gz: cebfdda0a6354adf111378a535d70bf33fedea82
3
+ metadata.gz: 0c2328cd7436b833ea5792737def813f1ccf6f61
4
+ data.tar.gz: 198fa286927c074400dcaa3df32b9ed16aa1fd11
5
5
  SHA512:
6
- metadata.gz: f25eff66744a723dfaa62e4bf92e426491d2fcfdfbdae1b821ccb7ce69fd2974a2bf3e6140af2b04fb31687ca4d45b6bad4926c67e8c71f997952b44b7ff27c2
7
- data.tar.gz: d4521ef45d0c300dcf3cf97ce533d7ae6f001c4e1e65f259ec9f3ed0da99d1010d51094748b1112f7e475cdeeadb5fe310f673785fdfaf2f6861c9df3e18e90d
6
+ metadata.gz: ecc7b2ed0818f9e7ce96b3c24f057a569092b6febd1ac23668152b093a0fd868ef99fed966a7f37b1bdc9a1c0689204e562da08b8a507da9a320d04e317de900
7
+ data.tar.gz: 1c38744b93d9ebd6ce8563667a6aa8b655e19fd996cc45a86a2130676c9ec7385bbf73934b22c8144b77d31ae8f32c71a2539f7ccb64654ea2cad73f9a62573e
data/README.md CHANGED
@@ -14,7 +14,7 @@ with conflicts.
14
14
 
15
15
  Add this line to your application's Gemfile (run `bundle init` if you don't have one):
16
16
 
17
- gem 'active_record_migrations', '5.0.0.0.pre.optimistic'
17
+ gem 'active_record_migrations', '5.0.0.1.pre.optimistic'
18
18
  gem 'sqlite3' # or 'pg', 'mysql2', ...
19
19
 
20
20
  And then execute:
@@ -5,6 +5,10 @@ require 'rails'
5
5
  require 'rails/application'
6
6
  require 'active_record_migrations/configurations'
7
7
 
8
+ # those requires are missing from AR but are required:
9
+ require 'zlib'
10
+ require 'digest'
11
+
8
12
  module ActiveRecordMigrations
9
13
  include ActiveRecord::Tasks
10
14
 
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordMigrations
2
- VERSION = "5.0.0.0-optimistic"
2
+ VERSION = "5.0.0.1-optimistic"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.0.pre.optimistic
4
+ version: 5.0.0.1.pre.optimistic
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Rosenfeld Rosas