lita-freesound 0.1.1 → 0.1.3

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: b23e876b8910271c12e9b70615822f84678ae0d8
4
- data.tar.gz: 493f9331dce4fac957e5c8c368ecda793f5d75ac
3
+ metadata.gz: 5a4be338dee5c6a271f096a97d9c98741ac1bf60
4
+ data.tar.gz: 15f7e107a0e9f93e683a7d9ec756784fa0106847
5
5
  SHA512:
6
- metadata.gz: f6278ce7043172532883a0a977f3eaa9de2829e0b7f099251cef6073e758dec29870beb00651c45e657ea4fbf85f718b58122c42a9e529107c8567265df2c8a5
7
- data.tar.gz: 2db6dc05cb4957ff6bcb55d14c907fa45493340ea7ab56ce97c6df06bd38298dd5e81de441206ff2ac034490a5ec7b096de60415f4e57d30f9645997ef96793d
6
+ metadata.gz: 15847bba5ef59eed6c97d3681f6453279999d9bbc3020b0fb1ee323ee942801b089f1c2e835ee33fc1837dc60718510695bb76bdb2d72e958d8405c679549c2c
7
+ data.tar.gz: 4c938e03e9465e90b94eb470a2f4b6863ec92a56f502a1e7e8445bfc228171375643262b91c04d812e162da641fed03227f128be475c056bf64f0320f08e22a8
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # lita-freesound
2
2
 
3
- `lita-freesound` is a [Lita](http://lita.io) handler that searches Freesound.org's multitudes of sounds and returns the top hit.
3
+ `lita-freesound` is a [Lita](http://lita.io) handler that searches [Freesound.org](http://freesound.org)'s multitudes of sounds and returns the top hit.
4
4
 
5
5
  ## Installation
6
6
 
7
- Add lita-freesound to your Lita instance's Gemfile:
7
+ Add `lita-freesound` to your Lita instance's `Gemfile`:
8
8
 
9
9
  ``` ruby
10
10
  gem "lita-freesound"
@@ -16,6 +16,16 @@ gem "lita-freesound"
16
16
 
17
17
  * `api_key` (String) - The bot's Freesound API key. Get one [here](http://www.freesound.org/apiv2/apply).
18
18
 
19
+ Add a line to your `lita_config.rb` with your Freesound API Key.
20
+
21
+ ``` ruby
22
+ Lita.configure do |config|
23
+ ...
24
+ config.handlers.freesound.api_key = "FREESOUND_API_KEY_HERE"
25
+ ...
26
+ end
27
+ ```
28
+
19
29
  ### Testing
20
30
 
21
31
  To run rspec's tests, please add your Freesound API key to an environment variable called `FREESOUND_KEY`.
data/Rakefile CHANGED
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-freesound"
3
- spec.version = "0.1.1"
3
+ spec.version = "0.1.3"
4
4
  spec.authors = ["Michael Chadwick"]
5
5
  spec.email = ["michael.chadwick@gmail.com"]
6
6
  spec.description = %q{A Lita handler for interfacing with Freesound.org.}
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-freesound
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chadwick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2017-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.6.1
137
+ rubygems_version: 2.6.13
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: A Lita handler for interfacing with Freesound.org.