Skip to content

Commit

Permalink
Add Dylan to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Brown committed Jul 14, 2010
1 parent a7544e2 commit ab9c261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rdoc
Expand Up @@ -166,10 +166,6 @@ JRuby 1.2.0
Please submit bug reports to
http://outoftime.lighthouseapp.com/projects/20339-sunspot

== Related Projects

* {sunspot_index_queue}[http://rubygems.org/gems/sunspot_index_queue] -- Provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggable model for the backing queue and provides support for ActiveRecord and MongoDB out of the box.

== Contribution Guidelines

Contributions are very welcome - both new features, enhancements, and bug fixes.
Expand Down Expand Up @@ -241,6 +237,7 @@ Sunspot repository at `upstream`:
* Kieran Topping
* Nicolas Braem (nicolas.braem@gmail.com)
* Jeremy Ashkenas (jashkenas@gmail.com)
* Dylan Vaughn (dylanvaughn@yahoo.com)

== License

Expand Down
2 changes: 1 addition & 1 deletion sunspot/tasks/gemspec.rake
Expand Up @@ -10,7 +10,7 @@ Sunspot::GemTasks.new(:build => :copy_rdoc) do |s|
s.description = <<TEXT
Sunspot is a library providing a powerful, all-ruby API for the Solr search engine. Sunspot manages the configuration of persistent Ruby classes for search and indexing and exposes Solr's most powerful features through a collection of DSLs. Complex search operations can be performed without hand-writing any boolean queries or building Solr parameters by hand.
TEXT
s.authors = ['Mat Brown', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause', 'Marcel de Graaf', 'Brandon Keepers', 'Peter Berkenbosch', 'Brian Atkinson', 'Tom Coleman', 'Matt Mitchell', 'Nathan Beyer', 'Kieran Topping', 'Nicolas Braem', 'Jeremy Ashkenas']
s.authors = ['Mat Brown', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause', 'Marcel de Graaf', 'Brandon Keepers', 'Peter Berkenbosch', 'Brian Atkinson', 'Tom Coleman', 'Matt Mitchell', 'Nathan Beyer', 'Kieran Topping', 'Nicolas Braem', 'Jeremy Ashkenas', 'Dylan Vaughn']
s.rubyforge_project = 'sunspot'
s.files = FileList['[A-Z]*', '{bin,installer,lib,spec,tasks,templates}/**/*', 'solr/{etc,lib,webapps}/**/*', 'solr/solr/{conf,lib}/*', 'solr/start.jar']
s.add_runtime_dependency 'rsolr', '0.12.1'
Expand Down

0 comments on commit ab9c261

Please sign in to comment.