diff options
| author | mo <mo.khan@gmail.com> | 2018-02-16 12:36:34 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-02-16 12:36:34 -0700 |
| commit | 1fd20783cf86095e10cdc045dfd46b4ea4d1eaac (patch) | |
| tree | a2a5a6fc56840aefaafb94fed10723c79caccc6c | |
| parent | e8413e0c58eaa61b48d1b550d20be35c5bf1b5a7 (diff) | |
specify minimum ruby.
| -rw-r--r-- | saml-kit-cli.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saml-kit-cli.gemspec b/saml-kit-cli.gemspec index 50263a1..cfe1280 100644 --- a/saml-kit-cli.gemspec +++ b/saml-kit-cli.gemspec @@ -19,7 +19,9 @@ Gem::Specification.new do |spec| end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] + spec.required_ruby_version = "~> 2.0" spec.add_dependency "saml-kit", "~> 1.0" spec.add_dependency "thor", "~> 0.20" |
