prun-ops 0.1.9 → 0.1.10

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: 057fba22654d2683cf8534e6c6ed1c8765173dc4
4
- data.tar.gz: becd36b53bd7a4ec08233041107b9520b7045948
3
+ metadata.gz: 30e419ead8e321fe23a896a7cd149daefda36a8a
4
+ data.tar.gz: 2a83455e4ef99be353a03246097f8ca3419d0bfc
5
5
  SHA512:
6
- metadata.gz: 05d2731599689364577e62fba63178bc911f8db00b61945f8d2f062e1fe613fbb3cee7739b68897e960f107d2e01342639b4e4ce54f68cd39e7fa2a110fea479
7
- data.tar.gz: a7407cb8ff16280dcc9411f3b03351963be81b3b4519c5c4dd56962a94717b485dd75b62decb83e605f02208d023a4530c0bc8ec1334f998c4486cb62676ffb5
6
+ metadata.gz: 40d0008a6afdc8c606c28f63519f1b8aee0784f178bac1f8ae84368c0c97fcc9dcb850489a07a3f4929195c54e6cacccc07c432f2f246a4408602bfb130a56fc
7
+ data.tar.gz: 43fa8b3dd27f16acfe039804609eae8e19ff8b63794bce76e3d500ef8bb7a08bcdc5ab927333ef4cfcccfc139c688595c3033b689f0ced0892887c0b35ba4f8d
@@ -36,7 +36,7 @@ end
36
36
  desc 'Search for a pattern in logs'
37
37
  task :log_pattern, :pattern do |task, args|
38
38
  on roles(:app) do
39
- execute "less #{shared_path}/log/* | grep -A 10 -B 5 '#{args[:pattern]}'"
39
+ execute "cat #{shared_path}/log/* | grep -A 10 -B 5 '#{args[:pattern]}'"
40
40
  end
41
41
  end
42
42
 
@@ -1,3 +1,3 @@
1
1
  module PrunOps
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
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.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Lebrijo