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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ce19c1a37cd9280f418fdc1142b223cf3aece75
4
- data.tar.gz: 55b63a94ba66b0a8da449a0265c02453152c9b90
3
+ metadata.gz: 18b6fc404f7063c6e8a70c0171cc25ed175acbcc
4
+ data.tar.gz: 7e81fdf43b5b0b3520f27b30db0444611d6e2465
5
5
  SHA512:
6
- metadata.gz: cabaa6e99e1483bd7225e2577c1fb680bfcd1965c4cf76b4fc8ff6e301661bd99bf0187a28f2d93ecdda7eba8b3d393fcf4704f0a06a49c0fb1e1ba6a194eb97
7
- data.tar.gz: f46107d1b5313bafeb3ed1bc2929b673f298978f49c8c30dcd43266907b553be5a33013d1e4bc7862e8b8091ed783af3d10cee6d052f7b389546d6a499e2b848
6
+ metadata.gz: 5caa98e924616c6702a0cd8b526f3360ec6cc21defb81fe21d973e4b18f441037ac25f3ea3ae0437ac1f8b64dda438dd1fe2306e81323fcb76e16b3a31446879
7
+ data.tar.gz: 08db0c625755a8f6bf4b18be0c0ee65baccffc7b518ed831f0fe362c13da794e9643e51168eafe0f5e1561afebf404aded77ca3f2fc9e16dbdbf3ef816513bed
@@ -1,3 +1,3 @@
1
1
  module PrunOps
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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://www.lebrijo.com"
14
- spec.license = "GPLv3"
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.2
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://www.lebrijo.com
137
+ homepage: http://github.com/jlebrijo/prun-ops
138
138
  licenses:
139
- - GPLv3
139
+ - MIT
140
140
  metadata: {}
141
141
  post_install_message:
142
142
  rdoc_options: []