Skip to content

Commit

Permalink
add gemspec for github autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
spox committed Jun 13, 2009
1 parent 8090686 commit 564799b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ultraviolet.gemspec
Expand Up @@ -2,15 +2,16 @@ spec = Gem::Specification.new do |s|
s.name = 'ultraviolet'
s.author = %q(spox)
s.email = %q(spox@modspox.com)
s.version = '0.10.2'
s.version = '0.10.3'
s.summary = %q(ultraviolet)
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.files = Dir['**/*']
s.rdoc_options = %w(--title Ultraviolet --main README.txt --line-numbers)
s.extra_rdoc_files = %w(README.txt)
s.require_paths = %w(lib)
s.required_ruby_version = '>= 1.8.6'
s.required_ruby_version = '>= 1.9.0'
s.add_dependency 'textpow'
description = []
File.open("README.txt") do |file|
file.each do |line|
Expand Down

0 comments on commit 564799b

Please sign in to comment.