standalone_migrations 4.0.3 → 4.0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 203b31b3512e14a78f4d4363fe77d68a131d6883
4
- data.tar.gz: 6307bfd2196d5eec707ca4cdb080207365c9ade0
3
+ metadata.gz: b534d9945d6fcdb1f23962f722a928498c9972a7
4
+ data.tar.gz: cc85231eb00daaf6cbe2f5429110e8ab8ba3dbb0
5
5
  SHA512:
6
- metadata.gz: a38e03e99a366551f0d8492a41a6789a0ca5f3863908248a0b5c0aad099c27a8279ee2e59243acaa59c7298f2baf0ab0d8496406ebadc420cc01db921c890875
7
- data.tar.gz: d4f4447975d12be0d65e148eb67261f0ce4d7148140d6eec69aced2eea79557a7f4ef271ec4e0a3362804e85d80b8ae72753fcb8fc466f1348a5f80adca4fc7b
6
+ metadata.gz: b78b446ff03a70bb8cbdc8b0b8359c89844a599e1f45fc6578c93761d1102111a44f450072a4bd4d365631a441599fe4a4e7f832df7a8ff73c752588e5a12739
7
+ data.tar.gz: 93431df82ebf90193ecfd3ffc7376d7bdd409cca1933336bbd7065ae06b525589af62d2cbff85b9c4a06a7ff1259f2e8469f1b8d48777d1452ac82befc4112c3
data/Gemfile CHANGED
@@ -1,12 +1,11 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem 'rake', '~> 10.0'
4
- gem 'activerecord', ENV['AR'] || '~> 4.2.5.1'
5
- gem 'railties', ENV['AR'] || '~> 4.2.5.1'
4
+ gem 'activerecord', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
5
+ gem 'railties', ENV['AR'] || ["~> 4.2.5", ">= 4.2.5.1"]
6
6
 
7
7
  group :dev do
8
8
  gem 'sqlite3'
9
9
  gem 'rspec', '~>2'
10
10
  gem 'jeweler'
11
11
  end
12
-
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionpack (4.2.5.1)
5
- actionview (= 4.2.5.1)
6
- activesupport (= 4.2.5.1)
4
+ actionpack (4.2.7)
5
+ actionview (= 4.2.7)
6
+ activesupport (= 4.2.7)
7
7
  rack (~> 1.6)
8
8
  rack-test (~> 0.6.2)
9
9
  rails-dom-testing (~> 1.0, >= 1.0.5)
10
10
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
11
- actionview (4.2.5.1)
12
- activesupport (= 4.2.5.1)
11
+ actionview (4.2.7)
12
+ activesupport (= 4.2.7)
13
13
  builder (~> 3.1)
14
14
  erubis (~> 2.7.0)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
17
- activemodel (4.2.5.1)
18
- activesupport (= 4.2.5.1)
17
+ activemodel (4.2.7)
18
+ activesupport (= 4.2.7)
19
19
  builder (~> 3.1)
20
- activerecord (4.2.5.1)
21
- activemodel (= 4.2.5.1)
22
- activesupport (= 4.2.5.1)
20
+ activerecord (4.2.7)
21
+ activemodel (= 4.2.7)
22
+ activesupport (= 4.2.7)
23
23
  arel (~> 6.0)
24
- activesupport (4.2.5.1)
24
+ activesupport (4.2.7)
25
25
  i18n (~> 0.7)
26
26
  json (~> 1.7, >= 1.7.7)
27
27
  minitest (~> 5.1)
@@ -61,20 +61,22 @@ GEM
61
61
  jwt (1.4.1)
62
62
  loofah (2.0.3)
63
63
  nokogiri (>= 1.5.9)
64
- mini_portile (0.6.2)
65
- minitest (5.8.4)
64
+ mini_portile2 (2.1.0)
65
+ minitest (5.9.0)
66
66
  multi_json (1.11.0)
67
67
  multi_xml (0.5.5)
68
68
  multipart-post (2.0.0)
69
- nokogiri (1.6.6.2)
70
- mini_portile (~> 0.6.0)
69
+ nokogiri (1.6.8)
70
+ mini_portile2 (~> 2.1.0)
71
+ pkg-config (~> 1.1.7)
71
72
  oauth2 (1.0.0)
72
73
  faraday (>= 0.8, < 0.10)
73
74
  jwt (~> 1.0)
74
75
  multi_json (~> 1.3)
75
76
  multi_xml (~> 0.5)
76
77
  rack (~> 1.2)
77
- rack (1.6.0)
78
+ pkg-config (1.1.7)
79
+ rack (1.6.4)
78
80
  rack-test (0.6.3)
