Download this file
13 lines (11 with data), 390 Bytes
1
2
3
4
5
6
7
8
9
10
11
12 | # This file is a dummy gemspec that bundle asks for
# This project is packaged using RubyPackager: http://rubypackager.sourceforge.net
Gem::Specification.new do |s|
s.name = 'fileshunter'
s.version = '0.0.1'
s.summary = ''
s.authors = ''
s.add_dependency('rUtilAnts', '>= 1.0')
s.add_dependency('ioblockreader', '>= 1.0.3')
s.add_dependency('bindata')
end
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.