lita-onewheel-halfstaff 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: 290901849c5e734b3db6f9f45f3b771a9e116bdb
4
- data.tar.gz: 87537cc5a6b4c996628649f827d4b43be56f76f1
3
+ metadata.gz: 57ec2e1db2c2abc8f8e0ea73ea2187fba819fc0f
4
+ data.tar.gz: 3799997a847da0a3eb7a24a49daee134663616d9
5
5
  SHA512:
6
- metadata.gz: 6c7c210d321db2ed0240a9eb4fe5d34d1448255c730743652f39c6e9b21291587f33ee761bcc9a29d0912b2445ef057d210d26bd2772a840fda194c0e39b5fd3
7
- data.tar.gz: af6d929328681b4a2b0fcb2128f7548a30be041e2fafa98c4f635477a14c3c123a871602a60e5405c3944823be1fd56fede35ab87251e246f35476f866357af2
6
+ metadata.gz: 650d6e2baadcae6abbce582817946125e4c32e7da1699c346eee45e2ba0184e82c715dc7faea049c0b1fb6bb77180147b1b11d82e18e8015cf18e047ab7f2a71
7
+ data.tar.gz: 6e4530c74584fa7fb717ffc783be88c118db48591b6c94f518a6b4ec9177b90150f3f33fde145fb5f97db40b805c103b08916874395cc3d0cbfdbfc02080f474
@@ -6,11 +6,13 @@ module Lita
6
6
  class OnewheelHalfstaff < Handler
7
7
  route /^half(staff|mast)$/,
8
8
  :get_flag_status,
9
- command: true
9
+ command: true,
10
+ help: {'halfstaff' => 'Get any current half staff information from flagsexpress.com.'}
10
11
 
11
12
  route /^half(staff|mast) history$/,
12
13
  :get_history,
13
- command: true
14
+ command: true,
15
+ help: {'halfstaff history' => 'Get the wikipedia history of lowering the flag to half staff(mast).'}
14
16
 
15
17
  def get_flag_status(response)
16
18
  flag_data = get_flag_data
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-onewheel-halfstaff'
3
- spec.version = '0.1.0'
3
+ spec.version = '0.1.1'
4
4
  spec.authors = ['Andrew Kreps']
5
5
  spec.email = ['andrew.kreps@gmail.com']
6
6
  spec.description = %q{View the current US flag half-staff status.}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-onewheel-halfstaff
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
  - Andrew Kreps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-29 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita