-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror_error.gemspec
More file actions
29 lines (25 loc) · 1010 Bytes
/
error_error.gemspec
File metadata and controls
29 lines (25 loc) · 1010 Bytes
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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{error_error}
s.version = "0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["palmade"]
s.date = %q{2011-04-15}
s.description = %q{Error helper}
s.email = %q{}
s.extra_rdoc_files = ["lib/palmade/error_error.rb", "lib/palmade/error_error/error.rb"]
s.files = ["CHANGELOG", "Manifest", "Rakefile", "error_error.gemspec", "lib/palmade/error_error.rb", "lib/palmade/error_error/error.rb"]
s.homepage = %q{http://error_error.github.com/error_error/}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Error_error"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{error_error}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Error helper}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end