rest-ftp-daemon 0.243.1 → 0.243.2

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: be4f56518cd3307fccc1b9796b7df3a264ce6608
4
- data.tar.gz: b597f34e41e49dab0d8d5cd832c6e5e1758d7282
3
+ metadata.gz: 98aea753658309483e52707b6492003b9d8421d0
4
+ data.tar.gz: 0f3c991b458644384c98f4697106107e2df1a114
5
5
  SHA512:
6
- metadata.gz: f379228d4e395674f2d5b731c99ca7b7a6f9cef14111cc83adfe61faebeb98baf9e1b23372f5a249ad570e5b5287d20a98cf95d6a455ffaeb421bacec5ee22d9
7
- data.tar.gz: 354982ca7387c5cd14c90556a267d7f9d031acf689aaf117e14a039b3ed6a9480c7b6f0109c3f8b77e636320c160fa01d7f26837fa4dfa1db4717d02ab3c4888
6
+ metadata.gz: 2656b3fa5d273616e56bd24eb77b625720b22307192f301f2f5274d28ca5aafd1ce92448e0efc811a90cf0fa97a771606c2c58ec917a9baa441d72f561c74000
7
+ data.tar.gz: 66e5182acef7425e542add0dbf7967295d496fc23ff5808ba811237be1353c858974689b5c8403c29c1a146f22515d036694dbccbcf4a0430c4ea88eba03d5f2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.243.1)
4
+ rest-ftp-daemon (0.243.2)
5
5
  double-bag-ftps
6
6
  facter
7
7
  get_process_mem
@@ -26,7 +26,7 @@ GEM
26
26
  thread_safe (~> 0.3, >= 0.3.4)
27
27
  tzinfo (~> 1.1)
28
28
  addressable (2.4.0)
29
- ast (2.1.0)
29
+ ast (2.2.0)
30
30
  astrolabe (1.3.1)
31
31
  parser (~> 2.2)
32
32
  axiom-types (0.1.1)
@@ -45,12 +45,12 @@ GEM
45
45
  unf (>= 0.0.5, < 1.0.0)
46
46
  double-bag-ftps (0.1.2)
47
47
  equalizer (0.0.11)
48
- eventmachine (1.0.8)
48
+ eventmachine (1.0.9.1)
49
49
  facter (2.4.4)
50
50
  CFPropertyList (~> 2.2.6)
51
51
  ffi (1.9.10)
52
52
  get_process_mem (0.2.0)
53
- grape (0.13.0)
53
+ grape (0.14.0)
54
54
  activesupport
55
55
  builder
56
56
  hashie (>= 2.1.0)
@@ -60,7 +60,7 @@ GEM
60
60
  rack-accept
61
61
  rack-mount
62
62
  virtus (>= 1.0.0)
63
- grape-entity (0.4.8)
63
+ grape-entity (0.5.0)
64
64
  activesupport
65
65
  multi_json (>= 1.3.2)
66
66
  haml (4.0.7)
@@ -84,10 +84,10 @@ GEM
84
84
  multi_xml (0.5.5)
85
85
  net-sftp (2.1.2)
86
86
  net-ssh (>= 2.6.5)
87
- net-ssh (3.0.1)
88
- newrelic_rpm (3.14.0.305)
89
- parser (2.2.3.0)
90
- ast (>= 1.1, < 3.0)
87
+ net-ssh (3.0.2)
88
+ newrelic_rpm (3.14.1.311)
89
+ parser (2.3.0.1)
90
+ ast (~> 2.2)
91
91
  powerpack (0.1.1)
92
92
  pry (0.10.3)
93
93
  coderay (~> 1.1.0)
@@ -99,7 +99,7 @@ GEM
99
99
  rack-mount (0.8.3)
100
100
  rack (>= 1.0.0)
101
101
  rainbow (2.0.0)
102
- rake (10.4.2)
102
+ rake (10.5.0)
103
103
  rspec (3.4.0)
104
104
  rspec-core (~> 3.4.0)
105
105
  rspec-expectations (~> 3.4.0)
@@ -109,7 +109,7 @@ GEM
109
109
  rspec-expectations (3.4.0)
