summaryrefslogtreecommitdiff
path: root/algorithm.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'algorithm.gemspec')
-rw-r--r--algorithm.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/algorithm.gemspec b/algorithm.gemspec
index 3bda834..c3119e6 100644
--- a/algorithm.gemspec
+++ b/algorithm.gemspec
@@ -13,11 +13,12 @@ Gem::Specification.new do |s|
s.rubyforge_project = "algorithm"
- s.files = `git ls-files`.split("\n")
+ s.files = ["lib/algorithm.rb"]
+ #s.files = `git ls-files`.split("\n")
s.required_ruby_version = '>= 1.9.2'
# specify any dependencies here; for example:
- s.add_runtime_dependency "opentox-server"
+ #s.add_runtime_dependency "opentox-server"
s.add_runtime_dependency "opentox-client"
s.add_runtime_dependency 'rinruby'#, "~>2.0.2"
s.add_runtime_dependency 'nokogiri'#, "~>1.4.4"