Skip to content

Commit 4b58c59

Browse files
committed
Get gem ready for publish
1 parent a38ba5d commit 4b58c59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/spec/reports/
88
/tmp/
99
Gemfile.lock
10+
*.gem

diffcrypt.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88
spec.authors = ['Marc Qualie']
99
spec.email = ['marc@marcqualie.com']
1010

11-
spec.summary = 'Diffable encrypted files'
12-
spec.description = 'Diffable encrypted files'
11+
spec.summary = 'Diffable encrypted configuration files'
12+
spec.description = 'Diffable encrypted configuration files that can be safely committed into a git repository'
1313
spec.homepage = 'https://github.com/marcqualie/diffcrypt'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')

0 commit comments

Comments
 (0)