diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-14 18:16:04 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-04-14 18:16:04 -0300 |
commit | de916331c3536db839f844034176bf321d94efa7 (patch) | |
tree | 4f26c5c9335c65bd18661c24e11153e2908bd8f0 /arel.gemspec | |
parent | d534c345dd992e79af783e0864c43b5c58aae345 (diff) | |
parent | a8f43c099d74d875e890dbdf64352c1bf8a1ca8f (diff) | |
download | rails-de916331c3536db839f844034176bf321d94efa7.tar.gz rails-de916331c3536db839f844034176bf321d94efa7.tar.bz2 rails-de916331c3536db839f844034176bf321d94efa7.zip |
Merge pull request #260 from sferik/helm
Fix typo in @brynary's name
Diffstat (limited to 'arel.gemspec')
-rw-r--r-- | arel.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arel.gemspec b/arel.gemspec index 8861c222bf..b9b2cfbace 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] - s.authors = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"] + s.authors = ["Aaron Patterson", "Bryan Helmkamp", "Emilio Tagua", "Nick Kallen"] s.date = "2014-04-12" s.description = "Arel Really Exasperates Logicians\n\nArel is a SQL AST manager for Ruby. It\n\n1. Simplifies the generation of complex SQL queries\n2. Adapts to various RDBMSes\n\nIt is intended to be a framework framework; that is, you can build your own ORM\nwith it, focusing on innovative object and collection modeling as opposed to\ndatabase compatibility and query generation." s.email = ["aaron@tenderlovemaking.com", "bryan@brynary.com", "miloops@gmail.com", "nick@example.org"] |