csl.gemspec in csl-1.0.0.pre23 vs csl.gemspec in csl-1.0.0
- old
+ new
@@ -12,18 +12,18 @@
s.email = ['http://sylvester.keil.or.at']
s.homepage = 'https://github.com/inukshuk/csl-ruby'
s.summary = 'A Ruby CSL parser and library'
s.description =
"""
- A Ruby parser and library for the Citation Style Language (CSL),
+ A Ruby parser and full API 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_dependency('namae', ['~>0.7'])
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = []
s.require_path = 'lib'
\ No newline at end of file