standalone_migrations 4.0.5 → 5.0.0

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: 6d3258d9b559502848532e889935b9718f7f1c5f
4
- data.tar.gz: f266df133af123b561fdec6fda819d9ec75029ac
3
+ metadata.gz: b640177349b47a8904146d2f384d09a7331b4d2b
4
+ data.tar.gz: f323ddaf24bba9f31fe7f1be9bfb146f09c327c3
5
5
  SHA512:
6
- metadata.gz: 2770df6a06b86997bb9ad3a540d769cdf33463ce59be857a20ea12163791452b64efca27185fb9adf1df7d33c1c3c042796f1f5a6a8701be24fef06bf44c35df
7
- data.tar.gz: 139c1b29f128c627c54b2f82f1721bc3a8d1fd1c150f018951a433845362403021dc241fb47f5bb3ee3eec0c1b67cf4dc75ab3efef5f90f0854840e12e954ac2
6
+ metadata.gz: 182fa86bf13c7ba8acd43941953793225dd7922d92a173bb7fa17dc4c9aaf8b2af00f2292ef600e80831bf500b4b7db1eaae1ccbac83a6f19bc53622c294b6fc
7
+ data.tar.gz: a630e75e91e70282f237ff5198390f15a7bcb27e6fe5ac914f3d17b1cd1c0482670a29015e0afea9f168230cbe18b904c6512d1b4ccf9266d9aace1e18ccbca7
data/.travis.yml CHANGED
@@ -1,5 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
- - 2.2.0
3
+ - 2.2.2
5
4
  script: bundle exec rake specs:travis
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem 'rake', '~> 10.0'
4
- gem 'activerecord', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
5
- gem 'railties', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
4
+ gem 'activerecord', ENV['AR'] || [">= 4.2.7", "< 5.1.0"]
5
+ gem 'railties', ENV['AR'] || [">= 4.2.7", "< 5.1.0"]
6
6
 
7
7
  group :dev do
8
8
  gem 'sqlite3'
data/Gemfile.lock CHANGED
@@ -1,54 +1,51 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionpack (4.2.7)
5
- actionview (= 4.2.7)
6
- activesupport (= 4.2.7)
7
- rack (~> 1.6)
8
- rack-test (~> 0.6.2)
9
- rails-dom-testing (~> 1.0, >= 1.0.5)
4
+ actionpack (5.0.0)
5
+ actionview (= 5.0.0)
6
+ activesupport (= 5.0.0)
7
+ rack (~> 2.0)
8
+ rack-test (~> 0.6.3)
9
+ rails-dom-testing (~> 2.0)
10
10
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
11
- actionview (4.2.7)
12
- activesupport (= 4.2.7)
11
+ actionview (5.0.0)
12
+ activesupport (= 5.0.0)
13
13
  builder (~> 3.1)
14
14
  erubis (~> 2.7.0)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
15
+ rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
17
- activemodel (4.2.7)
18
- activesupport (= 4.2.7)
19
- builder (~> 3.1)
20
- activerecord (4.2.7)
21
- activemodel (= 4.2.7)
22
- activesupport (= 4.2.7)
23
- arel (~> 6.0)
24
- activesupport (4.2.7)
17
+ activemodel (5.0.0)
18
+ activesupport (= 5.0.0)
19
+ activerecord (5.0.0)
20
+ activemodel (= 5.0.0)
21
+ activesupport (= 5.0.0)
22
+ arel (~> 7.0)
23
+ activesupport (5.0.0)
24
+ concurrent-ruby (~> 1.0, >= 1.0.2)
25
25
  i18n (~> 0.7)
26
- json (~> 1.7, >= 1.7.7)
27
26
  minitest (~> 5.1)
28
- thread_safe (~> 0.3, >= 0.3.4)
29
27
  tzinfo (~> 1.1)
30
- addressable (2.3.7)
31
- arel (6.0.3)
28
+ addressable (2.4.0)
29
+ arel (7.1.1)
32
30
  builder (3.2.2)
31
+ concurrent-ruby (1.0.2)
33
32
  descendants_tracker (0.0.4)
34
33
  thread_safe (~> 0.3, >= 0.3.1)
35
34
  diff-lcs (1.2.5)
36
35
  erubis (2.7.0)
37
- faraday (0.9.1)
36
+ faraday (0.9.2)
38
37
  multipart-post (>= 1.2, < 3)
39
- git (1.2.9.1)
40
- github_api (0.12.3)
41
- addressable (~> 2.3)
38
+ git (1.3.0)
39
+ github_api (0.14.5)
40
+ addressable (~> 2.4.0)
42
41
  descendants_tracker (~> 0.0.4)
