capistrano-phpcachetool 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTNiMTg2YzAwNGM0MGFmZGQ4MGE4ZDVhNmQyNDU1NzhmMTJmMjk5Nw==
4
+ MzRlNDhiNmZiOTA5MTBkYTIxNTBjODhjZjg4OGY2ZDhkYjE4OGFiNw==
5
5
  data.tar.gz: !binary |-
6
- YWI0MzdiYzhmMGE2MDNjODBjNGIwZjM3NmM0Yzk1OTIwZGUwYjgwNA==
6
+ YTAzMmJjNGM1OTQyYmExY2NiN2ZmZjdlZGFhMjg4Nzk0YjcyZjc2Yg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDk2NGEzOTgyMjg1M2ZlZWE1YmQyNDRhMTdkNzZhNThhNDBlOTk4NzgyMjM0
10
- MTNhNWIxODNlMDIwNWZkZGQ2MTI3Zjg3Mzc1ZWU2ODA3MTJlNDRlNTllMjE3
11
- OTY1YjcwZmU2ZmM5YWYyNzQ0Njc2ZDhmMzIyYTY4OTJiMzJhYzY=
9
+ MjY0OGI3YzJiNzE4MTZiNzhkMDJkODBjMGVlNGEzYTI2M2U1ODU2YmY2N2E0
10
+ Y2UzMmNmZDZkOTc4NGM5MWQ0MjMyZTA0NDc4YjlmZTdmNGFjYzk4Nzg2ZGFi
11
+ OTMwNTVlNmQ5YjhjZmU4ODgxNjY0MTg1ZjYzM2YyYTU0ZmI1ZGI=
12
12
  data.tar.gz: !binary |-
13
- Y2Q0OWMwNTc3MTdiNzI1ZWRmMjUyYjg5OThkMjQ2ZDYwYTQzMDdiOTUxZDk0
14
- NmUxOThmNGYzYTA3NGU2OTViYzZmODJkNTBhZTJmMjM5YWIwYTk1NjAyYWQ1
15
- NDM3YzViZWY5OGJhMGVkNTNmNGJjNjAwYTBhZjk0NWIxNzQ1ZjM=
13
+ NDc2NmE0OGI3MTRiNWMzYjg3OGU1NjY5ZDlmNGJlNDc3YTE4OGQ4NjBhNDJj
14
+ YmFhZDVjZmI4NDBiODAyZmY5ZWI2YTJiMWUyOWNjZWI5NTNiOTVmYWIxY2Uz
15
+ ODE2MWYwYjgzOWE5N2ViNjlmZTNhMTQ4MWU2NGYyNjVjOGQ5ZDM=
data/README.md CHANGED
@@ -13,6 +13,7 @@ gem 'capistrano-phpcachetool'
13
13
  ```
14
14
 
15
15
  And then execute
16
+
16
17
  ```
17
18
  $ bundle
18
19
  ```
@@ -51,7 +52,7 @@ set :cachetool_download_url, "http://gordalina.github.io/cachetool/downloads/cac
51
52
  4. Push to the branch (`git push origin my-new-feature`)
52
53
  5. Create a new Pull Request
53
54
 
54
- ## Installing composer as part of a deployment
55
+ ## Installing cachetool as part of a deployment
55
56
 
56
57
  Add the following to deploy.rb to manage the installation of cachetool during deployment (cachetool.phar is install in the shared path).
57
58
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["y.karamani@gmail.com"]
11
11
  spec.summary = %q{Capistrano 3 plugin for work with php cache.}
12
12
  spec.description = %q{}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/karamani/capistrano-phpcachetool"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Phpcachetool
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-phpcachetool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Karamani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-16 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -56,7 +56,7 @@ files:
56
56
  - lib/capistrano/phpcachetool/version.rb
57
57
  - lib/capistrano/tasks/cachetool.rake
58
58
  - spec/spec_helper.rb
59
- homepage: ''
59
+ homepage: https://github.com/karamani/capistrano-phpcachetool
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}