Rakefile
changeset 4 cd8abe741d22
parent 3 a062019c2926
equal deleted inserted replaced
3:a062019c2926 4:cd8abe741d22
    31 	s.platform     = Gem::Platform::RUBY
    31 	s.platform     = Gem::Platform::RUBY
    32 	s.summary      = "Extract PDF metadata for the Thingfish digital asset manager."
    32 	s.summary      = "Extract PDF metadata for the Thingfish digital asset manager."
    33 	s.name         = 'thingfish-processor-pdf'
    33 	s.name         = 'thingfish-processor-pdf'
    34 	s.version      = '0.1.0'
    34 	s.version      = '0.1.0'
    35 	s.license      = 'BSD-3-Clause'
    35 	s.license      = 'BSD-3-Clause'
    36 	s.has_rdoc     = true
       
    37 	s.require_path = 'lib'
    36 	s.require_path = 'lib'
    38 	s.bindir       = 'bin'
    37 	s.bindir       = 'bin'
    39 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    38 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    40 	#s.executables  = %w[]
    39 	#s.executables  = %w[]
    41 	s.description  = <<-EOF
    40 	s.description  = <<-EOF