43
42
  faraday (~> 0.8, < 0.10)
44
- hashie (>= 3.3)
45
- multi_json (>= 1.7.5, < 2.0)
46
- nokogiri (~> 1.6.3)
47
- oauth2
48
- hashie (3.4.0)
49
- highline (1.7.1)
43
+ hashie (>= 3.4)
44
+ oauth2 (~> 1.0)
45
+ hashie (3.4.4)
46
+ highline (1.7.8)
50
47
  i18n (0.7.0)
51
- jeweler (2.0.1)
48
+ jeweler (2.1.1)
52
49
  builder
53
50
  bundler (>= 1.0)
54
51
  git (>= 1.2.5)
@@ -57,43 +54,44 @@ GEM
57
54
  nokogiri (>= 1.5.10)
58
55
  rake
59
56
  rdoc
57
+ semver
60
58
  json (1.8.3)
61
- jwt (1.4.1)
59
+ jwt (1.5.4)
62
60
  loofah (2.0.3)
63
61
  nokogiri (>= 1.5.9)
62
+ method_source (0.8.2)
64
63
  mini_portile2 (2.1.0)
65
64
  minitest (5.9.0)
66
- multi_json (1.11.0)
65
+ multi_json (1.12.1)
67
66
  multi_xml (0.5.5)
68
67
  multipart-post (2.0.0)
69
68
  nokogiri (1.6.8)
70
69
  mini_portile2 (~> 2.1.0)
71
70
  pkg-config (~> 1.1.7)
72
- oauth2 (1.0.0)
71
+ oauth2 (1.2.0)
73
72
  faraday (>= 0.8, < 0.10)
74
73
  jwt (~> 1.0)
75
74
  multi_json (~> 1.3)
76
75
  multi_xml (~> 0.5)
77
- rack (~> 1.2)
76
+ rack (>= 1.2, < 3)
78
77
  pkg-config (1.1.7)
79
- rack (1.6.4)
78
+ rack (2.0.1)
80
79
  rack-test (0.6.3)
81
80
  rack (>= 1.0)
82
- rails-deprecated_sanitizer (1.0.3)
83
- activesupport (>= 4.2.0.alpha)
84
- rails-dom-testing (1.0.7)
85
- activesupport (>= 4.2.0.beta, < 5.0)
81
+ rails-dom-testing (2.0.1)
82
+ activesupport (>= 4.2.0, < 6.0)
86
83
  nokogiri (~> 1.6.0)
87
- rails-deprecated_sanitizer (>= 1.0.1)
88
84
  rails-html-sanitizer (1.0.3)
89
85
  loofah (~> 2.0)
90
- railties (4.2.7)
91
- actionpack (= 4.2.7)
92
- activesupport (= 4.2.7)
86
+ railties (5.0.0)
87
+ actionpack (= 5.0.0)
88
+ activesupport (= 5.0.0)
89
+ method_source
93
90
  rake (>= 0.8.7)
94
91
  thor (>= 0.18.1, < 2.0)
95
92
  rake (10.5.0)
96
- rdoc (4.2.0)
93
+ rdoc (4.2.2)
94
+ json (~> 1.4)
97
95
  rspec (2.99.0)
98
96
  rspec-core (~> 2.99.0)
99
97
  rspec-expectations (~> 2.99.0)
@@ -101,8 +99,9 @@ GEM
101
99
  rspec-core (2.99.2)
102
100
  rspec-expectations (2.99.2)
103
101
  diff-lcs (>= 1.1.3, < 2.0)
104
- rspec-mocks (2.99.3)
105
- sqlite3 (1.3.10)
102
+ rspec-mocks (2.99.4)
103
+ semver (1.0.1)
104
+ sqlite3 (1.3.11)
106
105
  thor (0.19.1)
107
106
  thread_safe (0.3.5)
108
107
  tzinfo (1.2.2)
@@ -112,12 +111,12 @@ PLATFORMS
112
111
  ruby
113
112
 
114
113
  DEPENDENCIES
115
- activerecord (~> 4.2.5, >= 4.2.5.1)
114
+ activerecord (>= 4.2.7, < 5.1.0)
116
115
  jeweler
117
- railties (~> 4.2.5, >= 4.2.5.1)
116
+ railties (>= 4.2.7, < 5.1.0)
118
117
  rake (~> 10.0)
119
118
  rspec (~> 2)
120
119
  sqlite3
121
120
 
122
121
  BUNDLED WITH
