capistrano-gitflow 1.3.0 → 1.3.1

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/capistrano-gitflow.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Capistrano recipe for a deployment workflow based on git tags }
9
9
  gem.description = %Q{Capistrano recipe for a deployment workflow based on git tags}
10
10
  gem.email = "josh@technicalpickles.com"
11
- gem.homepage = "http://github.com/technicalpickles/gitflow"
11
+ gem.homepage = "http://github.com/technicalpickles/capistrano-gitflow"
12
12
  gem.authors = ["Joshua Nichols"]
13
13
  gem.add_dependency "capistrano"
14
14
  gem.add_dependency "stringex"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano-gitflow}
8
- s.version = "1.3.0"
8
+ s.version = "1.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joshua Nichols"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "spec/spec.opts",
30
30
  "spec/spec_helper.rb"
31
31
  ]
32
- s.homepage = %q{http://github.com/technicalpickles/gitflow}
32
+ s.homepage = %q{http://github.com/technicalpickles/capistrano-gitflow}
33
33
  s.rdoc_options = ["--charset=UTF-8"]
34
34
  s.require_paths = ["lib"]
35
35
  s.rubygems_version = %q{1.3.6}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 0
9
- version: 1.3.0
8
+ - 1
9
+ version: 1.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joshua Nichols
@@ -77,7 +77,7 @@ files:
77
77
  - spec/spec.opts
78
78
  - spec/spec_helper.rb
79
79
  has_rdoc: true
80
- homepage: http://github.com/technicalpickles/gitflow
80
+ homepage: http://github.com/technicalpickles/capistrano-gitflow
81
81
  licenses: []
82
82
 
83
83
  post_install_message: