-
Notifications
You must be signed in to change notification settings - Fork 0
/
rails-test-serving.gemspec
32 lines (28 loc) · 1.3 KB
/
rails-test-serving.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rails-test-serving}
s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Roman Le N\303\251grate"]
s.date = %q{2008-11-18}
s.description = %q{Makes unit tests of a Rails application run instantly}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["lib/rails_test_serving.rb", "LICENSE", "README.rdoc"]
s.files = ["lib/rails_test_serving.rb", "LICENSE", "Rakefile", "README.rdoc", "test/rails_test_serving_test.rb", "Manifest", "rails-test-serving.gemspec"]
s.has_rdoc = true
s.homepage = %q{https://github.com/Roman2K/rails-test-serving}
s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers", "--charset", "UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rails-test-serving}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Makes unit tests of a Rails application run instantly}
s.test_files = ["test/rails_test_serving_test.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end