csl.gemspec in csl-1.0.0.pre5 vs csl.gemspec in csl-1.0.0.pre6
- old
+ new
@@ -16,11 +16,14 @@
"""
A Ruby parser and library for the Citation Style Language (CSL), an open
XML-based language to describe the formatting of citations and
bibliographies.
"""
+
s.license = 'AGPL'
s.date = Time.now.strftime('%Y-%m-%d')
+
+ s.add_dependency('namae', ['~>0.3'])
s.add_development_dependency('cucumber', ['~>1.1'])
s.add_development_dependency('rspec', ['~>2.7'])
s.add_development_dependency('rake', ['~>0.9'])
\ No newline at end of file