-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebs.gemspec
More file actions
26 lines (23 loc) · 923 Bytes
/
webs.gemspec
File metadata and controls
26 lines (23 loc) · 923 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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{webs}
s.version = "0.3.5"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Chuck Olczak"]
s.date = %q{2014-09-22}
s.description = %q{Reusable webs stuff.}
s.email = %q{chuck@webs.com}
gemfiles = Dir.glob( "**/*.{erb,rb,rdoc}" )
s.extra_rdoc_files = gemfiles
s.files = gemfiles + [ "Rakefile", "webs.gemspec" ]
s.homepage = %q{http://github.com/websdotcom/websgem}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Webs", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{webs}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Reusable webs stuff.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
end
end