forked from ahoward/sekrets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sekrets.gemspec
62 lines (46 loc) · 1.45 KB
/
sekrets.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# DO NOT EDIT - This file is automatically generated
# Make changes to Rakefile and regenerate with `rake gemspec`
## sekrets.gemspec
#
Gem::Specification::new do |spec|
spec.name = "sekrets"
spec.version = "1.14.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "securely manage encrypted files and settings"
spec.description = "sekrets is a command line tool and library used to securely manage encrypted files and settings in your rails' applications and git repositories."
spec.license = "BSD-2-Clause"
spec.files =
["Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"bin",
"bin/sekrets",
"lib",
"lib/sekrets",
"lib/sekrets.rb",
"lib/sekrets/capistrano.rb",
"lib/sekrets/tasks",
"lib/sekrets/tasks/capistrano2.rb",
"lib/sekrets/tasks/sekrets.rake",
"sekrets.gemspec",
"test",
"test/lib",
"test/lib/testing.rb",
"test/sekrets_test.rb"]
spec.executables = ["sekrets"]
spec.require_path = "lib"
spec.test_files = nil
spec.add_dependency(*["openssl", " ~> 3.2"])
spec.add_dependency(*["highline", " ~> 1.7"])
spec.add_dependency(*["map", " ~> 6.6"])
spec.add_dependency(*["fattr", " ~> 2.4"])
spec.add_dependency(*["coerce", " ~> 0.0.8"])
spec.add_dependency(*["main", " ~> 6.3"])
spec.extensions.push(*[])
spec.author = "Ara T. Howard"
spec.email = "[email protected]"
spec.homepage = "https://github.com/ahoward/sekrets"
spec.required_ruby_version = '>= 1.9'
end