update gemspec for couchapp
This commit is contained in:
parent
7f818c2cf1
commit
b2c0b9fb80
2 changed files with 14 additions and 2 deletions
1
Rakefile
1
Rakefile
|
@ -36,7 +36,6 @@ namespace :github do # thanks merb!
|
|||
next if skip_fields.include?(name) || value.nil? || value == "" || (value.respond_to?(:empty?) && value.empty?)
|
||||
if name == "dependencies"
|
||||
value.each do |d|
|
||||
puts d.to_s
|
||||
dep, *ver = d.to_s.split(" ")
|
||||
result << " s.add_dependency #{dep.inspect}, [#{ /\(([^\,]*)/ . match(ver.join(" "))[1].inspect}]\n"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue