capistrano-db-rollback 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = "capistrano-db-rollback"
18
- gem.homepage = "http://github.com/leenasn/capistrano-db-rollback"
18
+ gem.homepage = "http://github.com/multunus/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
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}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano-db-rollback}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leena"]
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "capistrano-db-rollback.gemspec",
27
27
  "lib/capistrano-db-rollback.rb"
28
28
  ]
29
- s.homepage = %q{http://github.com/leenasn/capistrano-db-rollback}
29
+ s.homepage = %q{http://github.com/multunus/capistrano-db-rollback}
30
30
  s.licenses = ["MIT"]
31
31
  s.require_paths = ["lib"]
32
32
  s.rubygems_version = %q{1.6.2}
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.2
4
+ version: 0.1.3
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: &75539320 !ruby/object:Gem::Requirement
17
+ requirement: &79997490 !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: *75539320
25
+ version_requirements: *79997490
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: jeweler
28
- requirement: &75539080 !ruby/object:Gem::Requirement
28
+ requirement: &79997250 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ~>
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 1.6.4
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *75539080
36
+ version_requirements: *79997250
37
37
  description: Capistrano task for rolling back DB migrations to the previous release
38
38
  version. It assumes that the schema.rb is checked in with the correct version into
39
39
  the repository. Reads the version from the schema.rb file and runs the db:migrate
@@ -54,7 +54,7 @@ files:
54
54
  - capistrano-db-rollback.gemspec
55
55
  - lib/capistrano-db-rollback.rb
56
56
  has_rdoc: true
57
- homepage: http://github.com/leenasn/capistrano-db-rollback
57
+ homepage: http://github.com/multunus/capistrano-db-rollback
58
58
  licenses:
59
59
  - MIT
60
60
  post_install_message:
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: 696525199
72
+ hash: 518204033
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  none: false
75
75
  requirements: