Sha256: 1915f75a17bdbb9448110b66f6e94ad89ad897cc178c69aa39f6f81f76ff9004

Contents?: true

Size: 2 KB

Versions: 1

Compression:

Stored size: 2 KB

Contents

# 0.1.11 (5 August 2016)

- In the convenience constant `License::CC_BY`, use the 
  [human-readable summary](https://creativecommons.org/licenses/by/4.0/) URL for the license 
  instead of the [legal code](https://creativecommons.org/licenses/by/4.0/legalcode).
- In the convenience constant `License::CC_ZERO`, use the 
  [human-readable summary](https://creativecommons.org/publicdomain/zero/1.0/) URL for the license 
  instead of the [legal code](https://creativecommons.org/publicdomain/zero/1.0/legalcode).

# 0.1.10 (28 July 2016)

- Added convenience constant `License::CC_ZERO` for the
  [CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode) public domain declaration
- Allow `License` to take a string as a `uri` parameter, so long as that string is a valid URI
- Validate parameters for:
  - `StashWrapper`
  - `StashAdministrative` (fixes issue #2)
  - `Embargo`
  - `Identifier`
  - `Inventory`
  - `Size`
  - `Version`

# 0.1.9 (18 May 2016)

- Update to XML::MappingExtensions 0.4.1

# 0.1.8 (17 May 2016)

- Update to XML::MappingExtensions 0.4.0

# 0.1.7 (2 May 2016)

- Fix issue where namespace would not be set correctly when round-tripping from XML

# 0.1.6 (2 May 2016)

- Update to XML::MappingExtensions 0.3.6 and remove now-unnecessary namespace hacks
- Update to TypesafeEnum 0.1.7 for improved debug output

# 0.1.5 (28 April 2016)

- Update to XML::MappingExtensions 0.3.5 to fix issues with `Date.xmlschema` misbehaving
  in a Rails / ActiveSupport environment

# 0.1.4 (25 April 2016)

- Replace all `require_relative` with absolute `require` to avoid symlink issues

# 0.1.3 (19 April 2016)

- Add convenience method `StashWrapper.file_names` to return a list of filenames
  from the inventory

# 0.1.2 (31 March 2016)

- Add convenience method `Embargo.none` to create a no-embargo embargo element
- Make `StashAdministrative` (and thereby `StashWrapper`) default to `Embargo.none`
  if no `Embargo` is provided

# 0.1.1 (16 March 2016)

- Fix gem metadata

# 0.1.0 (16 March 2016)

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stash-wrapper-0.1.11 CHANGES.md