File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lib/berkeley_library/av/core Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ require 'berkeley_library/av/core/module_info'
1010
1111Gem ::Specification . new do |spec |
1212 spec . name = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::NAME
13- spec . author = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::AUTHOR
14- spec . email = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::AUTHOR_EMAIL
13+ spec . authors = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::AUTHORS
14+ spec . email = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::AUTHOR_EMAILS
1515 spec . summary = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::SUMMARY
1616 spec . description = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::DESCRIPTION
1717 spec . license = BerkeleyLibrary ::AV ::Core ::ModuleInfo ::LICENSE
Original file line number Diff line number Diff 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 = 'dmoles@berkeley.edu' . freeze
6+ AUTHORS = [ 'David Moles' , 'maría a. matienzo' ] . freeze
7+ AUTHOR_EMAILS = [ 'dmoles@berkeley.edu' , 'matienzo@berkeley.edu' ] . 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
You can’t perform that action at this time.
0 commit comments