capistrano-seed 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["bob.breznak@gmail.com"]
11
11
  spec.description = %q{Capistrano tasks that runs rake db:seed.}
12
12
  spec.summary = %q{Capistrano tasks that runs rake db:seed.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/bobbrez/capistrano-seed"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module CapistranoSeed
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-seed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,7 +76,7 @@ files:
76
76
  - lib/capistrano-seed.rb
77
77
  - lib/capistrano-seed/capistrano_integration.rb
78
78
  - lib/capistrano-seed/version.rb
79
- homepage: ''
79
+ homepage: https://github.com/bobbrez/capistrano-seed
80
80
  licenses:
81
81
  - MIT
82
82
  post_install_message: