standalone_migrations 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/Gemfile.lock +22 -22
- data/VERSION +1 -1
- data/standalone_migrations.gemspec +8 -8
- metadata +7 -7
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionpack (3.2.
|
5
|
-
activemodel (= 3.2.
|
6
|
-
activesupport (= 3.2.
|
4
|
+
actionpack (3.2.13)
|
5
|
+
activemodel (= 3.2.13)
|
6
|
+
activesupport (= 3.2.13)
|
7
7
|
builder (~> 3.0.0)
|
8
8
|
erubis (~> 2.7.0)
|
9
9
|
journey (~> 1.0.4)
|
10
|
-
rack (~> 1.4.
|
10
|
+
rack (~> 1.4.5)
|
11
11
|
rack-cache (~> 1.2)
|
12
12
|
rack-test (~> 0.6.1)
|
13
13
|
sprockets (~> 2.2.1)
|
14
|
-
activemodel (3.2.
|
15
|
-
activesupport (= 3.2.
|
14
|
+
activemodel (3.2.13)
|
15
|
+
activesupport (= 3.2.13)
|
16
16
|
builder (~> 3.0.0)
|
17
|
-
activerecord (3.2.
|
18
|
-
activemodel (= 3.2.
|
19
|
-
activesupport (= 3.2.
|
17
|
+
activerecord (3.2.13)
|
18
|
+
activemodel (= 3.2.13)
|
19
|
+
activesupport (= 3.2.13)
|
20
20
|
arel (~> 3.0.2)
|
21
21
|
tzinfo (~> 0.3.29)
|
22
|
-
activesupport (3.2.
|
23
|
-
i18n (
|
22
|
+
activesupport (3.2.13)
|
23
|
+
i18n (= 0.6.1)
|
24
24
|
multi_json (~> 1.0)
|
25
25
|
arel (3.0.2)
|
26
26
|
builder (3.0.4)
|
@@ -34,24 +34,24 @@ GEM
|
|
34
34
|
git (>= 1.2.5)
|
35
35
|
rake
|
36
36
|
journey (1.0.4)
|
37
|
-
json (1.7.
|
38
|
-
multi_json (1.
|
39
|
-
rack (1.4.
|
37
|
+
json (1.7.7)
|
38
|
+
multi_json (1.7.1)
|
39
|
+
rack (1.4.5)
|
40
40
|
rack-cache (1.2)
|
41
41
|
rack (>= 0.4)
|
42
42
|
rack-ssl (1.3.3)
|
43
43
|
rack
|
44
44
|
rack-test (0.6.2)
|
45
45
|
rack (>= 1.0)
|
46
|
-
railties (3.2.
|
47
|
-
actionpack (= 3.2.
|
48
|
-
activesupport (= 3.2.
|
46
|
+
railties (3.2.13)
|
47
|
+
actionpack (= 3.2.13)
|
48
|
+
activesupport (= 3.2.13)
|
49
49
|
rack-ssl (~> 1.3.2)
|
50
50
|
rake (>= 0.8.7)
|
51
51
|
rdoc (~> 3.4)
|
52
52
|
thor (>= 0.14.6, < 2.0)
|
53
53
|
rake (0.9.2.2)
|
54
|
-
rdoc (3.12)
|
54
|
+
rdoc (3.12.2)
|
55
55
|
json (~> 1.4)
|
56
56
|
rspec (2.7.0)
|
57
57
|
rspec-core (~> 2.7.0)
|
@@ -68,16 +68,16 @@ GEM
|
|
68
68
|
tilt (~> 1.1, != 1.3.0)
|
69
69
|
sqlite3 (1.3.6)
|
70
70
|
thor (0.17.0)
|
71
|
-
tilt (1.3.
|
72
|
-
tzinfo (0.3.
|
71
|
+
tilt (1.3.6)
|
72
|
+
tzinfo (0.3.37)
|
73
73
|
|
74
74
|
PLATFORMS
|
75
75
|
ruby
|
76
76
|
|
77
77
|
DEPENDENCIES
|
78
|
-
activerecord (~> 3.2.
|
78
|
+
activerecord (~> 3.2.13)
|
79
79
|
jeweler
|
80
|
-
railties (~> 3.2.
|
80
|
+
railties (~> 3.2.13)
|
81
81
|
rake
|
82
82
|
rspec (~> 2)
|
83
83
|
sqlite3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.6
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "standalone_migrations"
|
8
|
-
s.version = "2.0.
|
8
|
+
s.version = "2.0.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Todd Huss", "Michael Grosser"]
|
12
|
-
s.date = "2013-
|
12
|
+
s.date = "2013-03-19"
|
13
13
|
s.email = "thuss@gabrito.com"
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.markdown"
|
@@ -54,17 +54,17 @@ Gem::Specification.new do |s|
|
|
54
54
|
|
55
55
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
56
56
|
s.add_runtime_dependency(%q<rake>, [">= 0"])
|
57
|
-
s.add_runtime_dependency(%q<activerecord>, ["~> 3.2.
|
58
|
-
s.add_runtime_dependency(%q<railties>, ["~> 3.2.
|
57
|
+
s.add_runtime_dependency(%q<activerecord>, ["~> 3.2.13"])
|
58
|
+
s.add_runtime_dependency(%q<railties>, ["~> 3.2.13"])
|
59
59
|
else
|
60
60
|
s.add_dependency(%q<rake>, [">= 0"])
|
61
|
-
s.add_dependency(%q<activerecord>, ["~> 3.2.
|
62
|
-
s.add_dependency(%q<railties>, ["~> 3.2.
|
61
|
+
s.add_dependency(%q<activerecord>, ["~> 3.2.13"])
|
62
|
+
s.add_dependency(%q<railties>, ["~> 3.2.13"])
|
63
63
|
end
|
64
64
|
else
|
65
65
|
s.add_dependency(%q<rake>, [">= 0"])
|
66
|
-
s.add_dependency(%q<activerecord>, ["~> 3.2.
|
67
|
-
s.add_dependency(%q<railties>, ["~> 3.2.
|
66
|
+
s.add_dependency(%q<activerecord>, ["~> 3.2.13"])
|
67
|
+
s.add_dependency(%q<railties>, ["~> 3.2.13"])
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
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.0.
|
4
|
+
version: 2.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-03-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -35,7 +35,7 @@ dependencies:
|
|
35
35
|
requirements:
|
36
36
|
- - ~>
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version: 3.2.
|
38
|
+
version: 3.2.13
|
39
39
|
type: :runtime
|
40
40
|
prerelease: false
|
41
41
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - ~>
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.2.
|
46
|
+
version: 3.2.13
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: railties
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -51,7 +51,7 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.2.
|
54
|
+
version: 3.2.13
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
requirements:
|
60
60
|
- - ~>
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 3.2.
|
62
|
+
version: 3.2.13
|
63
63
|
description:
|
64
64
|
email: thuss@gabrito.com
|
65
65
|
executables: []
|
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
segments:
|
111
111
|
- 0
|
112
|
-
hash:
|
112
|
+
hash: 2619405077468611021
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
114
114
|
none: false
|
115
115
|
requirements:
|