logs_tf 0.0.5 → 0.0.6

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
  SHA256:
3
- metadata.gz: 30923ae1e7445c66b59097c54b9639f48f5b21a066e229fa674fb8ee12256ef7
4
- data.tar.gz: 3ad1b46201a4a14f7c684d4ee133f5b46f11d3db24c58ce76e8c90b52fe77dea
3
+ metadata.gz: 37793399f9fc88980cf1ee07f6aa3eb56030ac56dece78d863864a26a6bde85b
4
+ data.tar.gz: 6edc4b8a23bb54586f64149a252124ad4237e7a7211b20cf1486149006d469ad
5
5
  SHA512:
6
- metadata.gz: c52eb061d1e5beb06541866e1582eae8c6b56510d2c53f7b3edf494a49028dde6a12724148a91057f3c943cc032af51ecd839223dbd87e992535ba14d5ba3f17
7
- data.tar.gz: 4d885017a0e6328f2f923bc96fa820ef2a12d8ab33c6e1177b6d8963b7c700952ff5660c6726f36afecafb8864a8d8b35c59fcaa4b8620b5d6c098fb84901a27
6
+ metadata.gz: 4d499efe93de589e4bfe036f5cb6260a497a42cddbdd9b49d6f3acc61c129d50c3d1bc4aa2739404cadf3f863cde8a285db6c42c0c30defc4e8f96b481c980e7
7
+ data.tar.gz: 42131b4725ecbfe5544738c7583ab5138740667415bc4d0655d63a1429f706ad45322e3ab171c5f8badac2bc3310a149301f015f1e051a992d1c2dbfd9a53511
data/Gemfile.lock CHANGED
@@ -1,8 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- logs_tf (0.0.5)
5
- faraday (~> 1.0)
4
+ logs_tf (0.0.6)
5
+ faraday (>= 1.0)
6
+ faraday-multipart (>= 1.0)
6
7
  multipart-post (>= 1.2.0)
7
8
 
8
9
  GEM
@@ -15,49 +16,40 @@ GEM
15
16
  term-ansicolor (~> 1.3)
16
17
  thor (>= 0.19.4, < 2.0)
17
18
  tins (~> 1.6)
18
- diff-lcs (1.4.4)
19
+ diff-lcs (1.5.0)
19
20
  docile (1.4.0)
20
- faraday (1.8.0)
21
- faraday-em_http (~> 1.0)
22
- faraday-em_synchrony (~> 1.0)
23
- faraday-excon (~> 1.1)
24
- faraday-httpclient (~> 1.0.1)
25
- faraday-net_http (~> 1.0)
26
- faraday-net_http_persistent (~> 1.1)
27
- faraday-patron (~> 1.0)
28
- faraday-rack (~> 1.0)
29
- multipart-post (>= 1.2, < 3)
30
- ruby2_keywords (>= 0.0.4)
31
- faraday-em_http (1.0.0)
32
- faraday-em_synchrony (1.0.0)
33
- faraday-excon (1.1.0)
34
- faraday-httpclient (1.0.1)
35
- faraday-net_http (1.0.1)
36
- faraday-net_http_persistent (1.2.0)
37
- faraday-patron (1.0.0)
38
- faraday-rack (1.0.0)
21
+ faraday (2.13.4)
22
+ faraday-net_http (>= 2.0, < 3.5)
23
+ json
24
+ logger
25
+ faraday-multipart (1.1.1)
26
+ multipart-post (~> 2.0)
27
+ faraday-net_http (3.4.1)
28
+ net-http (>= 0.5.0)
39
29
  json (2.6.1)
30
+ logger (1.7.0)
40
31
  method_source (1.0.0)
41
- multipart-post (2.1.1)
32
+ multipart-post (2.4.1)
33
+ net-http (0.6.0)
34
+ uri
42
35
  pry (0.14.1)
43
36
  coderay (~> 1.1)
44
37
  method_source (~> 1.0)
45
38
  pry-nav (1.0.0)
46
39
  pry (>= 0.9.10, < 0.15)