79
81
  rack (>= 1.0)
80
82
  rails-deprecated_sanitizer (1.0.3)
@@ -85,12 +87,12 @@ GEM
85
87
  rails-deprecated_sanitizer (>= 1.0.1)
86
88
  rails-html-sanitizer (1.0.3)
87
89
  loofah (~> 2.0)
88
- railties (4.2.5.1)
89
- actionpack (= 4.2.5.1)
90
- activesupport (= 4.2.5.1)
90
+ railties (4.2.7)
91
+ actionpack (= 4.2.7)
92
+ activesupport (= 4.2.7)
91
93
  rake (>= 0.8.7)
92
94
  thor (>= 0.18.1, < 2.0)
93
- rake (10.4.2)
95
+ rake (10.5.0)
94
96
  rdoc (4.2.0)
95
97
  rspec (2.99.0)
96
98
  rspec-core (~> 2.99.0)
@@ -110,9 +112,9 @@ PLATFORMS
110
112
  ruby
111
113
 
112
114
  DEPENDENCIES
113
- activerecord (~> 4.2.5.1)
115
+ activerecord (~> 4.2.5, >= 4.2.5.1)
114
116
  jeweler
115
- railties (~> 4.2.5.1)
117
+ railties (~> 4.2.5, >= 4.2.5.1)
116
118
  rake (~> 10.0)
117
119
  rspec (~> 2)
118
120
  sqlite3
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008-2011 Todd Huss
1
+ Copyright (c) 2008-2016 Todd Huss
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.markdown CHANGED
@@ -72,7 +72,6 @@ end
72
72
 
73
73
  ### To migrate a specific database (for example your "testing" database)
74
74
 
75
- rake db:migrate DB=test ... or ...
76
75
  rake db:migrate RAILS_ENV=test
77
76
 
78
77
  ### To execute a specific up/down of one single migration
@@ -163,11 +162,11 @@ Of course you can achieve a different layout by simply editing the paths.
163
162
 
164
163
  You can run the Rake tasks on a particular database by passing the `DATABASE` environment variable to it:
165
164
 
166
- $ rake DATABASE=db1 db:version
165
+ $ rake db:version DATABASE=db1
167
166
 
168
167
  Combined with the environment selector:
169
168
 
170
- $ rake DATABASE=db2 DB=production db:migrate
169
+ $ rake db:migrate DATABASE=db2 RAILS_ENV=production
171
170
 
172
171
  #### Changing environment config in runtime
173
172
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.3
1
+ 4.0.4
@@ -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.3 ruby lib
5
+ # stub: standalone_migrations 4.0.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "standalone_migrations"
9
- s.version = "4.0.3"
9
+ s.version = "4.0.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"]
13
13
  s.authors = ["Todd Huss", "Michael Grosser"]
14
- s.date = "2016-02-05"
14
+ s.date = "2016-07-17"
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"])
64
- s.add_runtime_dependency(%q<railties>, ["~> 4.2.5.1"])
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"])
65
65
  else
66
66
  s.add_dependency(%q<rake>, ["~> 10.0"])
67
- s.add_dependency(%q<activerecord>, ["~> 4.2.5.1"])
68
- s.add_dependency(%q<railties>, ["~> 4.2.5.1"])
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"])
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"])
73
- s.add_dependency(%q<railties>, ["~> 4.2.5.1"])
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"])
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.3
4
+ version: 4.0.4
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-02-05 00:00:00.000000000 Z
12
+ date: 2016-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -29,30 +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
34
  version: 4.2.5.1
35
+ - - "~>"
36
+ - !ruby/object:Gem::Version
37
+ version: 4.2.5
35
38
  type: :runtime
36
39
  prerelease: false
37
40
  version_requirements: !ruby/object:Gem::Requirement
38
41
  requirements:
39
- - - "~>"
42
+ - - ">="
40
43
  - !ruby/object:Gem::Version
41
44
  version: 4.2.5.1
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 4.2.5
42
48
  - !ruby/object:Gem::Dependency
43
49
  name: railties
44
50
  requirement: !ruby/object:Gem::Requirement
45
51
  requirements:
46
- - - "~>"
52
+ - - ">="
47
53
  - !ruby/object:Gem::Version
48
54
  version: 4.2.5.1
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: 4.2.5
49
58
  type: :runtime
50
59
  prerelease: false
51
60
  version_requirements: !ruby/object:Gem::Requirement
52
61
  requirements:
53
- - - "~>"
62
+ - - ">="
54
63
  - !ruby/object:Gem::Version
55
64
  version: 4.2.5.1
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: 4.2.5
56
68
  description:
57
69
  email: thuss@gabrito.com
58
70
  executables: []