almanack 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/almanack/version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edcbe493e1eeafbf85972b28c5427a87c48ef3e6
|
4
|
+
data.tar.gz: 7b74a5466823eacc3ef1a50bc35966e575225f42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
data/lib/almanack/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module Almanack
|
2
2
|
CODENAME = "Garlick"
|
3
|
-
VERSION = "1.0.
|
4
|
-
HOMEPAGE = "https://github.com/Aupajo/
|
5
|
-
ISSUES = "https://github.com/Aupajo/
|
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
|
+
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-
|
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/
|
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.
|
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.
|