oysters 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3b11d634d34e7f2ef2d727093de55503886b47e
4
- data.tar.gz: e453a9a5bfe4791d2e77fbd71331a2b97209c818
3
+ metadata.gz: 59e99c683f0b957629e07597e93878543ecb936d
4
+ data.tar.gz: 983592b10683f9cf92aac6985aae905b3043256f
5
5
  SHA512:
6
- metadata.gz: 68164ebfe54736dd6d8dabdcd832ad8e036d803c0d7704ac90df4b0bda8f7f51dff2b5ff12af5e1db80c7d15579a00592d0ef5e7812b396290ce78b64d862cf2
7
- data.tar.gz: 7be728bc81d16823e435adbd6993227bb4c55661b929f9b2df42a6422d0c5732122f8889f90e7f522c89f552ebf5f11ad1f62c52a57eff3e57090ac3bd63ef56
6
+ metadata.gz: fa5e6e6536f967a5731813d63d9c57d81d96eef0140b16a836403ad27e276b7b3800fb3dd111bd72c9f0270186c4bc514a18aef7c9e822083af75f8bc48e5435
7
+ data.tar.gz: 0ad71968a46b74517c15bb0556536f5bd028b3c21049735c6445f2268539cc491b2076011a13ff72e08145accef9dbccaf98f20dfe7d1ce309deea056fee534d
@@ -8,7 +8,7 @@ Oysters.with_configuration do
8
8
  desc 'Install logrotate config'
9
9
  task :install, roles: :app do
10
10
  conf_path = "/etc/logrotate.d/#{application}_logs"
11
- log_path = Pathname.new(shared_path).join('log', "#{rails_env}.log").to_s
11
+ log_path = Pathname.new(shared_path).join('log', '*.log').to_s
12
12
  tmp_file = "/tmp/#{application}_logs_#{rand}"
13
13
  location = File.expand_path('../../templates/logrotate_config.erb', __FILE__)
14
14
  config = ERB.new(File.read(location))
@@ -1,3 +1,3 @@
1
1
  module Oysters
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oysters
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Samoilov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler