easy_compliance 1.0.0 → 1.0.1

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: 68ea81c392cd603100d3b5650affd7974474e0a141d9b9f4d5691a4c97a6ed27
4
- data.tar.gz: 6012a1c871caf97b59213865e8e6cbd0a1f2e3ed34f5d6a2ab7c5d1215c127fc
3
+ metadata.gz: 39abb724e84c93d1aeff203630ae258fdde016cb1516e0d9218ce00054f9a94c
4
+ data.tar.gz: 00be601f07d2af4c1f4a20eed23601fac9acc646239400f262dab5ce10572fc3
5
5
  SHA512:
6
- metadata.gz: bea8b749d5a552b7bfcd03c87261fc754b9ae11797445704913e8814b87d82bac4fd3cd95e7fb1062dcfb8682e79aabf9e15e0ed819c291cfe0fd0868134029c
7
- data.tar.gz: ebd4be877e09bbeafe9d75aca7c2520cfb4a8157429623af0ca4aa4e30ccf5bcb98ba07b56beb855b8b56504bfcfc299d403ded249716bcc744a87a0488cba77
6
+ metadata.gz: 46940c8d37bd3702507e56302ffe109018844206c27be0d50c80ed65b2758f44ca546da9a3de608a62a551999d8c3a6b60b99b4ee999a0779083e3a6d8fbc31f
7
+ data.tar.gz: f4eff1516bbfbcfc906d7b306e2d49ed7563d3ca3ceb525966029267a8638f65f90b26707b1fc1224340b2a4f9b06c549bc4efba58acde0a811b3684fd2a32a8
data/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [Unreleased]
8
+
9
+ ## [1.0.1] - 2021-10-25
10
+ ### Fixed
11
+ - Removed `bin/console` and `bin/setup` from gem executables [#1]
@@ -8,11 +8,10 @@ Gem::Specification.new do |spec|
8
8
 
9
9
  spec.summary = 'Ruby toolkit for https://www.easycompliance.de'
10
10
  spec.homepage = 'https://github.com/betterplace/easy_compliance'
11
- spec.license = 'MIT'
11
+ spec.license = 'Apache-2.0'
12
12
  spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
13
13
 
14
14
  spec.files = `git ls-files`.split($/)
15
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
16
15
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
16
  spec.require_paths = ['lib']
18
17
 
@@ -1,3 +1,3 @@
1
1
  module EasyCompliance
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_compliance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace development team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-12 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -83,14 +83,13 @@ dependencies:
83
83
  description:
84
84
  email:
85
85
  - developers@betterplace.org
86
- executables:
87
- - console
88
- - setup
86
+ executables: []
89
87
  extensions: []
90
88
  extra_rdoc_files: []
91
89
  files:
92
90
  - ".github/workflows/main.yml"
93
91
  - ".gitignore"
92
+ - CHANGELOG.md
94
93
  - Gemfile
95
94
  - Gemfile.lock
96
95
  - LICENSE.txt
@@ -111,7 +110,7 @@ files:
111
110
  - spec/spec_helper.rb
112
111
  homepage: https://github.com/betterplace/easy_compliance
113
112
  licenses:
114
- - MIT
113
+ - Apache-2.0
115
114
  metadata: {}
116
115
  post_install_message:
117
116
  rdoc_options: []