Skip to content

Commit 95172d1

Browse files
committed
completed gemspec
1 parent 3516e4f commit 95172d1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

csvtable.gemspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
require File.expand_path("../lib/csvtable/version", __FILE__)
1+
require File.expand_path("lib/csvtable/version")
22

33
Gem::Specification.new do |s|
44
s.name = "csvtable"
5-
s.version = CSVTable::Version
5+
s.version = CSVTable::VERSION
66
s.authors = ["Stefan Rohlfing"]
77
s.date = %q(2011-08-29)
88
s.description = 'CSVTable - Ruby class for entering data from a CSV file into a database'
99
s.summary = s.description
1010
s.email = 'stefan.rohlfing@gmail.com'
11-
s.files = ["{lib}/**/*.rb", "*.markdown", "*.md"]
1211
s.homepage = 'http://github.com/bytesource/csvtable'
1312
s.has_rdoc = false
1413
s.rubyforge_project = 'csvtable'
14+
# s.add_dependency = 'digest'
15+
# s.add_development_dependency = 'rspec'
16+
s.files = Dir["{lib}/**/*.rb", "*.markdown", "*.md"]
1517
end

0 commit comments

Comments
 (0)