We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3516e4f commit 95172d1Copy full SHA for 95172d1
1 file changed
csvtable.gemspec
@@ -1,15 +1,17 @@
1
-require File.expand_path("../lib/csvtable/version", __FILE__)
+require File.expand_path("lib/csvtable/version")
2
3
Gem::Specification.new do |s|
4
s.name = "csvtable"
5
- s.version = CSVTable::Version
+ s.version = CSVTable::VERSION
6
s.authors = ["Stefan Rohlfing"]
7
s.date = %q(2011-08-29)
8
s.description = 'CSVTable - Ruby class for entering data from a CSV file into a database'
9
s.summary = s.description
10
s.email = 'stefan.rohlfing@gmail.com'
11
- s.files = ["{lib}/**/*.rb", "*.markdown", "*.md"]
12
s.homepage = 'http://github.com/bytesource/csvtable'
13
s.has_rdoc = false
14
s.rubyforge_project = 'csvtable'
+ # s.add_dependency = 'digest'
15
+ # s.add_development_dependency = 'rspec'
16
+ s.files = Dir["{lib}/**/*.rb", "*.markdown", "*.md"]
17
end
0 commit comments