We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38ba5d commit 4b58c59Copy full SHA for 4b58c59
.gitignore
@@ -7,3 +7,4 @@
7
/spec/reports/
8
/tmp/
9
Gemfile.lock
10
+*.gem
diffcrypt.gemspec
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ['Marc Qualie']
spec.email = ['marc@marcqualie.com']
11
- spec.summary = 'Diffable encrypted files'
12
- spec.description = 'Diffable encrypted files'
+ spec.summary = 'Diffable encrypted configuration files'
+ spec.description = 'Diffable encrypted configuration files that can be safely committed into a git repository'
13
spec.homepage = 'https://github.com/marcqualie/diffcrypt'
14
spec.license = 'MIT'
15
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
0 commit comments