lita-password 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lita-password.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66e4e6ea6303ac7bc551a40be58762a7bd92b117
|
4
|
+
data.tar.gz: 4ed02b2d58864af4ce3dca29b703fdf7c12daae7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cc149bda74f0be94573db77852228814bf58bfe451b535ba75d34c33a64fe1bfe1be5af7c8437f70d6bbb95f7d99adc94fa3c52c9c7571182c3a6c74e9e1b72
|
7
|
+
data.tar.gz: f2c9a15668a7035c7dc51f6a8f949d98f4b18d7e93c865284bd1210886a3c78ea46190c295962e2b1fa42d6a3955fc21540673a9957c77435b6483b66778acb8
|
data/lita-password.gemspec
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-password"
|
3
|
-
spec.version = "0.1.
|
3
|
+
spec.version = "0.1.5"
|
4
4
|
spec.authors = ["John Romkey"]
|
5
5
|
spec.email = ["romkey@romkey.com"]
|
6
6
|
spec.description = "Lita plugin to generate passwords"
|
7
7
|
spec.summary = "@Lita password --> random strong password"
|
8
8
|
spec.homepage = "https://github.com/romkey/lita-password"
|
9
9
|
spec.license = "MIT"
|
10
|
-
spec.metadata = { "lita_plugin_type" => "
|
10
|
+
spec.metadata = { "lita_plugin_type" => "handler" }
|
11
11
|
|
12
12
|
spec.files = `git ls-files`.split($/)
|
13
13
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-password
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Romkey
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|
@@ -117,6 +117,7 @@ extra_rdoc_files: []
|
|
117
117
|
files:
|
118
118
|
- ".gitignore"
|
119
119
|
- Gemfile
|
120
|
+
- Gemfile.lock
|
120
121
|
- LICENSE
|
121
122
|
- README.md
|
122
123
|
- Rakefile
|
@@ -130,7 +131,7 @@ homepage: https://github.com/romkey/lita-password
|
|
130
131
|
licenses:
|
131
132
|
- MIT
|
132
133
|
metadata:
|
133
|
-
lita_plugin_type:
|
134
|
+
lita_plugin_type: handler
|
134
135
|
post_install_message:
|
135
136
|
rdoc_options: []
|
136
137
|
require_paths:
|
@@ -147,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
148
|
version: '0'
|
148
149
|
requirements: []
|
149
150
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.
|
151
|
+
rubygems_version: 2.4.5
|
151
152
|
signing_key:
|
152
153
|
specification_version: 4
|
153
154
|
summary: "@Lita password --> random strong password"
|