110
110
  diff-lcs (>= 1.2.0, < 2.0)
111
111
  rspec-support (~> 3.4.0)
112
- rspec-mocks (3.4.0)
112
+ rspec-mocks (3.4.1)
113
113
  diff-lcs (>= 1.2.0, < 2.0)
114
114
  rspec-support (~> 3.4.0)
115
115
  rspec-support (3.4.1)
@@ -129,7 +129,7 @@ GEM
129
129
  eventmachine (~> 1.0, >= 1.0.4)
130
130
  rack (~> 1.0)
131
131
  thread_safe (0.3.5)
132
- tilt (2.0.1)
132
+ tilt (2.0.2)
133
133
  tzinfo (1.2.2)
134
134
  thread_safe (~> 0.1)
135
135
  unf (0.1.4)
@@ -154,4 +154,4 @@ DEPENDENCIES
154
154
  rubocop (~> 0.32.0)
155
155
 
156
156
  BUNDLED WITH
157
- 1.10.6
157
+ 1.11.2
@@ -11,7 +11,6 @@ require "thread"
11
11
  require "singleton"
12
12
  require "newrelic_rpm"
13
13
 
14
-
15
14
  # Development libs /?pp=flamegraph
16
15
  # unless Settings.namespace == "production"
17
16
  # require 'rack-mini-profiler'
@@ -21,6 +20,7 @@ require "newrelic_rpm"
21
20
 
22
21
  # Project's libs
23
22
  require_relative "rest-ftp-daemon/constants"
23
+ require_relative "rest-ftp-daemon/array"
24
24
  require_relative "rest-ftp-daemon/settings"
25
25
  require_relative "rest-ftp-daemon/exceptions"
26
26
  require_relative "rest-ftp-daemon/helpers"
@@ -0,0 +1,5 @@
1
+ class Array
2
+ def sum
3
+ self.inject{|sum,x| sum + x }
4
+ end
5
+ end
@@ -1,7 +1,7 @@
1
1
  # Terrific constants
2
2
  APP_NAME = "rest-ftp-daemon"
3
3
  APP_NICK = "rftpd"
4
- APP_VER = "0.243.1"
4
+ APP_VER = "0.243.2"
5
5
 
6
6
  # Provide default config file information
7
7
  APP_LIB = File.expand_path File.dirname(__FILE__)
@@ -24,9 +24,6 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = ">= 2.2"
26
26
 
27
- # spec.add_development_dependency "rack-mini-profiler"
28
- # spec.add_development_dependency "stackprof"
29
- # spec.add_development_dependency "flamegraph"
30
27
  spec.add_development_dependency "bundler", "~> 1.6"
31
28
  spec.add_development_dependency "rake"
32
29
  spec.add_development_dependency "rspec", "~> 3.1"
@@ -34,7 +31,6 @@ Gem::Specification.new do |spec|
34
31
  spec.add_development_dependency "rubocop", "~> 0.32.0"
35
32
  spec.add_development_dependency "pry"
36
33
 
37
- # spec.add_runtime_dependency "net-ssh", "~> 2.10.1.rc1"
38
34
  spec.add_runtime_dependency "thin", "~> 1.6"
39
35
  spec.add_runtime_dependency "grape"
40
36
  spec.add_runtime_dependency "grape-entity"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.243.1
4
+ version: 0.243.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -286,6 +286,7 @@ files:
286
286
  - lib/rest-ftp-daemon/api/job_presenter.rb
287
287
  - lib/rest-ftp-daemon/api/jobs.rb
288
288
  - lib/rest-ftp-daemon/api/root.rb
289
+ - lib/rest-ftp-daemon/array.rb
289
290
  - lib/rest-ftp-daemon/constants.rb
290
291
  - lib/rest-ftp-daemon/exceptions.rb
291
292
  - lib/rest-ftp-daemon/helpers.rb
@@ -346,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
346
347
  version: '0'
347
348
  requirements: []
348
349
  rubyforge_project:
349
- rubygems_version: 2.4.5
350
+ rubygems_version: 2.5.1
350
351
  signing_key:
351
352
  specification_version: 4
352
353
  summary: RESTful FTP client daemon