standalone_migrations_new 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 +4 -4
- data/VERSION +1 -1
- data/standalone_migrations_new.gemspec +2 -4
- metadata +1 -3
- data/standalone_migrations-7.1.1.gem +0 -0
- data/standalone_migrations_new-7.1.1.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6766c36a4219118e73e5dff302acf06a7d2422e5d641f3b17edc2f81a10941b2
|
4
|
+
data.tar.gz: f012a9de7c926daf472a52458fa304f72fee096155296a4935b8e4a6848c664c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad4d28d27c20d849a8c0203cc67d40e81b4e2a222a01ec8efc569675126cc446025fc528cf6ac4b8addf273ceb9798e259263305a981c5d6fd16778cc7263d9e
|
7
|
+
data.tar.gz: 353fc905db17984a2f3456e00ebe3c2412f4ac5445281d9c2f6b23cc21e429909b1b65456223418611e1153b9fcb825547341e22e4a3c98c5b3161331b2eded9
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.1.
|
1
|
+
7.1.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_new 7.1.
|
5
|
+
# stub: standalone_migrations_new 7.1.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "standalone_migrations_new".freeze
|
9
|
-
s.version = "7.1.
|
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]
|
@@ -43,8 +43,6 @@ Gem::Specification.new do |s|
|
|
43
43
|
"spec/standalone_migrations_new/callbacks_spec.rb",
|
44
44
|
"spec/standalone_migrations_new/configurator_spec.rb",
|
45
45
|
"spec/standalone_migrations_new_spec.rb",
|
46
|
-
"standalone_migrations-7.1.1.gem",
|
47
|
-
"standalone_migrations_new-7.1.1.gem",
|
48
46
|
"standalone_migrations_new.gemspec",
|
49
47
|
"vendor/migration_helpers/MIT-LICENSE",
|
50
48
|
"vendor/migration_helpers/README.markdown",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standalone_migrations_new
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.1.
|
4
|
+
version: 7.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serhii Hiba
|
@@ -103,8 +103,6 @@ files:
|
|
103
103
|
- spec/standalone_migrations_new/callbacks_spec.rb
|
104
104
|
- spec/standalone_migrations_new/configurator_spec.rb
|
105
105
|
- spec/standalone_migrations_new_spec.rb
|
106
|
-
- standalone_migrations-7.1.1.gem
|
107
|
-
- standalone_migrations_new-7.1.1.gem
|
108
106
|
- standalone_migrations_new.gemspec
|
109
107
|
- vendor/migration_helpers/MIT-LICENSE
|
110
108
|
- vendor/migration_helpers/README.markdown
|
Binary file
|
Binary file
|