standalone_migrations 2.1.3 → 2.1.4
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 +8 -8
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/standalone_migrations.gemspec +3 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDU2ZDcxNmU0ZTY2MTdmOWRlNWQ4YzQ3YWU3N2I5Y2ZmN2QzMGQyOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2EyNmZlMzk4YTA0Mzc2ZDMzY2VlZGZiNjZiM2I0YWE2ZTRiNDFiOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODM0MzhkOTllMmVhNDJjOWI4ODQ5ZjEwYmIzMjViOWZhM2MzMzJiY2U4MTY1
|
|
10
|
+
M2M4N2ZhMzdlOTBkZDMxZDk1YWFkYmRkMjc5ODUzOWU5OTFhZWZkOTBkZmRl
|
|
11
|
+
ODRmNDk2MzBiMjViMzFkNjBkOTQxN2EyZTQzNzhjNWI3NWNkOTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OGQyOTI4M2IxMWE2NWYwNzhjYWUzNjFmYjVkNjg5ZGQ2NzFlMDA5NTZmOTZj
|
|
14
|
+
NDE1YzY0NmNkNGYzNzgyYWZlMjE2NWE4ODE5YWRhZTAxMDNiNGE0NjEzMjEw
|
|
15
|
+
N2E5N2QyYzY2ZGMzYzc3OThkNTVjNTM4YWMyZWQ4OWIzMWFhZWY=
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.4
|
|
@@ -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 2.1.
|
|
5
|
+
# stub: standalone_migrations 2.1.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "standalone_migrations"
|
|
9
|
-
s.version = "2.1.
|
|
9
|
+
s.version = "2.1.4"
|
|
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"]
|
|
@@ -48,6 +48,7 @@ Gem::Specification.new do |s|
|
|
|
48
48
|
"vendor/migration_helpers/lib/migration_helper.rb"
|
|
49
49
|
]
|
|
50
50
|
s.homepage = "http://github.com/thuss/standalone-migrations"
|
|
51
|
+
s.licenses = ["MIT"]
|
|
51
52
|
s.rubygems_version = "2.2.2"
|
|
52
53
|
s.summary = "A thin wrapper to use Rails Migrations in non Rails projects"
|
|
53
54
|
|
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: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Todd Huss
|
|
@@ -90,7 +90,8 @@ files:
|
|
|
90
90
|
- vendor/migration_helpers/init.rb
|
|
91
91
|
- vendor/migration_helpers/lib/migration_helper.rb
|
|
92
92
|
homepage: http://github.com/thuss/standalone-migrations
|
|
93
|
-
licenses:
|
|
93
|
+
licenses:
|
|
94
|
+
- MIT
|
|
94
95
|
metadata: {}
|
|
95
96
|
post_install_message:
|
|
96
97
|
rdoc_options: []
|