1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in @brynary's name

This commit is contained in:
Erik Michaels-Ober 2014-04-14 23:13:30 +02:00
parent d534c345dd
commit a8f43c099d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Hoe.plugin :bundler # `gem install hoe-bundler`
Hoe.spec 'arel' do Hoe.spec 'arel' do
developer('Aaron Patterson', 'aaron@tenderlovemaking.com') developer('Aaron Patterson', 'aaron@tenderlovemaking.com')
developer('Bryan Halmkamp', 'bryan@brynary.com') developer('Bryan Helmkamp', 'bryan@brynary.com')
developer('Emilio Tagua', 'miloops@gmail.com') developer('Emilio Tagua', 'miloops@gmail.com')
developer('Nick Kallen', 'nick@example.org') # FIXME: need Nick's email developer('Nick Kallen', 'nick@example.org') # FIXME: need Nick's email

View file

@ -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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"] 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.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.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"] s.email = ["aaron@tenderlovemaking.com", "bryan@brynary.com", "miloops@gmail.com", "nick@example.org"]