123
- 1.11.2
122
+ 1.12.5
data/README.markdown CHANGED
@@ -1,8 +1,10 @@
1
1
  Rails migrations in non-Rails (and non Ruby) projects.
2
2
 
3
+ [![Build Status](https://travis-ci.org/thuss/standalone-migrations.svg?branch=master)](https://travis-ci.org/thuss/standalone-migrations)
4
+
3
5
  WHAT'S NEW
4
6
  ==========
5
- In the 4.x release we have moved to using Rails 4 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 4 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too!
7
+ In the 5.x release we have moved to using Rails 5 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 5 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too!
6
8
 
7
9
  CONTRIBUTE
8
10
  ==========
@@ -104,7 +106,7 @@ config:
104
106
  ```
105
107
 
106
108
  These are the configurable options available. You can omit any of
107
- the keys and Standalone Migrations will assume the default values.
109
+ the keys and Standalone Migrations will assume the default values.
108
110
 
109
111
  ### on_loaded callbacks
110
112
 
@@ -259,4 +261,4 @@ Contributors
259
261
  - [Parker Moore](http://www.parkermoore.de/)
260
262
  - [Marcell Jusztin](http://www.morcmarc.com)
261
263
  - [Eric Hayes](http://ejhay.es)
262
- - [Yi Wen](https://github.com/ywen)
264
+ - [Yi Wen](https://github.com/ywen)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.5
1
+ 5.0.0
@@ -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 4.0.5 ruby lib
5
+ # stub: standalone_migrations 5.0.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "standalone_migrations"
9
- s.version = "4.0.5"
9
+ s.version = "5.0.0"
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"]
13
13
  s.authors = ["Todd Huss", "Michael Grosser"]
14
- s.date = "2016-08-05"
14
+ s.date = "2016-08-09"
15
15
  s.email = "thuss@gabrito.com"
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
@@ -60,17 +60,17 @@ Gem::Specification.new do |s|
60
60
 
61
61
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
62
62
  s.add_runtime_dependency(%q<rake>, ["~> 10.0"])
63
- s.add_runtime_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
64
- s.add_runtime_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
63
+ s.add_runtime_dependency(%q<activerecord>, ["< 5.1.0", ">= 4.2.7"])
64
+ s.add_runtime_dependency(%q<railties>, ["< 5.1.0", ">= 4.2.7"])
65
65
  else
66
66
  s.add_dependency(%q<rake>, ["~> 10.0"])
67
- s.add_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
68
- s.add_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
67
+ s.add_dependency(%q<activerecord>, ["< 5.1.0", ">= 4.2.7"])
68
+ s.add_dependency(%q<railties>, ["< 5.1.0", ">= 4.2.7"])
69
69
  end
70
70
  else
71
71
  s.add_dependency(%q<rake>, ["~> 10.0"])
72
- s.add_dependency(%q<activerecord>, [">= 4.2.5.1", "~> 4.2.5"])
73
- s.add_dependency(%q<railties>, [">= 4.2.5.1", "~> 4.2.5"])
72
+ s.add_dependency(%q<activerecord>, ["< 5.1.0", ">= 4.2.7"])
73
+ s.add_dependency(%q<railties>, ["< 5.1.0", ">= 4.2.7"])
74
74
  end
75
75
  end
76
76
 
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: 4.0.5
4
+ version: 5.0.0
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: 2016-08-05 00:00:00.000000000 Z
12
+ date: 2016-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -29,42 +29,42 @@ dependencies:
29
29
  name: activerecord
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ">="
32
+ - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: 4.2.5.1
35
- - - "~>"
34
+ version: 5.1.0
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
- version: 4.2.5
37
+ version: 4.2.7
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - ">="
42
+ - - "<"
43
43
  - !ruby/object:Gem::Version
44
- version: 4.2.5.1
45
- - - "~>"
44
+ version: 5.1.0
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 4.2.5
47
+ version: 4.2.7
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: railties
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "<"
53
53
  - !ruby/object:Gem::Version
54
- version: 4.2.5.1
55
- - - "~>"
54
+ version: 5.1.0
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 4.2.5
57
+ version: 4.2.7
58
58
  type: :runtime
59
59
  prerelease: false
60
60
  version_requirements: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ">="
62
+ - - "<"
63
63
  - !ruby/object:Gem::Version
64
- version: 4.2.5.1
65
- - - "~>"
64
+ version: 5.1.0
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 4.2.5
67
+ version: 4.2.7
68
68
  description:
69
69
  email: thuss@gabrito.com
70
70
  executables: []