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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6417d2361f6ed7a6269d446c346b5029e74954b6
4
- data.tar.gz: cc274e815f1f78c952ae356c068e6ee448906407
3
+ metadata.gz: b998f08d4433eecfebff29a3f1c866bb3bab9e1d
4
+ data.tar.gz: 006afa20aa2758d06f52cf420c59b31eabd79ab8
5
5
  SHA512:
6
- metadata.gz: 8a45a8dcf323c41ed08412861695ca5ed446bfc4535870fb3f1db7bf1cbd1ab47b3af81fd77c2054151f8e70315e94df19717ccc63efbf70842a848d1cd1a511
7
- data.tar.gz: 7bc24954e52adf11f91a4ef4f7a73b486c0e5936dcb1d1fd168868368a72466307942a0b2c481a08fd2d6016f2143aaef36c3b6297f744241a06acdf73e53b04
6
+ metadata.gz: 0c74fed6ac69acfa7600fbc7f051c93f7d3d87f8e3434ae03e6010486926ccbcdf7f3747ff81343749c0ab23299d71bae3a267362b4ed978ee0259621220e634
7
+ data.tar.gz: a319091e234be1a755bb3888420300fbfd6111f7f9c994560157ce0b414740b2efd9cad6c40ee2378b69b218a63084e2ef5990a14555209b22cda1ffeb958624
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ = 0.0.2
2
+
3
+ - Fix not automatically requiring the gem
4
+ - Readme with installation / getting started instructions
5
+
1
6
  = 0.0.1
2
7
 
3
- Initial Version
8
+ - Initial Version
File without changes
@@ -1,3 +1,3 @@
1
1
  module CalendarToQueue
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-01 00:00:00.000000000 Z
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/calendar_to_queue.rb
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
data/README.rdoc DELETED
@@ -1,5 +0,0 @@
1
- = CalendarToQueue
2
-
3
- Mountable endpoint for Calendar Push Notifications from Google Calenders that
4
- are placed into AWS Message Queues or a database for consumption.
5
-