diff options
| author | Jarek Prokop <jprokop@redhat.com> | 2022-10-26 11:45:00 +0200 |
|---|---|---|
| committer | Jarek Prokop <jprokop@redhat.com> | 2022-10-26 11:45:00 +0200 |
| commit | da71247f3da96894ea75f44245a33a64ae9eb0da (patch) | |
| tree | 8bdd9ebf119b7c55ab334548378053048f46057b /fedora_darkfish.gemspec | |
| parent | eb072f5e22a18aa8b93d7952957d6f5bdced8659 (diff) | |
| download | fedora_darkfish-rawhide.tar.gz fedora_darkfish-rawhide.tar.xz fedora_darkfish-rawhide.zip | |
Diffstat (limited to 'fedora_darkfish.gemspec')
| -rw-r--r-- | fedora_darkfish.gemspec | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/fedora_darkfish.gemspec b/fedora_darkfish.gemspec index 9cc8a69..3769061 100644 --- a/fedora_darkfish.gemspec +++ b/fedora_darkfish.gemspec @@ -1,9 +1,6 @@ -lib = File.expand_path('lib', __dir__) -$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) - Gem::Specification.new do |spec| spec.name = 'fedora_darkfish' - spec.version = '1.0.0' + spec.version = '1.0.2' spec.authors = ['Jaroslav Prokop'] spec.email = ['jar.prokop@volny.cz'] @@ -22,13 +19,8 @@ Gem::Specification.new do |spec| 'public gem pushes.' end - spec.files = %w[ - README.md - LICENSE - lib/rdoc/generator/fedora_darkfish.rb - ] + spec.files = Dir["README.md", "LICENSE", "lib/**/*.rb"] spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - spec.require_paths = [File.join('lib', 'rdoc', 'generator')] spec.add_dependency 'rdoc' |
