- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsvtable.gemspec
More file actions
Latest commit
17 lines (16 loc) · 599 Bytes
/
Copy pathcsvtable.gemspec
File metadata and controls
17 lines (16 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
requireFile.expand_path("lib/csvtable/version")
Gem::Specification.newdo |s|
s.name="csvtable"
s.version=CSVTable::VERSION
s.authors=["Stefan Rohlfing"]
s.date=%q(2011-08-29)
s.description='CSVTable - Ruby class for entering data from a CSV file into a database'
s.summary=s.description
s.email='stefan.rohlfing@gmail.com'
s.homepage='http://github.com/bytesource/csvtable'
s.has_rdoc=false
s.rubyforge_project='csvtable'
# s.add_dependency = 'digest'
# s.add_development_dependency = 'rspec'
s.files=Dir["{lib}/**/*.rb","*.markdown","*.md"]
end