meetalendar 0.0.4 → 0.1.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: 00dc86d0704d52e9c8b2d2177dae374a564f6b728a14c2ce542e33bcc9930060
4
- data.tar.gz: 4017dce8eaa0affcbbc04d2ee93afc6e9e11141bb07159bcc0ffa0a939dfd6a3
3
+ metadata.gz: 885bc0b89c52caea81eea43beb4ae9e219db1a0a1dee2acf53882432b4c532a1
4
+ data.tar.gz: '049e3f6bcc14a1a211acb99d70d59fee7a155581fe44e24d91a4d66641407a59'
5
5
  SHA512:
6
- metadata.gz: 66291719a607e458cdee7a7144d55c7e7b6d7c0d301704046c0f49d0a87177fa21b15210a707a813dc7e21866232d0023f9a156d381ca31dda112f23e5ca138a
7
- data.tar.gz: cd6c9d5585f1d74c92c0c8470e233f5da6fb688376a369197c099baa1043dd68a6d5489eb2581c35e8eccfe8e2b8b760ea0c0769e1bbf863dafe29f342f799da
6
+ metadata.gz: 2c1f56c87c26a78153ea5d64a1354f64cc459155112728d35c3436d35c12d50423864bbf1bd52ffb645a9ab7794b9f909efb23b49d36edd4bf4f3249d7591977
7
+ data.tar.gz: 17fd7b434c76cc02759251c22224fd84a23d1ee4a61983e9968792c844c350777f5253cde33a797cdb4c9ce9ceabed4dbcaa61423a871b4b25bd9f31f6e06dfb
@@ -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://www.hicknhack-software.com/"
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"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Meetalendar
4
4
 
5
- VERSION = "0.0.4"
5
+ VERSION = "0.1.0"
6
6
 
7
7
  end
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
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://www.hicknhack-software.com/
220
+ homepage: https://github.com/hicknhack-software/meetalendar
221
221
  licenses:
222
222
  - MIT
223
223
  metadata: {}