You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2015/12/21 23:15:46 UTC

[jira] [Commented] (AVRO-1772) Ruby: load error in rubygem when loading schema normalization

    [ https://issues.apache.org/jira/browse/AVRO-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067159#comment-15067159 ] 

Ryan Blue commented on AVRO-1772:
---------------------------------

Fixed in the attached patch file by adding to Manifest. I've verified that the gem now contains schema_normalization.rb and test/case_finder.rb and that requiring the gem works without the LoadError.

> Ruby: load error in rubygem when loading schema normalization
> -------------------------------------------------------------
>
>                 Key: AVRO-1772
>                 URL: https://issues.apache.org/jira/browse/AVRO-1772
>             Project: Avro
>          Issue Type: Bug
>          Components: ruby
>    Affects Versions: 1.8.0
>            Reporter: Ryan Blue
>            Assignee: Ryan Blue
>             Fix For: 1.8.0
>
>         Attachments: AVRO-1772.1.patch
>
>
> [~martinkl] found this bug while validating the 1.8.0 release:
> {code}
> kernel_require.rb:54:in `require': cannot load such file -- avro/schema_normalization (LoadError)
> {code}
> {quote}
> It seems that the following two files, which are present in the source, are missing from the gem file:
> lang/ruby/lib/avro/schema_normalization.rb
> lang/ruby/test/case_finder.rb
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)