forked from activescaffold/active_scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
41 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# -*- encoding: utf-8 -*- | ||
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__) | ||
require 'active_scaffold/version' | ||
|
||
Gem::Specification.new do |s| | ||
s.name = %q{active_scaffold} | ||
s.version = ActiveScaffold::Version::STRING | ||
s.platform = Gem::Platform::RUBY | ||
s.email = %q{activescaffold@googlegroups.com} | ||
s.authors = ["Many, see README"] | ||
s.homepage = %q{http://active_scaffold.com} | ||
s.summary = %q{Rails 3.1 Version of activescaffold supporting prototype and jquery} | ||
s.description = %q{Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.} | ||
s.require_paths = ["lib"] | ||
s.files = Dir["{frontends,lib,public,shoulda_macros}/**/*"] + %w[MIT-LICENSE CHANGELOG README] | ||
s.extra_rdoc_files = [ | ||
"README" | ||
] | ||
s.licenses = ["MIT"] | ||
s.test_files = Dir["test/**/*"] | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
|
||
s.add_development_dependency(%q<shoulda>, [">= 0"]) | ||
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"]) | ||
s.add_development_dependency(%q<rcov>, [">= 0"]) | ||
s.add_runtime_dependency(%q<render_component_vho>, [">= 0"]) | ||
s.add_runtime_dependency(%q<verification>, [">= 0"]) | ||
s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"]) | ||
end | ||
|
Oops, something went wrong.