capistrano-db-rollback 0.1.1 → 0.1.2
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/capistrano-db-rollback.gemspec +2 -2
- metadata +9 -8
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/leenasn/capistrano-db-rollback"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Capistrano task for rolling back DB migrations to the previous release version}
|
|
21
|
-
gem.description = %Q{It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task}
|
|
21
|
+
gem.description = %Q{Capistrano task for rolling back DB migrations to the previous release version. It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task}
|
|
22
22
|
gem.email = "leena.sn@multunus.com"
|
|
23
23
|
gem.authors = ["Leena"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{capistrano-db-rollback}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Leena"]
|
|
12
12
|
s.date = %q{2011-08-01}
|
|
13
|
-
s.description = %q{It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task}
|
|
13
|
+
s.description = %q{Capistrano task for rolling back DB migrations to the previous release version. It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task}
|
|
14
14
|
s.email = %q{leena.sn@multunus.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-db-rollback
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ default_executable:
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &75539320 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: 1.0.0
|
|
23
23
|
type: :development
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *75539320
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: jeweler
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &75539080 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
@@ -33,9 +33,10 @@ dependencies:
|
|
|
33
33
|
version: 1.6.4
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
37
|
-
description:
|
|
38
|
-
|
|
36
|
+
version_requirements: *75539080
|
|
37
|
+
description: Capistrano task for rolling back DB migrations to the previous release
|
|
38
|
+
version. It assumes that the schema.rb is checked in with the correct version into
|
|
39
|
+
the repository. Reads the version from the schema.rb file and runs the db:migrate
|
|
39
40
|
with that task
|
|
40
41
|
email: leena.sn@multunus.com
|
|
41
42
|
executables: []
|
|
@@ -68,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
68
69
|
version: '0'
|
|
69
70
|
segments:
|
|
70
71
|
- 0
|
|
71
|
-
hash:
|
|
72
|
+
hash: 696525199
|
|
72
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
74
|
none: false
|
|
74
75
|
requirements:
|