Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Dec 11, 2015
1 parent 65f4142 commit 37251d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dor-rights-auth.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'dor-rights-auth'
s.version = '1.0.1'
s.version = '1.0.2'
s.platform = Gem::Platform::RUBY
s.authors = ['Willy Mene']
s.email = ['[email protected]']
s.authors = ['Willy Mene', 'Joe Atzberger']
s.email = ['[email protected]', '[email protected]']
s.summary = 'Parses rightsMetadata xml into a useable object'
s.description = 'Parses rightsMetadata xml into a useable object'

Expand Down

0 comments on commit 37251d7

Please sign in to comment.