From b623a03590e597884275b520711a800042687cb4 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 12 Feb 2013 10:45:51 -0800 Subject: [PATCH] Add @rwz as an author --- LICENSE.md | 3 +-- README.md | 2 +- multi_json.gemspec | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6cb79b9a..1768f37c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,4 @@ -Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, -and Intridea, Inc. +Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, Pavel Pravosud Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index b7e9723e..3362de56 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,6 @@ spec.add_dependency 'multi_json', '~> 1.0' ## Copyright Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, -and Intridea, Inc. See [LICENSE][] for details. +and Pavel Pravosud. See [LICENSE][] for details. [license]: LICENSE.md diff --git a/multi_json.gemspec b/multi_json.gemspec index 2180e507..cefc6f59 100644 --- a/multi_json.gemspec +++ b/multi_json.gemspec @@ -5,7 +5,7 @@ require 'multi_json/version' Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '~> 1.0' - spec.authors = ["Michael Bleigh", "Josh Kalderimis", "Erik Michaels-Ober"] + spec.authors = ["Michael Bleigh", "Josh Kalderimis", "Erik Michaels-Ober", "Pavel Pravosud"] spec.cert_chain = %w(certs/sferik.pem) spec.description = %q{A gem to provide easy switching between different JSON backends, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson.} spec.email = ['michael@intridea.com', 'josh.kalderimis@gmail.com', 'sferik@gmail.com']