anvl-converter 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cf2d88a0e8af78c8b03923452292818b016897ea5825a159c982af067d5135a
4
- data.tar.gz: 9e79bbcabb3d84052d3dcd75fa1baf72e86e2f5c452768b94b2b8608c6a65452
3
+ metadata.gz: 4cf8bbf0e6c172752c80233d8ecf8f85ac5c25b446f8cb45745f2996ee2b3f40
4
+ data.tar.gz: ce6748afb060292d02f4fca230ffdaf1e80a24e14b0466c848d33cc46d962622
5
5
  SHA512:
6
- metadata.gz: 729e0603bdd4b3d3141051bbd27714c695d34b26d9c14cb88d7cd358c89e6bb8775a01527f2944c4ebbe95c7f7141e3c516de662a13d8acee624ffa9ec362f7a
7
- data.tar.gz: cbaf3d239b8b860e234471c540a9bfaf5300d1bf80c738ab04fed1f17fe98cdb5b88e36f85c86499a1a116da339cb988b700fbf51265dd26ecff10f8d1e9ee0b
6
+ metadata.gz: a035d6c8b29e41540049ec74ec89126a3d4aab9f330e5587ff1b8aeefb9e6eb7981cef7783f0664cde4a4ab185507787732558621ac6fbdd68896a9213523a4d
7
+ data.tar.gz: 496d5390b3231f236107e014dde5082e7b590bcbf1b3b9e27c9c305eaacc8c7c1d557c224c475152ef20f4b8d2acf620a49780cc6ee1b04b0d099f018f1b4aad
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anvl-converter (0.1.1)
4
+ anvl-converter (0.1.2)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/anvl-converter.svg)](https://badge.fury.io/rb/anvl-converter) [![Build Status](https://travis-ci.org/datacite/anvl-converter.svg?branch=master)](https://travis-ci.org/datacite/anvl-converter) [![Maintainability](https://api.codeclimate.com/v1/badges/24b09e147fe522875d4c/maintainability)](https://codeclimate.com/github/datacite/anvl-converter/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/24b09e147fe522875d4c/test_coverage)](https://codeclimate.com/github/datacite/anvl-converter/test_coverage)
4
4
 
5
- A Name-Value Language (ANVL) parser in Ruby
5
+ A Name-Value Language (ANVL) parser and generator in Ruby
6
6
 
7
7
  ANVL serializing and parsing, based on Python code at https://ezid.cdlib.org/doc/apidoc.html,
8
8
  and Ruby code at https://github.com/duke-libraries/ezid-client.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.homepage = "https://github.com/datacite/anvl-converter"
9
9
  s.summary = "Ruby library to parse and generate ANVL"
10
10
  s.date = Date.today
11
- s.description = "Ruby library to parse and generate ANVL."
11
+ s.description = "Ruby library to parse and generate A Name-Value Language (ANVL)."
12
12
  s.require_paths = ["lib"]
13
13
  s.version = Anvl::VERSION
14
14
  s.extra_rdoc_files = ["README.md"]
@@ -1,3 +1,3 @@
1
1
  module Anvl
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anvl-converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
@@ -106,7 +106,7 @@ dependencies:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
- description: Ruby library to parse and generate ANVL.
109
+ description: Ruby library to parse and generate A Name-Value Language (ANVL).
110
110
  email: mfenner@datacite.org
111
111
  executables: []
112
112
  extensions: []