news2kindle 0.2.3 → 0.2.4

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
  SHA256:
3
- metadata.gz: a6cc9e1d42f8430667dac981594f88b678189d73c9edcb6fde4f2d8a23c0b550
4
- data.tar.gz: 5864cab9b7c87d0d0cf7da3b37e6f164594e573409315236edab2a410caf1609
3
+ metadata.gz: 9bfbdc348bfe44403738ec492e840872846dc3294669726988174f9cd0aa97b2
4
+ data.tar.gz: 75391c50d86feb646ff6e255a6f9d2d48b1c2fcba3a033385e94e6dd550c15af
5
5
  SHA512:
6
- metadata.gz: e354cd3ef62ecabec13d42908fcf321c3b446612ed1448c895165be72cd42b1fb3699117d3e8c68d6ff7abd433df2bf5a2a9d2b5499fafcdcbd7aaf082b20a79
7
- data.tar.gz: 8d5ad6e8aa3989021b18919fe08797bed13f4e75279ec8ef2e5b5d380549f9b0d7ef6aaefc37d9889fea4befb151029c6102a695517dbb1d66479b84c7c4de25
6
+ metadata.gz: 66feaf3ef85d7b0ca7a32c6b977c396bea56edc7ef0700a5bf554f6e175ee2282f920c70b8e16d55d320bb9573fcf29f2fc491c523a67072b6e98a855e2a382f
7
+ data.tar.gz: d9f8c913bfc14b38c0c45165f2384b449fa7d2b72f4417d7b39b73ebb105097928e2e8f675a4daa8cc091477adbcbacd699e41f3f0dab8d95a89122d32f7db8b
@@ -2,11 +2,11 @@ sudo: false
2
2
  cache: bundler
3
3
 
4
4
  before_install:
5
- - gem install bundler -v 1.17.2
5
+ - gem update bundler
6
6
 
7
7
  rvm:
8
- - 2.5.6
9
- - 2.6.4
8
+ - 2.5.7
9
+ - 2.6.5
10
10
 
11
11
  script: bundle exec rake
12
12
 
@@ -14,32 +14,32 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- activemodel (6.0.0)
18
- activesupport (= 6.0.0)
19
- activesupport (6.0.0)
17
+ activemodel (6.0.2.1)
18
+ activesupport (= 6.0.2.1)
19
+ activesupport (6.0.2.1)
20
20
  concurrent-ruby (~> 1.0, >= 1.0.2)
21
21
  i18n (>= 0.7, < 2)
22
22
  minitest (~> 5.1)
23
23
  tzinfo (~> 1.1)
24
- zeitwerk (~> 2.1, >= 2.1.8)
25
- bson (4.5.0)
24
+ zeitwerk (~> 2.2)
25
+ bson (4.7.0)
26
26
  coderay (1.1.2)
27
27
  concurrent-ruby (1.1.5)
28
28
  connection_pool (2.2.2)
29
29
  diff-lcs (1.3)
30
30
  domain_name (0.5.20190701)
31
31
  unf (>= 0.0.5, < 1.0.0)
32
- dropbox_api (0.1.17)
33
- faraday (>= 0.8, <= 0.15.4)
32
+ dropbox_api (0.1.18)
33
+ faraday (<= 1.0)
34
34
  oauth2 (~> 1.1)
35
- faraday (0.15.4)
35
+ faraday (0.17.1)
36
36
  multipart-post (>= 1.2, < 3)
37
37
  http-cookie (1.0.3)
38
38
  domain_name (~> 0.5)
39
- i18n (1.6.0)
39
+ i18n (1.7.0)
40
40
  concurrent-ruby (~> 1.0)
41
41
  jwt (2.2.1)
42
- kindlegen (3.0.3)
42
+ kindlegen (3.0.5)
43
43
  rake
44
44
  rubyzip
45
45
  mail (2.7.1)
@@ -56,26 +56,26 @@ GEM
56
56
  method_source (0.9.2)
57
57
  mime-types (3.3)
58
58
  mime-types-data (~> 3.2015)
59
- mime-types-data (3.2019.0904)
59
+ mime-types-data (3.2019.1009)
60
60
  mini_mime (1.0.2)
61
61
  mini_portile2 (2.4.0)
62
- minitest (5.12.0)
63
- mongo (2.10.2)
64
- bson (>= 4.4.2, < 5.0.0)
62
+ minitest (5.13.0)
63
+ mongo (2.11.2)
64
+ bson (>= 4.6.0, < 5.0.0)
65
65
  mongoid (7.0.5)
66
66
  activemodel (>= 5.1, < 6.1)
67
67
  mongo (>= 2.5.1, < 3.0.0)
68
- multi_json (1.13.1)
68
+ multi_json (1.14.1)
69
69
  multi_xml (0.6.0)
70
70
  multipart-post (2.1.1)
71
71
  net-http-digest_auth (1.4.1)
72
72
  net-http-persistent (3.1.0)
73
73
  connection_pool (~> 2.2)
74
- nokogiri (1.10.4)
74
+ nokogiri (1.10.7)
75
75
  mini_portile2 (~> 2.4.0)
76
76
  ntlm-http (0.1.1)
77
- oauth2 (1.4.1)
78
- faraday (>= 0.8, < 0.16.0)
77
+ oauth2 (1.4.2)
78
+ faraday (>= 0.8, < 2.0)
79
79
  jwt (>= 1.0, < 3.0)
80
80
  multi_json (~> 1.3)
81
81
  multi_xml (~> 0.5)
@@ -84,31 +84,31 @@ GEM
84
84
  pry (0.12.2)
85
85
  coderay (~> 1.1.0)
86
86
  method_source (~> 0.9.0)
87
- rack (2.0.7)
88
- rake (12.3.3)
89
- rspec (3.8.0)
90
- rspec-core (~> 3.8.0)
91
- rspec-expectations (~> 3.8.0)
92
- rspec-mocks (~> 3.8.0)
93
- rspec-core (3.8.2)
94
- rspec-support (~> 3.8.0)
95
- rspec-expectations (3.8.4)
87
+ rack (2.0.8)
88
+ rake (13.0.1)
89
+ rspec (3.9.0)
90
+ rspec-core (~> 3.9.0)
91
+ rspec-expectations (~> 3.9.0)
92
+ rspec-mocks (~> 3.9.0)
93
+ rspec-core (3.9.0)
94
+ rspec-support (~> 3.9.0)
95
+ rspec-expectations (3.9.0)
96
96
  diff-lcs (>= 1.2.0, < 2.0)
97
- rspec-support (~> 3.8.0)
98
- rspec-mocks (3.8.1)
97
+ rspec-support (~> 3.9.0)
98
+ rspec-mocks (3.9.0)
99
99
  diff-lcs (>= 1.2.0, < 2.0)
100
- rspec-support (~> 3.8.0)
101
- rspec-support (3.8.2)
100
+ rspec-support (~> 3.9.0)
101
+ rspec-support (3.9.0)
102
102
  rubyzip (2.0.0)
103
103
  systemu (2.6.5)
104
104
  thread_safe (0.3.6)
105
- tzinfo (1.2.5)
105
+ tzinfo (1.2.6)
106
106
  thread_safe (~> 0.1)
107
107
  unf (0.1.4)
108
108
  unf_ext
109
109
  unf_ext (0.0.7.6)
110
110
  webrobots (0.1.2)
111
- zeitwerk (2.1.10)
111
+ zeitwerk (2.2.2)
112
112
 
113
113
  PLATFORMS
114
114
  ruby
@@ -1,3 +1,3 @@
1
1
  module News2Kindle
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: news2kindle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TADA Tadashi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kindlegen