rest-ftp-daemon 0.220.0 → 0.220.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 519c3872919419beaa88f1dc46d3f41fb798effe
4
- data.tar.gz: 245b623aeab51fd699aeb7f5842a517ea19b1188
3
+ metadata.gz: 88e6abeb2671373a73e45dcb0e9c6113f0dff4eb
4
+ data.tar.gz: 18246d8b693ae43f9826da3cc9e12b68bb3ea71d
5
5
  SHA512:
6
- metadata.gz: a5e8da4e45ed4c753f3ce6c978b8b8a070ae73b368db26410743f0c281f631365528cf54362134d8607ee9aa9cb401d0653c73942f43fa121dc43a2d711d99e5
7
- data.tar.gz: b595327455aeb85e1f60969f09de446f37dbdfc0ef213d34ee10a93f460b53007104d5dc254b1c37f6df37eebd5fdedd1aa54cf790927a716806802136ca83a6
6
+ metadata.gz: ca113c332188c4e022d04b72cdad13d1390a0ebb57df194815d703c67e5467eb32bc924d98f989ce98d5f9ed31b4450a5aea3efa7672dfa3fc52114409f73bb8
7
+ data.tar.gz: 2579560529ff9366e887d2ca2c9b7641325b5f2e8fa46be59a2caa18b587f578463ec54d6d54bbfba9aee48897279e9bf3e08271da2be73a52a79b69f697d306
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.220.0)
4
+ rest-ftp-daemon (0.220.1)
5
5
  double-bag-ftps
6
6
  facter
7
7
  get_process_mem
@@ -1,7 +1,7 @@
1
1
  # Terrific constants
2
2
  APP_NAME = "rest-ftp-daemon"
3
3
  APP_NICK = "rftpd"
4
- APP_VER = "0.220.0"
4
+ APP_VER = "0.220.1"
5
5
 
6
6
 
7
7
  # Jobs and workers
@@ -50,9 +50,5 @@ module RestFtpDaemon
50
50
  Thread.current.thread_variable_set :updted_at, Time.now
51
51
  end
52
52
 
53
- if Settings.newrelic_enabled?
54
- add_transaction_tracer :work, :category => :task
55
- end
56
-
57
53
  end
58
54
  end
@@ -45,5 +45,10 @@ module RestFtpDaemon
45
45
  @conchita["clean_#{status.to_s}"] || 0
46
46
  end
47
47
 
48
+
49
+ if Settings.newrelic_enabled?
50
+ add_transaction_tracer :work, :category => :task
51
+ end
52
+
48
53
  end
49
54
  end
@@ -60,5 +60,10 @@ module RestFtpDaemon
60
60
 
61
61
  end
62
62
 
63
+
64
+ if Settings.newrelic_enabled?
65
+ add_transaction_tracer :work, :category => :task
66
+ end
67
+
63
68
  end
64
69
  end
@@ -105,7 +105,6 @@ module RestFtpDaemon
105
105
  if Settings.newrelic_enabled?
106
106
  add_transaction_tracer :create_conchita_thread, :category => :task
107
107
  add_transaction_tracer :create_worker_thread, :category => :task
108
- add_transaction_tracer :work, :category => :task
109
108
  end
110
109
 
111
110
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.220.0
4
+ version: 0.220.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI