Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Apr 7, 2021
1 parent 3bf062e commit a56b735
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions evergreen_holdings.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
require 'rake/file_list'

Gem::Specification.new do |s|
s.name = 'evergreen_holdings'
s.homepage = 'https://github.com/sandbergja/evergreen_holdings_gem'
s.summary = 'A ruby gem for getting information about copy availability from Evergreen ILS'
s.version = '0.4.0'
s.date = '2019-12-27'
s.version = '0.5.0'
s.date = '2021-04-07'
s.description = 'Access holdings information from Evergreen ILS'
s.authors = ['Jane Sandberg']
s.email = '[email protected]'
s.files = ['lib/evergreen_holdings.rb', 'lib/evergreen_holdings/errors.rb']
s.files = Rake::FileList['lib/evergreen_holdings.rb', 'lib/evergreen_holdings/*'].to_a
s.test_files = ['test/evergreen_holdings_test.rb']
s.license = 'MIT'
s.add_runtime_dependency 'nokogiri', '~>1.11'
Expand Down

0 comments on commit a56b735

Please sign in to comment.