meetalendar 0.0.4 → 0.1.0
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 +4 -4
- data/comfy_meetalendar.gemspec +1 -1
- data/lib/meetalendar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 885bc0b89c52caea81eea43beb4ae9e219db1a0a1dee2acf53882432b4c532a1
|
|
4
|
+
data.tar.gz: '049e3f6bcc14a1a211acb99d70d59fee7a155581fe44e24d91a4d66641407a59'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c1f56c87c26a78153ea5d64a1354f64cc459155112728d35c3436d35c12d50423864bbf1bd52ffb645a9ab7794b9f909efb23b49d36edd4bf4f3249d7591977
|
|
7
|
+
data.tar.gz: 17fd7b434c76cc02759251c22224fd84a23d1ee4a61983e9968792c844c350777f5253cde33a797cdb4c9ce9ceabed4dbcaa61423a871b4b25bd9f31f6e06dfb
|
data/comfy_meetalendar.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.version = Meetalendar::VERSION
|
|
11
11
|
s.authors = ["Andreas Schau @ HicknHack"]
|
|
12
12
|
s.email = ["andreas.schau@hicknhack-software.com"]
|
|
13
|
-
s.homepage = "https://
|
|
13
|
+
s.homepage = "https://github.com/hicknhack-software/meetalendar"
|
|
14
14
|
s.summary = "To have a section on a comfy website that allows gathering of meetup groups. So that their events can regularely be syncronized into a google calendar."
|
|
15
15
|
s.description = "This gem is a Comfortable-Mexican-Sofa Add-On and prensents all the needed functionality to search for relevant groups on meetup, remember the chosen ones and offers a task that can be called regularely to transcribe the meetup-groups events to a google calendar. TLDR: It allows the user to subscribe to meetup-groups events."
|
|
16
16
|
s.license = "MIT"
|
data/lib/meetalendar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meetalendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andreas Schau @ HicknHack
|
|
@@ -217,7 +217,7 @@ files:
|
|
|
217
217
|
- lib/meetalendar/routing.rb
|
|
218
218
|
- lib/meetalendar/version.rb
|
|
219
219
|
- lib/tasks/meetalendar_tasks.rake
|
|
220
|
-
homepage: https://
|
|
220
|
+
homepage: https://github.com/hicknhack-software/meetalendar
|
|
221
221
|
licenses:
|
|
222
222
|
- MIT
|
|
223
223
|
metadata: {}
|