capistrano2-postgresql 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/capistrano2-postgresql.gemspec +2 -0
- data/lib/capistrano/postgresql/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ee02eada0ef2315bb9aa9746612658285f3cfd8
|
|
4
|
+
data.tar.gz: a8c71a39e6211233d0dcb398d68473f96319b403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b055b4de7859af16afbf1da5f4711c69948b410b779709da9c12e395cb149b307aac68ba5fb3132c0843be43377cb8d08dcb5eeb0c9ccfd6aee04fbec7b1cd9
|
|
7
|
+
data.tar.gz: b67d3a102b1383820705beddf457b64e619e09083863aa80ebb3404278b0cf847815a9600e4d1b4dadc662b2b49ed878f89340e0c477c59c9af9e2ea63bb4878
|
|
@@ -12,6 +12,8 @@ Gem::Specification.new do |gem|
|
|
|
12
12
|
gem.summary = %q{Creates application database user and creates `database.yml` on the server. No SSH login required!}
|
|
13
13
|
gem.homepage = "https://github.com/bruno-/capistrano2-postgresql"
|
|
14
14
|
|
|
15
|
+
gem.license = "MIT"
|
|
16
|
+
|
|
15
17
|
gem.files = `git ls-files`.split($/)
|
|
16
18
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
17
19
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano2-postgresql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruno Sutic
|
|
@@ -60,7 +60,8 @@ files:
|
|
|
60
60
|
- lib/generators/capistrano/postgresql/template_generator.rb
|
|
61
61
|
- lib/generators/capistrano/postgresql/templates/postgresql.yml.erb
|
|
62
62
|
homepage: https://github.com/bruno-/capistrano2-postgresql
|
|
63
|
-
licenses:
|
|
63
|
+
licenses:
|
|
64
|
+
- MIT
|
|
64
65
|
metadata: {}
|
|
65
66
|
post_install_message:
|
|
66
67
|
rdoc_options: []
|