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 +4 -4
- data/README.md +1 -1
- data/lita-confirmation.gemspec +1 -1
- data/locales/en.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e78a0066682a248e2e67cfbde1f7b134e670207f
|
4
|
+
data.tar.gz: 8edf2ed03676dff983a8017c17f14dccd129d788
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lita-confirmation.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-confirmation"
|
3
|
-
spec.version = "1.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.}
|
data/locales/en.yml
CHANGED
@@ -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
|
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.
|
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:
|
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.
|
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.
|