Navigation Menu

Skip to content

Commit

Permalink
Add @rwz as an author
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 12, 2013
1 parent 0326901 commit b623a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion multi_json.gemspec
Expand Up @@ -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']
Expand Down

0 comments on commit b623a03

Please sign in to comment.