capistrano-rails-dbinit 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d78d80d2d22315b951d3e67beab62a237d72d371
4
- data.tar.gz: e6a3cc2799afd62188959041f089a469f0c9ec63
3
+ metadata.gz: 08f38653420bac76455dc10ff04f48d6b63a7529
4
+ data.tar.gz: 7818e506a82acd4e545432ab9be7e8525392aeac
5
5
  SHA512:
6
- metadata.gz: 0ede1fb21c690e8a273723019d3994c34e034bf7f202d7976ef870677534bf600ccd5bd4e88d4377b456959b4c15413acd5ce521eef14fc90aa7f1e8ad48dc8d
7
- data.tar.gz: c75e3a435fdd8db0f570cf4322bafbd0efa7c35a905aa66045922bfbb4cf2b743fabd42ecdcb199aed48c465744522bec97cab0697440ceaa66ea3aabbd0bb00
6
+ metadata.gz: be9b18966d5e2b99f6eda767de13671c5ebca066a02805b9b846db3eb1e4636dc46c0fef49583a7e2bbe92b8f2162b9aa55f13160f4cc6911caedf59651c45b1
7
+ data.tar.gz: eebd0bc4c79da4088fd8eb4fb6ede700b6ffbe13d4b899c5a22508876aa654eb1446f88a113f0e42d47a20645b4f92a9858e01fd26c3298ef2040037e5d81eb4
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = "Capistrano tasks to initialize database for Rails Apps"
12
12
  gem.summary = "Capistrano tasks to initialize database for Rails Apps"
13
13
  gem.homepage = "https://github.com/tk0miya/capistrano-rails-dbinit"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Rails
3
3
  module Dbinit
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rails-dbinit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takeshi KOMIYA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-15 00:00:00.000000000 Z
11
+ date: 2013-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -54,7 +54,8 @@ files:
54
54
  - lib/capistrano-rails-dbinit.rb
55
55
  - lib/capistrano-rails-dbinit/version.rb
56
56
  homepage: https://github.com/tk0miya/capistrano-rails-dbinit
57
- licenses: []
57
+ licenses:
58
+ - MIT
58
59
  metadata: {}
59
60
  post_install_message:
60
61
  rdoc_options: []