elibri_onix_dict 0.0.23 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 339f8d5cf76445f8b076a0a1ac5684fee87e6e60
4
- data.tar.gz: a5a6ffed8b9d390f6fc269ff89b4069f6c04c2ba
3
+ metadata.gz: 1afc4f28ebe9ef4e6eaf3c3bb0b7db05c84b7d5e
4
+ data.tar.gz: 2c3d9b7724659015834eda0aa13d0185049776d7
5
5
  SHA512:
6
- metadata.gz: 09e9661e1de786d1a9fe3d2f9417b05edcef1174df4b0cb9fbb192bc67381f1d97acdcf278d5f1defab3c7bf108ee963631603035921520e87d6c053a503b09a
7
- data.tar.gz: f9406b4def0456f2b54b62402997ec2c40d037a69f308f1079bba57697d9a3b26c5a98f5755927605e5e4be473ba39f95f7c4a7aedd0b7a433cd32655814f92b
6
+ metadata.gz: 95b1d5c29540bbfa6bad9d3769c3c3239a934079af879360acd4adab9d4144bc8bb2c95050bbe0811110e3c98d4be12b79bd8f5bd78b1f4716a9c39626563ef8
7
+ data.tar.gz: bc5729556a456be6da0a128ca78ba4fac2342eaca130b682a48162f5e552c3a7a17b478b094e8c4675712ba5cc5883e91cb5d0505976ac729fd77407d1543b83
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elibri_onix_dict (0.0.23)
4
+ elibri_onix_dict (0.0.24)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,4 @@
1
1
 
2
- puts "===============================================111111111111111111111!!!!!!!!!!!!!!!!!!!!!!!"
3
-
4
2
  module Elibri
5
3
  module ONIX
6
4
  module Dict
@@ -1,7 +1,7 @@
1
1
  module Elibri
2
2
  module ONIX
3
3
  module Dict
4
- VERSION = "0.0.23"
4
+ VERSION = "0.0.24"
5
5
  Version = VERSION
6
6
  end
7
7
  end
@@ -13,7 +13,7 @@ describe Elibri::ONIX::Dict::Release_3_0 do
13
13
  assert_equal '01', Elibri::ONIX::Dict::Release_3_0::EpubUsageType::PREVIEW
14
14
  assert_equal '05', Elibri::ONIX::Dict::Release_3_0::EpubUsageUnit::PERCENTAGE
15
15
 
16
- assert_equal '27', ONIX::Dict::Release_3_0::PublishingDateRole::PREORDER_EMBARGO_DATE
16
+ assert_equal '27', Elibri::ONIX::Dict::Release_3_0::PublishingDateRole::PREORDER_EMBARGO_DATE
17
17
 
18
18
  form = Elibri::ONIX::Dict::Release_3_0::ProductFormCode.find_by_onix_code('BA')
19
19
  assert_equal 'książka', form.name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elibri_onix_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Urbanski