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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lita-password.gemspec +2 -2
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68011028a1366acafba7434ec5e6e4a0fc342c6b
4
- data.tar.gz: e191c087330fc1b085f225952a293a9edf540bb4
3
+ metadata.gz: 66e4e6ea6303ac7bc551a40be58762a7bd92b117
4
+ data.tar.gz: 4ed02b2d58864af4ce3dca29b703fdf7c12daae7
5
5
  SHA512:
6
- metadata.gz: 252b1822413a48ee0a8972485b5033337a5fbb611557d5b211eacd34bcbb89a0578ff6583e13e34deb2d5702d298668081db06e76271cbb81a75088f6d4a366c
7
- data.tar.gz: e1ddfeb1336463abfc6597c2dc8e251285976e7fc41374550a149956608878e13f7edacb6ce444e1b2da92e6f9878bcefa678b5bf67e59ac3eef31488ff14ba8
6
+ metadata.gz: 6cc149bda74f0be94573db77852228814bf58bfe451b535ba75d34c33a64fe1bfe1be5af7c8437f70d6bbb95f7d99adc94fa3c52c9c7571182c3a6c74e9e1b72
7
+ data.tar.gz: f2c9a15668a7035c7dc51f6a8f949d98f4b18d7e93c865284bd1210886a3c78ea46190c295962e2b1fa42d6a3955fc21540673a9957c77435b6483b66778acb8
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-password"
3
- spec.version = "0.1.4"
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" => "adapter" }
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
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-04-05 00:00:00.000000000 Z
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: adapter
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.2.2
151
+ rubygems_version: 2.4.5
151
152
  signing_key:
152
153
  specification_version: 4
153
154
  summary: "@Lita password --> random strong password"