Skip to content
Snippets Groups Projects
Verified Commit ca0ef812 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Cleanup gemspec

parent 6f6e723d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,11 +9,6 @@ Gem::Specification.new do |s|
s.email = 'dmitriy.zaporozhets@gmail.com'
s.homepage = 'https://gitlab.com/gitlab-org/gollum-lib'
 
#s.require_paths = %w[lib]
#s.rdoc_options = ["--charset=UTF-8"]
#s.extra_rdoc_files = %w[README.md LICENSE]
s.add_dependency('gitlab-grit', '~> 2.6.1')
s.add_dependency('github-markup', ['>= 0.7.5', '< 1.0.0'])
s.add_dependency('github-markdown', '~> 0.5.3')
Loading
Loading
@@ -21,7 +16,6 @@ Gem::Specification.new do |s|
s.add_dependency('nokogiri', '~> 1.5.9')
s.add_dependency('stringex', '~> 1.5.1')
 
# = MANIFEST =
s.files = %w[
VERSION
Gemfile
Loading
Loading
@@ -50,7 +44,6 @@ Gem::Specification.new do |s|
lib/gollum-lib/wiki.rb
licenses/licenses.txt
]
# = MANIFEST =
 
s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment