lita-crazycaps 0.0.2 → 0.0.3

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-crazycaps.gemspec +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3cd751acffc1970d3cc71b5b0bd936dae5100bc
4
- data.tar.gz: 97d63a68605a179843aff832cfc80aa0c2ed7a7d
3
+ metadata.gz: ee07a5800c791cece00966461ad882d6280e750a
4
+ data.tar.gz: b5cd7329f1a81ad4a28c24a037ddfcaca62b92f3
5
5
  SHA512:
6
- metadata.gz: 2f2b8bcbad204582fbd3ab237c6194ca0d137477e24826dd9354498597046a784ee691ef6f3b5180b104aa1c8df0faddb281668f26eddcfabfac81be26013662
7
- data.tar.gz: 905d6ae0cce7086d9be5a4869b89f6103eecedf47049b36e65c2a5eb896b54823c59b7862475fee0262b689d040e81555bb41d3c1ac93c7d0bc1e961fc563cee
6
+ metadata.gz: ac30238774c6baed004aea018d0d3ba6b0d0c71c008b200769b69cb955fddbc5decf80f9b66e4ed7b9a21ff741475e55902252ae8180691921a737a8c71bcc04
7
+ data.tar.gz: cfc445d122fb8cb055cebfcffde5f74f264ddb2d09c346baddf4b2784912150a411a26458f326b60f9beb1e4cf847cfccb2106a054b86c1ef61958b9413c5fb8
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-crazycaps'
3
- spec.version = '0.0.2'
3
+ spec.version = '0.0.3'
4
4
  spec.authors = ['Michael Chadwick']
5
5
  spec.email = ['michael.chadwick@gmail.com']
6
- spec.description = ['A Lita handler that randomizes the capitalization of a phrase.']
7
- spec.summary = ['A Lita handler that randomizes the capitalization of a phrase.']
6
+ spec.description = 'A Lita handler that randomizes the capitalization of a phrase.'
7
+ spec.summary = 'A Lita handler that randomizes the capitalization of a phrase.'
8
8
  spec.homepage = 'https://github.com/michaelchadwick/lita-crazycaps'
9
9
  spec.license = 'MIT'
10
10
  spec.metadata = { 'lita_plugin_type' => 'handler' }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-crazycaps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chadwick
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: '["A Lita handler that randomizes the capitalization of a phrase."]'
97
+ description: A Lita handler that randomizes the capitalization of a phrase.
98
98
  email:
99
99
  - michael.chadwick@gmail.com
100
100
  executables: []
@@ -137,7 +137,7 @@ rubyforge_project:
137
137
  rubygems_version: 2.5.1
138
138
  signing_key:
139
139
  specification_version: 4
140
- summary: '["A Lita handler that randomizes the capitalization of a phrase."]'
140
+ summary: A Lita handler that randomizes the capitalization of a phrase.
141
141
  test_files:
142
142
  - spec/lita/handlers/crazycaps_spec.rb
143
143
  - spec/spec_helper.rb