Skip to content

Commit cce7fd1

Browse files
committed
prep for 0.5.0 release
1 parent 8996e47 commit cce7fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/berkeley_library/av/core/module_info.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module AV
33
module Core
44
class ModuleInfo
55
NAME = 'berkeley_library-av-core'.freeze
6-
AUTHOR = 'David Moles'.freeze
7-
AUTHOR_EMAIL = '[email protected]'.freeze
6+
AUTHORS = ['David Moles', 'maría a. matienzo'].freeze
7+
AUTHOR_EMAILS = ['[email protected]', '[email protected]'].freeze
88
SUMMARY = 'UC Berkeley Library audio/video core code'.freeze
99
DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'.freeze
1010
LICENSE = 'MIT'.freeze
11-
VERSION = '0.4.3'.freeze
11+
VERSION = '0.5.0'.freeze
1212
HOMEPAGE = 'https://github.com/BerkeleyLibrary/av-core'.freeze
1313

1414
private_class_method :new

0 commit comments

Comments
 (0)