mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
remove newline from version
This commit is contained in:
parent
b9de09b662
commit
2986ce1193
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
module Rspec # :nodoc:
|
||||
module Version # :nodoc:
|
||||
STRING = File.read(File.expand_path('../../../VERSION', __FILE__))
|
||||
STRING = File.readlines(File.expand_path('../../../VERSION', __FILE__)).first
|
||||
end
|
||||
end
|
||||
|
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["David Chelimsky", "Chad Humphries"]
|
||||
s.date = %q{2010-02-20}
|
||||
s.date = %q{2010-02-21}
|
||||
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
||||
s.extra_rdoc_files = [
|
||||
"README.markdown"
|
||||
|
@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubyforge_project = %q{rspec}
|
||||
s.rubygems_version = %q{1.3.5}
|
||||
s.rubygems_version = %q{1.3.6}
|
||||
s.summary = %q{pulls in the other rspec gems}
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
|
|
Loading…
Reference in a new issue