almanack 1.3.0.rc1 → 1.3.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: cfc9136fa4680e8bd391dca4a764592d27ec9fb41bde609986ccc47c5476306f
4
- data.tar.gz: 87e47bcb6900fba580099c083e01f09bd3681e4fec89cc4b1a000d114d2f04af
3
+ metadata.gz: bc7bd16485979d6121b247bf07d1f1f3c1f94951df8ffc09077a802c8b82ccd9
4
+ data.tar.gz: 7e58c8227531bf4fb9d0469317d199af2c20ba71829df62cc042dfd8e2df95ff
5
5
  SHA512:
6
- metadata.gz: e53e216b45cfc1038370d30bbba67e53bc0de9cd59a223b1125a9b77caa1a43a20a2ba4506d22b0edffbe3f0b9c1208c1ffdb4783d5086b4d8594b7faacad7c4
7
- data.tar.gz: ecb5487daa8ffe180b8e88f92304354d68bcad2373c17bdacc6f2bba5f946954770206c433cca92498dfd607e66b14cd7cc29b7599f159abbc5f9f329d843175
6
+ metadata.gz: 5d59a6b6b39be1f6764872df84a3c3c33d764bd7ba0c7d4a6cac76aac63379aa59c4e3f59157fadf29ae62a25a48b2b9e71812479e1f4bdbb0e51304893ee48e
7
+ data.tar.gz: 81f2437e8e5ad5c9a2f42f396119f866f897ece4321a7811589fc148bfe2ffa570d8f66723f54ebc870389332fbbcfc69808468d24087afe0ff9550a56a356af
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -0,0 +1,66 @@
1
+ ### 2020-01-07, Version 1.3.0
2
+
3
+ * [#42](https://github.com/Aupajo/almanack/pull/42) Replace [RiCal](https://github.com/rubyredrick/ri_cal) with [icalendar](https://github.com/icalendar/icalendar) to support the extended RFC 5455 calendar standard
4
+
5
+ ### 2020-01-07, Version 1.2.1
6
+
7
+ * [#41](https://github.com/Aupajo/almanack/pull/41) Replace defunct [ruby-sass](https://github.com/sass/ruby-sass) with [sassc](https://rubygems.org/gems/sassc)
8
+
9
+ ### 2019-11-23, Version 1.2.0
10
+
11
+ * [#38](https://github.com/Aupajo/almanack/issues/38) Remove Meetup support (see [#36](https://github.com/Aupajo/almanack/issues/36) for rationale)
12
+
13
+ ### 2019-11-23, Version 1.1.5
14
+
15
+ * [#37](https://github.com/Aupajo/almanack/issues/37) Deprecate Meetup support (see [#36](https://github.com/Aupajo/almanack/issues/36) for rationale)
16
+
17
+ ### 2019-08-22, Version 1.1.4
18
+
19
+ * Security update: upgrade Nokogiri 1.10.4 to address CVE-2019-11068
20
+
21
+ ### 2019-06-15, Version 1.1.3
22
+
23
+ * Handle full-day events
24
+ * Add support for iCal files and IO
25
+
26
+ ### 2019-05-18, Version 1.1.2
27
+
28
+ * Strip unnecessary port numbers from `feed_url`
29
+
30
+ ### 2019-05-11, Version 1.1.1
31
+
32
+ * Align Almanack with `bundle gem` defaults
33
+
34
+ ### 2019-04-18, Version 1.1.0
35
+
36
+ * Parallelized event source retrieval (large speed-up for configurations with many calendars)
37
+ * Ruby 2.6 support
38
+ * Improved Unicode handling
39
+ * Expose a JSON API
40
+
41
+ ### 2014-10-25, Version 1.0.5
42
+
43
+ * Remove references to earlier Sinatra-Gcal project
44
+
45
+ ### 2014-08-11, Version 1.0.4
46
+
47
+ * Use Faraday for requests
48
+ * Add a `now` helper method for templates
49
+
50
+ ### 2014-07-29, Version 1.0.3
51
+
52
+ * Fix for `.sass-cache`
53
+
54
+ ### 2014-07-27, Version 1.0.2
55
+
56
+ * Support `@import` in Sass
57
+
58
+ ### 2014-07-23, Version 1.0.1
59
+
60
+ * Support Meetup events without locations
61
+ * Support Ruby 2.0 and 2.1
62
+ * Custom lookahead
63
+
64
+ ### 2014-07-19, Version 1.0.0
65
+
66
+ * Initial release
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- almanack (1.3.0.rc1)
4
+ almanack (1.3.0)
5
5
  activesupport
6
6
  addressable
7
7
  faraday
@@ -55,12 +55,12 @@ GEM
55
55
  multipart-post (2.1.1)
56
56
  mustermann (1.1.1)
57
57
  ruby2_keywords (~> 0.0.1)
58
- nokogiri (1.10.5)
58
+ nokogiri (1.10.7)
59
59
  mini_portile2 (~> 2.4.0)
60
60
  pry (0.12.2)
61
61
  coderay (~> 1.1.0)
62
62
  method_source (~> 0.9.0)
63
- public_suffix (4.0.1)
63
+ public_suffix (4.0.3)
64
64
  rack (2.0.8)
65
65
  rack-contrib (2.1.0)
66
66
  rack (~> 2.0)
@@ -73,15 +73,15 @@ GEM
73
73
  rspec-core (~> 3.9.0)
74
74
  rspec-expectations (~> 3.9.0)
75
75
  rspec-mocks (~> 3.9.0)
76
- rspec-core (3.9.0)
77
- rspec-support (~> 3.9.0)
76
+ rspec-core (3.9.1)
77
+ rspec-support (~> 3.9.1)
78
78
  rspec-expectations (3.9.0)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
80
  rspec-support (~> 3.9.0)
81
- rspec-mocks (3.9.0)
81
+ rspec-mocks (3.9.1)
82
82
  diff-lcs (>= 1.2.0, < 2.0)
83
83
  rspec-support (~> 3.9.0)
84
- rspec-support (3.9.0)
84
+ rspec-support (3.9.2)
85
85
  ruby2_keywords (0.0.1)
86
86
  safe_yaml (1.0.5)
87
87
  sassc (2.2.1)
data/README.md CHANGED
@@ -13,7 +13,7 @@ See a demo running at [http://chch-events.herokuapp.com/](http://chch-events.her
13
13
  ## Features
14
14
 
15
15
  * Aggregate multiple calendars together into one stream
16
- * Supports iCal feeds (incuding Google Calendars)
16
+ * Supports iCal feeds (including Google Calendars)
17
17
  * ~Supports Meetup.com groups~ (see https://github.com/Aupajo/almanack/issues/36)
18
18
  * Just supply a hash to create any arbitrary event
19
19
  * Supports being freely hosted on Heroku
@@ -22,6 +22,10 @@ See a demo running at [http://chch-events.herokuapp.com/](http://chch-events.her
22
22
  * Rack-compatible (can be mounted inside a Rails app if needed)
23
23
  * Produces iCal feed for smartphone and desktop calendar apps to subscribe to
24
24
 
25
+ ## Changelog
26
+
27
+ See [CHANGELOG](CHANGELOG.md).
28
+
25
29
  ## Simple setup
26
30
 
27
31
  This option can host your calendar for free light use.
@@ -38,17 +42,14 @@ This option can host your calendar for free light use.
38
42
 
39
43
  Almanack is cryptographically signed. You can install it like any other gem, but you can also do so in a way that verifies the gem hasn't been tampered with.
40
44
 
41
- Add my public key (if you haven’t already) as a trusted certificate:
45
+ Add my public key (if you haven’t already) as a trusted certificate and install the gem:
42
46
 
43
47
  gem cert --add <(curl -Ls https://raw.github.com/aupajo/almanack/master/certs/aupajo.pem)
44
-
45
- Then install the gem:
46
-
47
48
  gem install almanack -P HighSecurity
48
49
 
49
50
  All my dependencies are cryptographically signed, so you can use the `HighSecurity` option. [Read more](http://docs.seattlerb.org/rubygems/Gem/Security.html).
50
51
 
51
- Checksums for released gems can be found in `checksums`.
52
+ Checksums for released gems can be verified in `checksums`.
52
53
 
53
54
  ## Creating a calendar
54
55
 
@@ -0,0 +1 @@
1
+ fc0dd03519259ffa6e2746f2745c171ddb0d60a71cde37533009290961959043
@@ -0,0 +1 @@
1
+ 8532f681a39d2c6756d4c31f18aa7f067468f1aa1941131327de07cc7c08d8a123673cb23020670f5d3f5352f9e3aec33ef729ebdc53af019f6249bc10ec51b6
@@ -1,6 +1,6 @@
1
1
  module Almanack
2
2
  CODENAME = "Garlick"
3
- VERSION = "1.3.0.rc1"
3
+ VERSION = "1.3.0"
4
4
  HOMEPAGE = "https://github.com/Aupajo/almanack"
5
5
  ISSUES = "https://github.com/Aupajo/almanack/issues"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: almanack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.rc1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Nicholls
@@ -34,7 +34,7 @@ cert_chain:
34
34
  dZpUW6Gfv2VtOtiN0Q3PjLK+TRjHtqYBjbxa771Msax3xs40e2cSVU/dO+OY5NmR
35
35
  a61dVmZ1PIJiY+jyzJSb8ohHVx4=
36
36
  -----END CERTIFICATE-----
37
- date: 2020-01-05 00:00:00.000000000 Z
37
+ date: 2020-01-06 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: sinatra
@@ -341,6 +341,7 @@ files:
341
341
  - ".gitignore"
342
342
  - ".rspec"
343
343
  - ".travis.yml"
344
+ - CHANGELOG.md
344
345
  - CODE_OF_CONDUCT.md
345
346
  - Gemfile
346
347
  - Gemfile.lock
@@ -367,6 +368,8 @@ files:
367
368
  - checksums/almanack-1.2.0.gem.sha512
368
369
  - checksums/almanack-1.2.1.gem.sha256
369
370
  - checksums/almanack-1.2.1.gem.sha512
371
+ - checksums/almanack-1.3.0.rc1.gem.sha256
372
+ - checksums/almanack-1.3.0.rc1.gem.sha512
370
373
  - example.ru
371
374
  - exe/almanack
372
375
  - lib/almanack.rb
@@ -414,11 +417,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
414
417
  version: '0'
415
418
  required_rubygems_version: !ruby/object:Gem::Requirement
416
419
  requirements:
417
- - - ">"
420
+ - - ">="
418
421
  - !ruby/object:Gem::Version
419
- version: 1.3.1
422
+ version: '0'
420
423
  requirements: []
421
- rubygems_version: 3.0.3
424
+ rubygems_version: 3.1.2
422
425
  signing_key:
423
426
  specification_version: 4
424
427
  summary: Combined events calendar for Google Calendar, iCal, and friends.
metadata.gz.sig CHANGED
Binary file