coconductor 0.9.1 → 0.9.2

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
  SHA256:
3
- metadata.gz: 9fd3d9f82c0aec28b73f9f692226a6ea3a962ff13deb2315e520363afc73c3ae
4
- data.tar.gz: 0023d2b81bc25e49604bf25828e84a30f92b5de5bb4f1c3ba90dafb56254e680
3
+ metadata.gz: 98f87de1353be1f78ac5c9681665d212c2faba34969e404bfeb02f1cdc58d68b
4
+ data.tar.gz: 4c209e587734390fff1b9d8793d65c9210a7d80e01c9073c93abe4a7ac3a6fee
5
5
  SHA512:
6
- metadata.gz: 03324bbb7084bf316394ae361cba6d7ca844c825b87525f7f78e06c4c82642bd911defd2f0f06c7f979c8731dc4d29c392a9e318626007649172e0a50ff643a8
7
- data.tar.gz: c63dc0a0abfea44a913d11435370ed7044c70985136ccc3ee8c113fd03f0e4b1b275a412a0592d4424dc806677aea1e1984b54cdc3d3d292209b950af1a6623a
6
+ metadata.gz: ea64e1848d9ab8caa5a85421bc2299208736c6f0019cf2e29fc168580729ae7384586fd48064fe52c9fc172d062bc412597216baf8e537fec490c55048a3efe5
7
+ data.tar.gz: 98a9042d5fe4ef83caad64845c9d2898697aec8e8a053fc2f8422d314907352482fc38a07b04cfac12356cc0ed8d17ddb159144374223df6623ae091ce4da6b9
@@ -40,7 +40,7 @@ module Coconductor
40
40
  def initialize(raw_text, name: nil, description: nil)
41
41
  @raw_text = raw_text
42
42
  @name = name
43
- @description = description if description && description != ''
43
+ @description = description.capitalize if description && description != ''
44
44
  end
45
45
 
46
46
  # The unformatted field name as found in the code of conduct text
@@ -1,3 +1,3 @@
1
1
  module Coconductor
2
- VERSION = '0.9.1'.freeze
2
+ VERSION = '0.9.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter