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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjZjOTliYzZhYTYwOTkxMDBmODhlY2NiM2EzNjFmY2NmZWEwMjE1NQ==
4
+ ZDU2ZDcxNmU0ZTY2MTdmOWRlNWQ4YzQ3YWU3N2I5Y2ZmN2QzMGQyOQ==
5
5
  data.tar.gz: !binary |-
6
- NTRkMDJhZGMyYWFmZmY1Nzc0OTE3MjBkNTIzYzQ1ZjUxZjg3NmZkOA==
6
+ M2EyNmZlMzk4YTA0Mzc2ZDMzY2VlZGZiNjZiM2I0YWE2ZTRiNDFiOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Y2I5YzJkY2M5MTEwOTc2ZDRhZGIwMTJhNDA0ZDBhNWE2OGU0YTEzMGZlNzMx
10
- Zjc4MDAxZGFkYzRkOWM1ZTYyZTJjNTNiMGJjNmM0OTYxNTQxZGQzMTlhZDdi
11
- ZjBjMTVmYzQ0ZjFiNzk5YWRlMWE3YmI0ZmU1MzBhYjdkODM4MWM=
9
+ ODM0MzhkOTllMmVhNDJjOWI4ODQ5ZjEwYmIzMjViOWZhM2MzMzJiY2U4MTY1
10
+ M2M4N2ZhMzdlOTBkZDMxZDk1YWFkYmRkMjc5ODUzOWU5OTFhZWZkOTBkZmRl
11
+ ODRmNDk2MzBiMjViMzFkNjBkOTQxN2EyZTQzNzhjNWI3NWNkOTA=
12
12
  data.tar.gz: !binary |-
13
- NDZjYzBkMGY3MWExNGU5YmNmZDg1YmZhZTBlZjc1OTJjNjk1ZGQ4MDdmNDQy
14
- YzljYTA5ODA2NzI1ODBlNTg0NmQxYjUyYzU2MjM2ZjYzOTM1NjYxYjUwNzE0
15
- ZDI5MzcwOTA0NWZlM2MwYTkzZWEzMjcwYmNjMTllY2Y2MWE4YjE=
13
+ OGQyOTI4M2IxMWE2NWYwNzhjYWUzNjFmYjVkNjg5ZGQ2NzFlMDA5NTZmOTZj
14
+ NDE1YzY0NmNkNGYzNzgyYWZlMjE2NWE4ODE5YWRhZTAxMDNiNGE0NjEzMjEw
15
+ N2E5N2QyYzY2ZGMzYzc3OThkNTVjNTM4YWMyZWQ4OWIzMWFhZWY=
data/Rakefile CHANGED
@@ -39,6 +39,7 @@ else
39
39
  gem.email = "thuss@gabrito.com"
40
40
  gem.homepage = "http://github.com/thuss/standalone-migrations"
41
41
  gem.authors = ["Todd Huss", "Michael Grosser"]
42
+ gem.license = "MIT"
42
43
  end
43
44
 
44
45
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.3
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.3 ruby lib
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.3"
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.3
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: []