contributor_covenant 0.1.2 → 0.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d398ba36562c9a9798cfce064f4595d912c8666fa76201eadfd24c27bc4b929
4
- data.tar.gz: ebc808aacfb25e472798ca0a9d2cb448152c2d2171353b3160881c6fca3ffc1c
3
+ metadata.gz: 3265a78e37b72739aa12b4294768ffabfb092b0c8833d8463725d519b081711a
4
+ data.tar.gz: a1f4ab20fba14928793fccdf5842b78f7dcd70400144ce26b72816107d88e7fe
5
5
  SHA512:
6
- metadata.gz: 2b4d321fb2d165ef62020f4cb929492a3205ba317fd3d182c85f3865402bae5618d6f3c15b0e197c5feae824e8387e8a502d49295534a6e58b0973fcad7fc87b
7
- data.tar.gz: eea37f3705e7ae981b4136bf19a3dca7e92d711c7e9e55c234441c37abdddddf4f0801ae79f68315dfe7e1c58de636cbb774345d908da810729bd29f803023d1
6
+ metadata.gz: 5d57baefbd458365ea9c8d3b13c1fcb4db4d1d952dc7860e05add00ade8e3b17726d98b626a86982dafbda5691c3917f223f7c1d855bff248fd4284fd3a7ab74
7
+ data.tar.gz: eff01907c42785c7621135ee4e6407f48f2d15e14c38207a19b8c973433fbcc7f20c5b0a717a6137705836fe5a28fb66af198b97e10a07170a8d282fb71b810e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- contributor_covenant (0.1.1)
4
+ contributor_covenant (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -5,10 +5,7 @@ $LOAD_PATH.unshift File.join(File.dirname(__FILE__), "..", "lib")
5
5
 
6
6
  require "contributor_covenant"
7
7
 
8
- template_file = "./CONTRIBUTOR_COVENANT.md"
9
-
10
8
  begin
11
- require template_file
12
9
  warn "=> Generating release notes..."
13
10
  ContributorCovenant.generate
14
11
  warn "=> Done!"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ContributorCovenant
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contributor_covenant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Mason