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 +4 -4
- data/capistrano-rails-dbinit.gemspec +1 -0
- data/lib/capistrano-rails-dbinit/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08f38653420bac76455dc10ff04f48d6b63a7529
|
4
|
+
data.tar.gz: 7818e506a82acd4e545432ab9be7e8525392aeac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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) }
|
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.
|
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-
|
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: []
|