almanack 1.0.4 → 1.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. data/lib/almanack/version.rb +3 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe53eb2cd99063253c8164224af13ad6a9d8c0e4
4
- data.tar.gz: d9bea9d46b17cbdd855b15a88ca31453b1cd8789
3
+ metadata.gz: edcbe493e1eeafbf85972b28c5427a87c48ef3e6
4
+ data.tar.gz: 7b74a5466823eacc3ef1a50bc35966e575225f42
5
5
  SHA512:
6
- metadata.gz: fb5812256cb74b0d8045df525078dd1946206f8523da3a88b9b924bde801b4d35f64117bce407e0433261bb2f3c5e58ea84adeca9af659d1230126ea2350c39e
7
- data.tar.gz: 91bf2d03200306091280e7df21e53313ef7b956f0b8e3a1fa8e3df16454bf02a7dbfc316751226c3c2f3934caed0a708d08a1eeccf7a83432396eb500e06a1f1
6
+ metadata.gz: d1082a9baf6ff0d079604b21f03e1eb7a21ea480e7d49ea9ff1db95e80246e914cccd30137292de9787416571df53916710f8ed6b83713789dadeaeb2e7440ca
7
+ data.tar.gz: cb8546fed04c611ef7a93f60ad3a0bd3129558a9b3cfd33c5de86b68cc182115d28760d9521d5162c227ccf53293fa801c7f0eb2525277daf71f74276ab99cd2
data/README.md CHANGED
@@ -4,8 +4,6 @@
4
4
  [![Code Climate](https://codeclimate.com/github/Aupajo/almanack.png)](https://codeclimate.com/github/Aupajo/almanack)
5
5
  [![Gem Version](https://badge.fury.io/rb/almanack.svg)](http://badge.fury.io/rb/almanack)
6
6
 
7
- *This project was formerly Sinatra-GCal. A [legacy branch](https://github.com/Aupajo/almanack/tree/sinatra-gcal) exists for that project.*
8
-
9
7
  A calendar that combines events from different sources (such as Google Calendar, Meetup.com, and iCal feeds), and can be hosted for free on [Heroku](http://heroku.com).
10
8
 
11
9
  ![Sinatra GCal example](http://i.imgur.com/odgyR.png)
@@ -24,6 +22,10 @@ See a demo running at [http://christchurch.events.geek.nz](http://christchurch.e
24
22
  * Rack-compatible (can be mounted inside a Rails app if needed)
25
23
  * Produces iCal feed for smartphone and desktop calendar apps to subscribe to
26
24
 
25
+ ## Video tutorial
26
+
27
+ [![View on YouTube](http://i.imgur.com/4ifJAXD.jpg)](http://youtu.be/0tUcWHE0Zh0)
28
+
27
29
  ## Installation
28
30
 
29
31
  Run the following command:
@@ -1,6 +1,6 @@
1
1
  module Almanack
2
2
  CODENAME = "Garlick"
3
- VERSION = "1.0.4"
4
- HOMEPAGE = "https://github.com/Aupajo/sinatra-gcal"
5
- ISSUES = "https://github.com/Aupajo/sinatra-gcal/issues"
3
+ VERSION = "1.0.5"
4
+ HOMEPAGE = "https://github.com/Aupajo/almanack"
5
+ ISSUES = "https://github.com/Aupajo/almanack/issues"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: almanack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Nicholls
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-11 00:00:00.000000000 Z
11
+ date: 2014-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -294,7 +294,7 @@ files:
294
294
  - templates/new/Gemfile
295
295
  - templates/new/README.md.tt
296
296
  - templates/new/config.ru.tt
297
- homepage: https://github.com/Aupajo/sinatra-gcal
297
+ homepage: https://github.com/Aupajo/almanack
298
298
  licenses:
299
299
  - MIT
300
300
  metadata: {}
@@ -314,7 +314,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
314
314
  version: '0'
315
315
  requirements: []
316
316
  rubyforge_project:
317
- rubygems_version: 2.3.0
317
+ rubygems_version: 2.2.2
318
318
  signing_key:
319
319
  specification_version: 4
320
320
  summary: Combined events calendar for Google Calendar, iCal, Meetup.com and friends.