super_settings.gemspec in super_settings-0.0.0.rc1 vs super_settings.gemspec in super_settings-0.0.1.rc1
- old
+ new
@@ -14,21 +14,19 @@
.
Appraisals
Gemfile
Gemfile.lock
Rakefile
+ assets/
bin/
gemfiles/
spec/
- web_ui.png
]
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| ignore_files.any? { |path| f.start_with?(path) } }
end
spec.require_paths = ["lib"]
-
- spec.add_dependency "secret_keys", ">= 1.0"
spec.add_development_dependency "bundler"
spec.required_ruby_version = ">= 2.5"
end