standalone_migrations 5.2.0 → 5.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0857768f92ba94ec01b7adc33a3d03562aa2b0e
4
- data.tar.gz: b92b3c837151e3f13fa72767ecb6ab7a951002ac
3
+ metadata.gz: df2f1a3e9e082fe6ae3a6e54bc36bfc224d4a096
4
+ data.tar.gz: b0cedf075e01884d633078dbe34772c78d56eca6
5
5
  SHA512:
6
- metadata.gz: dce97ca4b488a481ba8cd0a471399448e57a240679061b1014be36bd72cdc9bd3d5c82bc57db7ba5c8facd20f3bc74443ff65d0b7c859f9eaa25179bc7c16bb4
7
- data.tar.gz: e81b9c2198fa31bd8800a519d3c7bdfa3fca1f464ba57b9ddfad84af2e9f07595d37d4476af08c58985443ca6b8d5df119f31e266781449f465a60be0b3fa060
6
+ metadata.gz: 22d4baf8cc37c6719aa8433578533395581de24fbb4081097b78dc078a2538cd1e24d18bc65f4fe6b18d700f2c3aeddffe8e31580fcd4b1f5b1078c15171cf51
7
+ data.tar.gz: b269e2749d16387a59e1fc0b6cc29254b77dd73b8b8150713faaf49b4912a45e7afd7a28f37967e2791b633a01b4f76485e9497016945e0db08fd40325924c27
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.2.0
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.0 ruby lib
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.0"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standalone_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Huss