ghost_adapter 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: a5d8d0e18f1168891558ca6bc3d93e846ac1b026b246fce698a5b08d9581820f
4
- data.tar.gz: 7a3819bf301da57ed17a8b9a2cc4743a9cf54de8fc873ec7cf6b3d6345bd0d69
3
+ metadata.gz: aba1dbba1a2d2d06fed7d8af232da57bd48cb3f0a4656586c93e54122b555d04
4
+ data.tar.gz: 6f4b53a62c983f97c5e515084ee1d59025cd03c28ad5d194da36d79ff5d0b803
5
5
  SHA512:
6
- metadata.gz: 74246d03230e050f149de77d938c49e35ef9c01a6dc393c7376686c31107e6a24958020fee9ef69febba4e587fa7bc7a7d22cd70a02451c64873bfb48b14178a
7
- data.tar.gz: 05e753abcbe0d0ccd54d78553f688a2113330ad266d3e8832f814a6b736105e1cecf9ee5a83c315950db1ab99924587703643f6ca707f1a06632fc531724496c
6
+ metadata.gz: cdf902df84f0196767cd37bbcefe52d4de56d1695a55912a154f3ccb7bcdac7e744d46af91907ed4eb268a0164ccbe90c48d52a80348a27f25a0962444eda0fd
7
+ data.tar.gz: 5a9a407c9f663fd92f59be8f6d72d727be22018bfab082cd1c44789f11df4c88be6a662f30f1a4c11a3bc796537dad6a96e469acdd1299f44ba2c2f57e84ca64
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ghost_adapter (0.1.0)
4
+ ghost_adapter (0.1.1)
5
5
  activerecord (>= 5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.1.1)
11
- activesupport (= 6.1.1)
12
- activerecord (6.1.1)
13
- activemodel (= 6.1.1)
14
- activesupport (= 6.1.1)
15
- activesupport (6.1.1)
10
+ activemodel (6.1.3)
11
+ activesupport (= 6.1.3)
12
+ activerecord (6.1.3)
13
+ activemodel (= 6.1.3)
14
+ activesupport (= 6.1.3)
15
+ activesupport (6.1.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  bump (0.10.0)
23
23
  byebug (11.1.3)
24
24
  concurrent-ruby (1.1.8)
25
- i18n (1.8.8)
25
+ i18n (1.8.9)
26
26
  concurrent-ruby (~> 1.0)
27
27
  minitest (5.14.3)
28
28
  parallel (1.20.1)
data/README.md CHANGED
@@ -2,11 +2,10 @@
2
2
 
3
3
  ![ghost](./doc/images/ghost.png)
4
4
 
5
- ![gem version](https://img.shields.io/gem/v/ghost_adapter)
6
- ![travis](https://img.shields.io/travis/com/wetransfer/ghost_adapter)
7
- ![Hippocratic License](https://img.shields.io/badge/license-Hippocratic-green?link=https://github.com/WeTransfer/ghost_adapter/blob/main/LICENSE.md)
8
- ![gh-ost version](https://img.shields.io/badge/gh--ost%20version-1.1.0-blue?link=https://github.com/github/gh-ost/releases/latest)
9
- ![depfu](https://img.shields.io/depfu/wetransfer/ghost_adapter)
5
+ [![Gem](https://img.shields.io/gem/v/ghost_adapter)](https://rubygems.org/gems/ghost_adapter)
6
+ [![Build Status](https://travis-ci.com/WeTransfer/ghost_adapter.svg?branch=main)](https://travis-ci.com/WeTransfer/ghost_adapter)
7
+ [![Hippocratic License](https://img.shields.io/badge/license-Hippocratic-green)](https://github.com/WeTransfer/ghost_adapter/blob/main/LICENSE.md)
8
+ [![gh-ost version](https://img.shields.io/badge/gh--ost%20version-1.1.0-blue)](https://github.com/github/gh-ost/releases/latest)
10
9
 
11
10
  A tiny, _very configurable_ ActiveRecord adapter built for running [gh-ost](https://github.com/github/gh-ost) migrations. When not running migrations, it'll stay the heck out of the way.
12
11
 
@@ -1,3 +1,3 @@
1
1
  module GhostAdapter
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin C Roos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-09 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.1.2
168
+ rubygems_version: 3.1.4
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Run ActiveRecord migrations through gh-ost