standalone_migrations 5.2.0 → 5.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/standalone_migrations.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df2f1a3e9e082fe6ae3a6e54bc36bfc224d4a096
|
4
|
+
data.tar.gz: b0cedf075e01884d633078dbe34772c78d56eca6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22d4baf8cc37c6719aa8433578533395581de24fbb4081097b78dc078a2538cd1e24d18bc65f4fe6b18d700f2c3aeddffe8e31580fcd4b1f5b1078c15171cf51
|
7
|
+
data.tar.gz: b269e2749d16387a59e1fc0b6cc29254b77dd73b8b8150713faaf49b4912a45e7afd7a28f37967e2791b633a01b4f76485e9497016945e0db08fd40325924c27
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.2.
|
1
|
+
5.2.1
|
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: standalone_migrations 5.2.
|
5
|
+
# stub: standalone_migrations 5.2.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "standalone_migrations"
|
9
|
-
s.version = "5.2.
|
9
|
+
s.version = "5.2.1"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|