vgcal 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 07d0a87b75c94b40ea313deb0529af9b0bc77b18eec1d40b64a4fb8abc03e0de
4
- data.tar.gz: eb3ce8c7b2d4100b4fe54aba45e6ce719c8401c174673fb1ff7fd9486c92972b
3
+ metadata.gz: 701ecf0f97cfb2ea0b0fb0a5fd1ebcb9038f748556c2c9ee4231b3dbf2dedb2c
4
+ data.tar.gz: bb0c8dabfb844f55da48aba9739dcd4dd82a558fbac1e13efe11b703465e236c
5
5
  SHA512:
6
- metadata.gz: a839a9e7ca345f8ea4278bcd516cd8e9f9ef6b7f51bffbfb4dcfea2519f43ada3b334148d7248856a09157f07d641b242eaf4b77bfe33dc3b18b6746ab98a82a
7
- data.tar.gz: b3541703db6cc78f5ee2c0f65a82974f43887a8125b84951e966644ea098533d69335b89e3edbf698b6747ec9cddd0e4e358c09eb98763a2eb98086e5041777a
6
+ metadata.gz: '009bc0bf59ec2dea2137c786aac66bf6f96ea001a6f935e77519e9100b5d92b2e060b6f39188565d2d11a5e19c0ea696805ae04550530e1781d00fb1e01d8b09'
7
+ data.tar.gz: a9e307ba086c79062d334a7c6f54c4ff406cf63b36887124da22d028d0199fc3b8cc9b5201ae80b7d4ecfb959f5c21e03c3b0639c00561eca7ea473190dd3564
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vgcal (0.1.0)
4
+ vgcal (0.1.1)
5
5
  dotenv
6
6
  google-api-client
7
7
  thor (~> 1.1)
@@ -9,53 +9,56 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.3.2)
12
+ activesupport (6.1.4)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
17
  zeitwerk (~> 2.3)
18
- addressable (2.7.0)
18
+ addressable (2.8.0)
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.2)
21
21
  concurrent-ruby (1.1.9)
22
22
  declarative (0.0.20)
23
23
  diff-lcs (1.4.4)
24
24
  dotenv (2.7.6)
25
- faraday (1.4.2)
25
+ faraday (1.5.1)
26
26
  faraday-em_http (~> 1.0)
27
27
  faraday-em_synchrony (~> 1.0)
28
28
  faraday-excon (~> 1.1)
29
+ faraday-httpclient (~> 1.0.1)
29
30
  faraday-net_http (~> 1.0)
30
31
  faraday-net_http_persistent (~> 1.1)
32
+ faraday-patron (~> 1.0)
31
33
  multipart-post (>= 1.2, < 3)
32
34
  ruby2_keywords (>= 0.0.4)
33
35
  faraday-em_http (1.0.0)
34
36
  faraday-em_synchrony (1.0.0)
35
37
  faraday-excon (1.1.0)
38
+ faraday-httpclient (1.0.1)
36
39
  faraday-net_http (1.0.1)
37
- faraday-net_http_persistent (1.1.0)
40
+ faraday-net_http_persistent (1.2.0)
41
+ faraday-patron (1.0.0)
38
42
  gems (1.2.0)
39
43
  google-api-client (0.53.0)
40
44
  google-apis-core (~> 0.1)
41
45
  google-apis-generator (~> 0.1)
42
- google-apis-core (0.3.0)
46
+ google-apis-core (0.4.1)
43
47
  addressable (~> 2.5, >= 2.5.1)
44
- googleauth (~> 0.14)
45
- httpclient (>= 2.8.1, < 3.0)
48
+ googleauth (>= 0.16.2, < 2.a)
49
+ httpclient (>= 2.8.1, < 3.a)
46
50
  mini_mime (~> 1.0)
47
51
  representable (~> 3.0)
48
- retriable (>= 2.0, < 4.0)
52
+ retriable (>= 2.0, < 4.a)
49
53
  rexml
50
- signet (~> 0.14)
51
54
  webrick
52
- google-apis-discovery_v1 (0.4.0)
53
- google-apis-core (~> 0.1)
54
- google-apis-generator (0.3.0)
55
+ google-apis-discovery_v1 (0.6.0)
56
+ google-apis-core (>= 0.4, < 2.a)
57
+ google-apis-generator (0.4.0)
55
58
  activesupport (>= 5.0)
56
59
  gems (~> 1.2)
57
- google-apis-core (~> 0.1)
58
- google-apis-discovery_v1 (~> 0.0)
60
+ google-apis-core (>= 0.4, < 2.a)
61
+ google-apis-discovery_v1 (~> 0.5)
59
62
  thor (>= 0.20, < 2.a)
60
63
  googleauth (0.16.2)
61
64
  faraday (>= 0.17.3, < 2.0)
@@ -112,7 +115,7 @@ GEM
112
115
  rubocop-ast (1.8.0)
113
116
  parser (>= 3.0.1.1)
114
117
  ruby-progressbar (1.11.0)
115
- ruby2_keywords (0.0.4)
118
+ ruby2_keywords (0.0.5)
116
119
  signet (0.15.0)
117
120
  addressable (~> 2.3)
118
121
  faraday (>= 0.17.3, < 2.0)
@@ -74,7 +74,7 @@ module Vgcal
74
74
  (Date.today + options[:date].to_i).to_s
75
75
  end
76
76
  elsif options['start-date'] && options['end-date']
77
- Date.parse(options['start-date']).to_s
77
+ Date.parse(options['start-date'].to_s)
78
78
  else
79
79
  Date.today.to_s
80
80
  end
@@ -98,7 +98,7 @@ module Vgcal
98
98
  (Date.today + options[:date].to_i).to_s
99
99
  end
100
100
  elsif options['start-date'] && options['end-date']
101
- Date.parse(options['end-date']).to_s
101
+ Date.parse(options['end-date'].to_s)
102
102
  else
103
103
  Date.today.to_s
104
104
  end
data/lib/vgcal/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vgcal
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vgcal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shota Ito