icalendar-google 0.4.3 → 1.0.0

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: dede0eeb1317e34f2839e6f9c27a9a3b0ed5adce150cd0c77d9f0ed75e5f84d0
4
- data.tar.gz: 4c84c610bfd9b7e1e4cad48439a70bd33e797fc4e1e6ee20bf1864c0f4b3d204
3
+ metadata.gz: cd00ad45b189d98dbec520a814950f464e4602ac425806fc8c7768af7b96338b
4
+ data.tar.gz: 69eedd7c02b6a00718d20c3e217285b0a266b9ac652419cd6b36907b1c2a055d
5
5
  SHA512:
6
- metadata.gz: 80c98cf7537c0e6650104cc3d1ca5a3c60740450b52579f7d41461535f53cabbefdde8d16d764ac7c7c18a67a2277894302f1a46335a8b5f92fcfd3cdc1f6bdc
7
- data.tar.gz: 2324b0c1c16963a7b05ae297a094fdea4888df6d92aa03741eaaa1be0dfc4f7f85b79a51c7efb0cc5cd892be59107a32e674559db704cb2e7bb4d87b8ca1982a
6
+ metadata.gz: 2118b731d6267371fd32b922eb935bedbbf5067999cf1336d8f33fd631d302508224f0776e0020813ac7fb234b405b6c602faf64245df0c934ec977f697c1156
7
+ data.tar.gz: 21027b10456b8edc9199579c1da00e37fb846a4c5ad249fb2cc2f95f22d05ed7d68802b365dea0cd176bc5e0c107d0196d0518583a1e7a3ff2ac92d3a320e348
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Google iCalendar
2
2
 
3
3
  ![gem](https://img.shields.io/gem/v/icalendar-google?logo=rubygems&logoColor=eee&style=flat-square)
4
- [![rspec](https://img.shields.io/github/workflow/status/amancevice/icalendar-google/RSpec?logo=github&style=flat-square)](https://github.com/amancevice/icalendar-google/actions)
4
+ [![rspec](https://github.com/amancevice/icalendar-google/actions/workflows/rspec.yml/badge.svg)](https://github.com/amancevice/icalendar-google/actions/workflows/rspec.yml)
5
5
  [![coverage](https://img.shields.io/codeclimate/coverage/amancevice/icalendar-google?logo=code-climate&style=flat-square)](https://codeclimate.com/github/amancevice/icalendar-google/test_coverage)
6
6
  [![maintainability](https://img.shields.io/codeclimate/maintainability/amancevice/icalendar-google?logo=code-climate&style=flat-square)](https://codeclimate.com/github/amancevice/icalendar-google/maintainability)
7
7
 
@@ -17,11 +17,15 @@ gem 'icalendar-google'
17
17
 
18
18
  And then execute:
19
19
 
20
- $ bundle
20
+ ```bash
21
+ bundle
22
+ ```
21
23
 
22
24
  Or install it yourself as:
23
25
 
24
- $ gem install icalendar-google
26
+ ```bash
27
+ gem install icalendar-google
28
+ ```
25
29
 
26
30
  ## Usage
27
31
 
@@ -47,7 +51,7 @@ gcal.event_url(gcal.events.last)
47
51
 
48
52
  ## Contributing
49
53
 
50
- Bug reports and pull requests are welcome on GitHub at https://github.com/amancevice/icalendar-google.
54
+ Bug reports and pull requests are welcome on GitHub at [github.com/amancevice/icalendar-google](https://github.com/amancevice/icalendar-google).
51
55
 
52
56
  ## License
53
57
 
@@ -1,5 +1,5 @@
1
1
  module Icalendar
2
2
  module Google
3
- VERSION = "0.4.3"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalendar-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Mancevice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-04 00:00:00.000000000 Z
11
+ date: 2024-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: base64
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.2'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: icalendar
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -63,14 +77,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
77
  requirements:
64
78
  - - ">="
65
79
  - !ruby/object:Gem::Version
66
- version: 2.2.0
80
+ version: '3.0'
67
81
  required_rubygems_version: !ruby/object:Gem::Requirement
68
82
  requirements:
69
83
  - - ">="
70
84
  - !ruby/object:Gem::Version
71
85
  version: '0'
72
86
  requirements: []
73
- rubygems_version: 3.4.13
87
+ rubygems_version: 3.5.3
74
88
  signing_key:
75
89
  specification_version: 4
76
90
  summary: GoogleCalendar extension for iCalendar gem