forked from gemfileparser/gemfileparser
-
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.
Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
35f5387
commit 9edf2fc
Showing
4 changed files
with
62 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
Gem::Specification.new do |s| | ||
s.name = arel2 | ||
s.version = "2.0.7.beta.20110429111451" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"] | ||
s.date = %q{2011-04-29} | ||
s.description = %q{Arel is a SQL AST manager for Ruby.} | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt", "Manifest.txt", "README.markdown"] | ||
s.files = [".autotest", ".gemtest", "History.txt", "MIT-LICENSE.txt"] | ||
s.homepage = %q{http://github.com/rails/arel} | ||
s.rdoc_options = ["--main", "README.markdown"] | ||
s.require_paths = ["lib"] | ||
s.rubyforge_project = %q{arel} | ||
s.rubygems_version = %q{1.6.1} | ||
s.summary = %q{Arel is a SQL AST manager for Ruby} | ||
s.test_files = ["test/attributes/test_attribute.rb", "test/nodes/test_as.rb"] | ||
|
||
end |
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,8 @@ | ||
{ | ||
"development": [], | ||
"runtime": [], | ||
"dependency": [], | ||
"test": [], | ||
"production": [], | ||
"metrics": [] | ||
} |
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