-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-slice.gemspec
60 lines (55 loc) · 1.82 KB
/
app-slice.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{app-slice}
s.version = "0.2.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brad Gessler"]
s.date = %q{2011-03-01}
s.description = %q{Partition rails apps by apps}
s.email = %q{brad@conden.se}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
".gitignore",
"README.markdown",
"Rakefile",
"VERSION.yml",
"app-slice.gemspec",
"lib/app_slice.rb",
"lib/app_slice/middleware.rb",
"lib/app_slice/middleware/static.rb",
"lib/app_slice/rails.rb",
"lib/app_slice/rails/file.rb",
"lib/app_slice/rails/initializer.rb",
"lib/app_slice/rails/routes.rb",
"spec/fixtures/.gitignore",
"spec/spec_helper.rb",
"spec/specs/app_slice_spec.rb",
"spec/specs/middleware/static_spec.rb",
"spec/specs/middleware_spec.rb",
"spec/specs/rails_spec.rb"
]
s.homepage = %q{http://github.com/bradgessler/app-slice}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.4.2}
s.summary = %q{App slice is a way to partition a rails application into various apps. This was built for a project where we needed to build private label websites for one of our rails applications.}
s.test_files = [
"spec/spec_helper.rb",
"spec/specs/app_slice_spec.rb",
"spec/specs/middleware/static_spec.rb",
"spec/specs/middleware_spec.rb",
"spec/specs/rails_spec.rb"
]
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