multi_ar_migrations 5.1.0 → 5.1.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata +5 -7
- metadata.gz.sig +0 -0
- data/bin/multi_ar +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07d74a1700fa9671c6ba781d90625d0ee5d6094a23d59695b924cebd7f3df667
|
|
4
|
+
data.tar.gz: 0a27fc69e8f3da5831d89b34203a8a4dc2d4981a6232b7c3a52be77df1d4efdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed8ce00f403103b4f641ed839b570e1ce87f9ee2bcf6cd11981d319c3b3f6d717947a9c1c5feaa2c89e2010f28c99cedcb40851acfa6f7944a7d83848ec252ba
|
|
7
|
+
data.tar.gz: 00cc5ba51bd9d863c7ed50416ee0600975de0f541d311b62a755f6e5eeb430e379e72819597901a5468b70ff5e27e2a38df657a5a6ed2fd6e09e9d25f1a1053e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multi_ar_migrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samu Voutilainen
|
|
@@ -37,14 +37,14 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 5.1.
|
|
40
|
+
version: 5.1.1
|
|
41
41
|
type: :runtime
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 5.1.
|
|
47
|
+
version: 5.1.1
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: rails
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,12 +138,10 @@ dependencies:
|
|
|
138
138
|
description: Migration support and some other relevant utilities implemented using
|
|
139
139
|
ActiveRecord.
|
|
140
140
|
email: smar@smar.fi
|
|
141
|
-
executables:
|
|
142
|
-
- multi_ar
|
|
141
|
+
executables: []
|
|
143
142
|
extensions: []
|
|
144
143
|
extra_rdoc_files: []
|
|
145
|
-
files:
|
|
146
|
-
- bin/multi_ar
|
|
144
|
+
files: []
|
|
147
145
|
homepage: http://smarre.github.io/multi_ar/
|
|
148
146
|
licenses:
|
|
149
147
|
- MIT
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/bin/multi_ar
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require_relative "../lib/multi_ar/interface"
|
|
4
|
-
|
|
5
|
-
require_relative "../lib/multi_ar/version"
|
|
6
|
-
|
|
7
|
-
interface = MultiAR::Interface.new
|
|
8
|
-
interface.version = "multi_ar-#{MultiAR::VERSION}"
|
|
9
|
-
interface.description = "Multi database migration tools utilizing ActiveRecord"
|
|
10
|
-
interface.migration_framework = true
|
|
11
|
-
opts = interface.cli do |parser|
|
|
12
|
-
# Nya.
|
|
13
|
-
end
|