47
- rspec (3.10.0)
48
- rspec-core (~> 3.10.0)
49
- rspec-expectations (~> 3.10.0)
50
- rspec-mocks (~> 3.10.0)
51
- rspec-core (3.10.1)
52
- rspec-support (~> 3.10.0)
53
- rspec-expectations (3.10.1)
40
+ rspec (3.11.0)
41
+ rspec-core (~> 3.11.0)
42
+ rspec-expectations (~> 3.11.0)
43
+ rspec-mocks (~> 3.11.0)
44
+ rspec-core (3.11.0)
45
+ rspec-support (~> 3.11.0)
46
+ rspec-expectations (3.11.0)
54
47
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.10.0)
56
- rspec-mocks (3.10.2)
48
+ rspec-support (~> 3.11.0)
49
+ rspec-mocks (3.11.0)
57
50
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.10.0)
59
- rspec-support (3.10.3)
60
- ruby2_keywords (0.0.5)
51
+ rspec-support (~> 3.11.0)
52
+ rspec-support (3.11.0)
61
53
  simplecov (0.16.1)
62
54
  docile (~> 1.1)
63
55
  json (>= 1.8, < 3)
@@ -66,9 +58,10 @@ GEM
66
58
  sync (0.5.0)
67
59
  term-ansicolor (1.7.1)
68
60
  tins (~> 1.0)
69
- thor (1.1.0)
70
- tins (1.29.1)
61
+ thor (1.2.1)
62
+ tins (1.31.0)
71
63
  sync
64
+ uri (1.0.3)
72
65
  vcr (6.0.0)
73
66
 
74
67
  PLATFORMS
@@ -82,4 +75,4 @@ DEPENDENCIES
82
75
  vcr
83
76
 
84
77
  BUNDLED WITH
85
- 2.2.32
78
+ 2.3.7
@@ -1,4 +1,5 @@
1
1
  require 'faraday'
2
+ require 'faraday/multipart'
2
3
  require 'json'
3
4
 
4
5
  module LogsTF
@@ -82,7 +83,7 @@ module LogsTF
82
83
  end
83
84
 
84
85
  def logfile
85
- Faraday::UploadIO.new(log.file, "text/plain", log.filename)
86
+ Faraday::Multipart::FilePart.new(log.file, "text/plain", log.filename)
86
87
  end
87
88
 
88
89
  def title
@@ -1,3 +1,3 @@
1
1
  module LogsTF
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/logs_tf.gemspec CHANGED
@@ -14,7 +14,8 @@ Gem::Specification.new do |gem|
14
14
  gem.require_paths = ["lib"]
15
15
  gem.homepage = 'http://github.com/Arie/logs_tf'
16
16
 
17
- gem.add_dependency "faraday", "~> 1.0"
17
+ gem.add_dependency "faraday", ">= 1.0"
18
+ gem.add_dependency "faraday-multipart", ">= 1.0"
18
19
  gem.add_dependency "multipart-post", ">= 1.2.0"
19
20
 
20
21
  gem.add_development_dependency "vcr"
data/spec/spec_helper.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  require 'simplecov'
2
2
  require 'coveralls'
3
3
 
4
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
4
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
5
5
  SimpleCov::Formatter::HTMLFormatter,
6
6
  Coveralls::SimpleCov::Formatter
7
- ]
7
+ ])
8
8
  SimpleCov.start
9
9
 
10
10
  require "logs_tf"
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logs_tf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arie
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-11-13 00:00:00.000000000 Z
@@ -14,14 +14,28 @@ dependencies:
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: faraday-multipart
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
25
39
  - !ruby/object:Gem::Version
26
40
  version: '1.0'
27
41
  - !ruby/object:Gem::Dependency
@@ -104,7 +118,6 @@ files:
104
118
  - ".coverage"
105
119
  - ".gitignore"
106
120
  - ".rspec"
107
- - ".travis.yml"
108
121
  - Gemfile
109
122
  - Gemfile.lock
110
123
  - README.md
@@ -123,7 +136,7 @@ files:
123
136
  homepage: http://github.com/Arie/logs_tf
124
137
  licenses: []
125
138
  metadata: {}
126
- post_install_message:
139
+ post_install_message:
127
140
  rdoc_options: []
128
141
  require_paths:
129
142
  - lib
@@ -138,8 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
151
  - !ruby/object:Gem::Version
139
152
  version: '0'
140
153
  requirements: []
141
- rubygems_version: 3.2.32
142
- signing_key:
154
+ rubygems_version: 3.5.11
155
+ signing_key:
143
156
  specification_version: 4
144
157
  summary: Logs.tf
145
158
  test_files:
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.3.8
4
- - 2.4.5
5
- - 2.5.3
6
- - rbx-19mode
7
- script: ./script/ci