calendar-to-queue 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/{calendar_to_queue.rb → calendar-to-queue.rb} +0 -0
- data/lib/calendar_to_queue/version.rb +1 -1
- metadata +3 -4
- data/README.rdoc +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b998f08d4433eecfebff29a3f1c866bb3bab9e1d
|
4
|
+
data.tar.gz: 006afa20aa2758d06f52cf420c59b31eabd79ab8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c74fed6ac69acfa7600fbc7f051c93f7d3d87f8e3434ae03e6010486926ccbcdf7f3747ff81343749c0ab23299d71bae3a267362b4ed978ee0259621220e634
|
7
|
+
data.tar.gz: a319091e234be1a755bb3888420300fbfd6111f7f9c994560157ce0b414740b2efd9cad6c40ee2378b69b218a63084e2ef5990a14555209b22cda1ffeb958624
|
data/CHANGELOG.md
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calendar-to-queue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Naegle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -63,7 +63,6 @@ extra_rdoc_files: []
|
|
63
63
|
files:
|
64
64
|
- CHANGELOG.md
|
65
65
|
- MIT-LICENSE
|
66
|
-
- README.rdoc
|
67
66
|
- Rakefile
|
68
67
|
- app/assets/javascripts/calendar_to_queue/application.js
|
69
68
|
- app/assets/stylesheets/calendar_to_queue/application.css
|
@@ -76,7 +75,7 @@ files:
|
|
76
75
|
- config/routes.rb
|
77
76
|
- db/migrate/20160229221448_create_calendar_to_queue_google_calendar_pushes.rb
|
78
77
|
- db/migrate/20160229224219_create_calendar_to_queue_queues.rb
|
79
|
-
- lib/
|
78
|
+
- lib/calendar-to-queue.rb
|
80
79
|
- lib/calendar_to_queue/access_control/admin_authentication.rb
|
81
80
|
- lib/calendar_to_queue/access_control/admin_authorization.rb
|
82
81
|
- lib/calendar_to_queue/configuration.rb
|