lita-alexa-news-publisher 0.1.0 → 0.1.1

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: b2fad671510b873e6f6cbaddd8b87d1959c8ab14
4
- data.tar.gz: 832b62ce7488a6cfa0b1d6dd1d6a9b52205222d6
3
+ metadata.gz: ef03eb0d9930ea913f591167b1a5223a71b02b9f
4
+ data.tar.gz: 59b7976495e5382c85ab9c3ff8f25dfdcbbf8944
5
5
  SHA512:
6
- metadata.gz: 929af83a3c80d6ebde67105eb1778883fb4a1b9117b3128190f8408675e1e4377daf2ced62949a421f7aa4254c2824636b30c9dd71f6ac4c57aa7778f2fff42f
7
- data.tar.gz: a388702bc3ad24606d081b5b23d3e12c52576c92eed7c34b6acf7a2401db50dde136552a95680b98886767e907d3f1a6381ca1291880dede3929adc104c4a411
6
+ metadata.gz: a5294ca1b84e390c75f05e12bae8afc19d439e66229130752837d0a797d1d892b78a286e916ee7e2c2ddf26269b403be6340badb963b815321a132bbac39c818
7
+ data.tar.gz: efdd8030c45b51703fb4925aeabacb4700958760a60731c09d048b2f75972fa899c3bbfe913064a85a65c4ab20301fd44606b7350648ae7dac9686da6875cd0a
data/PRIVACY.md ADDED
@@ -0,0 +1,3 @@
1
+ # Privacy policy for Alexa
2
+
3
+ This bot will temporarily store your chat username in a database. We currently have no plans to use that information other than as an identifier in the newsfeed i.e. "dpritchett said hello".
@@ -32,6 +32,10 @@ module Lita
32
32
  }
33
33
  end
34
34
 
35
+ # allow other handlers to send messages through this system
36
+ # usage: robot.trigger(:save_alexa_message, username: 'user', message: 'message')
37
+ on :save_alexa_message, :save_message
38
+
35
39
  def save_message(username:, message:)
36
40
  payload = {
37
41
  username: username,
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-alexa-news-publisher"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Daniel J. Pritchett"]
5
5
  spec.email = ["dpritchett@gmail.com"]
6
6
  spec.description = "Allows Lita users to publish a .plan-style personal news feed for consumption as an Alexa Flash Briefing source"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-alexa-news-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Pritchett
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-18 00:00:00.000000000 Z
11
+ date: 2017-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -133,10 +133,10 @@ files:
133
133
  - ".gitignore"
134
134
  - ".travis.yml"
135
135
  - Gemfile
136
+ - PRIVACY.md
136
137
  - README.md
137
138
  - Rakefile
138
139
  - lib/lita-alexa-news-publisher.rb
139
- - lib/lita/handlers/.alexa_news_publisher.rb.swp
140
140
  - lib/lita/handlers/alexa_news_publisher.rb
141
141
  - lita-alexa-news-publisher.gemspec
142
142
  - locales/en.yml