almanack 1.1.0.beta2 → 1.1.0.beta3

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
  SHA1:
3
- metadata.gz: 10c99dfffb686948d337e833fb1e6b7ecb1f5158
4
- data.tar.gz: c28448a2dd460493f2cbddbdec8a661e5c291726
3
+ metadata.gz: e21aa623d1a2ba00d25e68b4b83952ff75fa224b
4
+ data.tar.gz: b5fbc63a1367a6223e37ecc14bae138cf870c126
5
5
  SHA512:
6
- metadata.gz: 41f12f532013e4ffe218a7f1cff3fbf794cf412c7f258e78a3a95ec5b9a5934619f7fb092fae6fa68a874ba6370f015499c1d66858bfc2d247cb6c075091110c
7
- data.tar.gz: 8c7845973b5ab3bf7e81c508d7a4d249cb1390312008d0eff1d0c162ab98ae1ab1471ba6dc2db88d66cbe88a072bd2ca51f512265587c02fcfbc9235439d2cb0
6
+ metadata.gz: ba54fea476de7d71383153bbcaa259e972bd1185444c85fa2fee14dcb21ac408402b0a26543cfd04dbcc133475a2ab619acd7775379553a1180fcb855814a76a
7
+ data.tar.gz: 17a704f8669a246bda5079298ea091f23c9c9fe51d848928ff2ebff00220b4fd1642d3729c5880929855dcb211999b821c40bbeb3e5e54ee7c71c55a91285f3d
@@ -3,7 +3,7 @@ module Almanack
3
3
  module Helpers
4
4
  # @return The URL to your consolidated iCal feed.
5
5
  def feed_url
6
- "webcal://#{request.host}:#{request.port}/#{settings.feed_path}"
6
+ "webcal://#{request.host}:#{request.port}/#{settings.feed_path}.ics"
7
7
  end
8
8
 
9
9
  # @return The URL to Almanack's project homepage.
@@ -1,6 +1,6 @@
1
1
  module Almanack
2
2
  CODENAME = "Garlick"
3
- VERSION = "1.1.0.beta2"
3
+ VERSION = "1.1.0.beta3"
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.1.0.beta2
4
+ version: 1.1.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Nicholls