standalone_migrations 7.1.0 → 7.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: 3ec58e76bbbbb54d329a8ad29a190f7eca110c4fa6e6f689f81a39d43181b13f
4
- data.tar.gz: 05dcd77d0e4acf20775d1064e14c2e21f722257e975a47978791d799bc492676
3
+ metadata.gz: 66f87cd3256a662758f0fd259e5f70041cb7d66bd9c291bf40ba6b48786fa437
4
+ data.tar.gz: 54ffbe0be9e3122eaa6ba568448ce62f80bff8f0005308417b47e67e45aa3d71
5
5
  SHA512:
6
- metadata.gz: efc177c076ddfcdadfa636aa30c04f6b8a28d01a274aace88825bd271c2b8f6f0ec2f240a5e935c7cfa02b503aef3982f695515488f62a3074fc26d1873ca6d4
7
- data.tar.gz: cd471c8b0a6cf6c9d2d806820391c92bfdc98f6096b2f85218b22729f1d4a4c4ff0046b5b95a065bfd8755041c1c8fa76446da8c597283d99c8f49f4f0652111
6
+ metadata.gz: cdfe6fcfdd99b9586126daa36c9772479f7872bab6755cf6daeeef0aa8cd3695154a37e9bd9d15ee49ed18317d7f02d7010206afe55e2cd88309d39ba2164f92
7
+ data.tar.gz: 87c736c8d019bb2b9d36b628f220902e4f77e20ef7cf866ae6bc6ba00e4453dcf09a5f4d520598e222266bda03d09845fdfeadf3db6fbf87d0a74b6bde960a13
data/VERSION CHANGED
@@ -1 +1 @@
1
- 7.1.0
1
+ 7.1.1
@@ -88,7 +88,7 @@ module StandaloneMigrations
88
88
  end
89
89
 
90
90
  def load_from_file(defaults)
91
- return nil unless File.exists? configuration_file
91
+ return nil unless File.exist? configuration_file
92
92
  config = YAML.load( ERB.new(IO.read(configuration_file)).result )
93
93
  {
94
94
  :config => config["config"] ? config["config"]["database"] : defaults[:config],
@@ -2,16 +2,16 @@
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 7.1.0 ruby lib
5
+ # stub: standalone_migrations 7.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "standalone_migrations".freeze
9
- s.version = "7.1.0"
9
+ s.version = "7.1.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Todd Huss".freeze, "Michael Grosser".freeze]
14
- s.date = "2022-03-16"
14
+ s.date = "2023-04-06"
15
15
  s.email = "thuss@gabrito.com".freeze
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
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: 7.1.0
4
+ version: 7.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Huss
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-03-16 00:00:00.000000000 Z
12
+ date: 2023-04-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake