prun-ops 0.0.2 → 0.0.3
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/lib/prun-ops/version.rb +1 -1
- data/prun-ops.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18b6fc404f7063c6e8a70c0171cc25ed175acbcc
|
4
|
+
data.tar.gz: 7e81fdf43b5b0b3520f27b30db0444611d6e2465
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5caa98e924616c6702a0cd8b526f3360ec6cc21defb81fe21d973e4b18f441037ac25f3ea3ae0437ac1f8b64dda438dd1fe2306e81323fcb76e16b3a31446879
|
7
|
+
data.tar.gz: 08db0c625755a8f6bf4b18be0c0ee65baccffc7b518ed831f0fe362c13da794e9643e51168eafe0f5e1561afebf404aded77ca3f2fc9e16dbdbf3ef816513bed
|
data/lib/prun-ops/version.rb
CHANGED
data/prun-ops.gemspec
CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["juan@lebrijo.com"]
|
11
11
|
spec.summary = %q{Encapsulates Operations commands needed for a Rails Application.}
|
12
12
|
spec.description = %q{Encapsulates Operations commands for Rails Applications: Provision, Configure, Deploy, Diagnose, Version Releasing and Backup.}
|
13
|
-
spec.homepage = "http://
|
14
|
-
spec.license = "
|
13
|
+
spec.homepage = "http://github.com/jlebrijo/prun-ops"
|
14
|
+
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prun-ops
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Lebrijo
|
@@ -134,9 +134,9 @@ files:
|
|
134
134
|
- lib/tasks/http.rake
|
135
135
|
- lib/tasks/version.rake
|
136
136
|
- prun-ops.gemspec
|
137
|
-
homepage: http://
|
137
|
+
homepage: http://github.com/jlebrijo/prun-ops
|
138
138
|
licenses:
|
139
|
-
-
|
139
|
+
- MIT
|
140
140
|
metadata: {}
|
141
141
|
post_install_message:
|
142
142
|
rdoc_options: []
|