lita-confirmation 1.0.0 → 1.0.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: 7dbf0cdbb701aa0e6ea7401afdb7b975deca6ec2
4
- data.tar.gz: 83d610ba6ba79faf3e7b6d14b6a28603a398c1e1
3
+ metadata.gz: e78a0066682a248e2e67cfbde1f7b134e670207f
4
+ data.tar.gz: 8edf2ed03676dff983a8017c17f14dccd129d788
5
5
  SHA512:
6
- metadata.gz: 942edf15a97f44a1d28e52c1af7d585387538540df128a3e40809bacbd13366b16da97e9a7747dad7d5786e1e28fdb3f17b604f3e9845d400f39bd577fb6e9ab
7
- data.tar.gz: 59e4ee613cbf06f2130065066b712fd46a3d1e53c82aafd3c6ae6d5a1d99d3e4f8bb0a367dac6c73f164bcc78f86f608e33dadb6ecbe47c36c9a2111847193e8
6
+ metadata.gz: c4d72380c656a9333f35fbb60a020653c0db3dc8b772a5d3d6faa30604158990743906e9b85853c67772b78c1a9481acc6d5952f1cc18af0f960541b5eef9f3a
7
+ data.tar.gz: 421713743b9d65aa3412668ac27776f88cb2155286f7ca09690fa1338af7a2c53732bdbc139c13790073d6564b99b10c3043363c104e36e3d2b7bc0763be5cc2
data/README.md CHANGED
@@ -84,7 +84,7 @@ Alice: Lita, danger
84
84
  Lita: This command requires confirmation. To confirm, send the command "confirm 636f308"
85
85
  Alice: Waiting 15 seconds...
86
86
  Alice: Lita, confirm 636f308
87
- Lita: 636f308 is not a valid confirmation code. It may have expired. Please run the original command agin.
87
+ Lita: 636f308 is not a valid confirmation code. It may have expired. Please run the original command again.
88
88
  ```
89
89
 
90
90
  ## License
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-confirmation"
3
- spec.version = "1.0.0"
3
+ spec.version = "1.0.1"
4
4
  spec.authors = ["Jimmy Cuadra"]
5
5
  spec.email = ["jimmy@jimmycuadra.com"]
6
6
  spec.description = %q{A Lita extension to require confirmation for commands.}
@@ -8,6 +8,6 @@ en:
8
8
  help:
9
9
  key: confirm CODE
10
10
  value: Confirms a previously sent command with the confirmation code CODE.
11
- invalid_code: "%{code} is not a valid confirmation code. It may have expired. Please run the original command agin."
11
+ invalid_code: "%{code} is not a valid confirmation code. It may have expired. Please run the original command again."
12
12
  other_user_required: "Confirmation %{code} must come from a different user."
13
13
  user_in_group_required: "Confirmation %{code} must come from a user in one of the following authorization groups: %{groups}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-confirmation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-23 00:00:00.000000000 Z
11
+ date: 2015-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  requirements: []
138
138
  rubyforge_project:
139
- rubygems_version: 2.2.2
139
+ rubygems_version: 2.4.5
140
140
  signing_key:
141
141
  specification_version: 4
142
142
  summary: A Lita extension to require confirmation for potentially dangerous commands.