elibri_onix_dict 0.0.60 → 0.0.62
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml +7 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/LanguageRole.yml +15 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ProductFormFeatureType.yml +22 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ResourceContentType.yml +7 -0
- data/lib/elibri_onix_dict/version.rb +1 -1
- metadata +3 -11
- data/.gitignore +0 -51
- data/.travis.yml +0 -12
- data/Gemfile +0 -4
- data/Gemfile.lock +0 -54
- data/elibri_onix_dict.gemspec +0 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce105b0139526a7a2e8b264ea5a1fa4279e8e20141946c8138c3182404dd4de9
|
4
|
+
data.tar.gz: 5fe15a88b07f5d2ac86af54ed812e88c7b31ee9e9b4c98b1e27d00b17d39c628
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12432f7eabe3cb67038163bdc05d126213589010199421452356c2a338cf18b366b5130d73b97ea45deabafee7243e900cec762b305d3a7556920b3c9563f838
|
7
|
+
data.tar.gz: 5539c5bc52110fcd2208bdcdf6fd036a651dd1ff655cdbea9cff17ad42e3af610ead736b14c93e499d22e766f388d7c4554c0b9139c16db8607640352a5aac99
|
@@ -201,6 +201,13 @@
|
|
201
201
|
name:
|
202
202
|
en: Portuguese
|
203
203
|
pl: portugalski
|
204
|
+
|
205
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageCode
|
206
|
+
onix_code: qlk
|
207
|
+
name:
|
208
|
+
en: Lemko
|
209
|
+
pl: łemkowski
|
210
|
+
|
204
211
|
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageCode
|
205
212
|
onix_code: rum
|
206
213
|
name:
|
@@ -21,6 +21,21 @@
|
|
21
21
|
en: language of abstracts
|
22
22
|
pl: język streszczenia
|
23
23
|
|
24
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageRole
|
25
|
+
onix_code: '06'
|
26
|
+
const_name: ORIGINAL_LANGUAGE_IN_MULTILANGUAGE_EDITION
|
27
|
+
name:
|
28
|
+
en: original language (multilanguage edition)
|
29
|
+
pl: język oryginalny (wydanie wielojęzyczne)
|
30
|
+
|
31
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageRole
|
32
|
+
onix_code: '07'
|
33
|
+
const_name: TRANSLATED_LANGUAGE_IN_MULTILANGUAGE_EDITION
|
34
|
+
name:
|
35
|
+
en: translated language (multilanguage edition)
|
36
|
+
pl: język tłumaczenia (wydanie wielojęzyczne)
|
37
|
+
|
38
|
+
|
24
39
|
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageRole
|
25
40
|
onix_code: '08'
|
26
41
|
const_name: LANGUAGE_OF_AUDIO_TRACK
|
@@ -0,0 +1,22 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormFeatureType
|
3
|
+
onix_code: '22'
|
4
|
+
const_name: GAMES_PIECES
|
5
|
+
name:
|
6
|
+
en: Game pieces
|
7
|
+
pl: Ilość elementów
|
8
|
+
|
9
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormFeatureType
|
10
|
+
onix_code: '23'
|
11
|
+
const_name: GAME_PLAYERS
|
12
|
+
name:
|
13
|
+
en: Game players
|
14
|
+
pl: liczba graczy
|
15
|
+
|
16
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormFeatureType
|
17
|
+
onix_code: '24'
|
18
|
+
const_name: GAME_PLAY_TIME
|
19
|
+
name:
|
20
|
+
en: Game play time
|
21
|
+
pl: Czas gry
|
22
|
+
|
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.
|
4
|
+
version: 0.0.62
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcin Urbanski
|
@@ -89,14 +89,9 @@ extra_rdoc_files:
|
|
89
89
|
- LICENSE.txt
|
90
90
|
- README.rdoc
|
91
91
|
files:
|
92
|
-
- ".gitignore"
|
93
|
-
- ".travis.yml"
|
94
|
-
- Gemfile
|
95
|
-
- Gemfile.lock
|
96
92
|
- LICENSE.txt
|
97
93
|
- README.rdoc
|
98
94
|
- Rakefile
|
99
|
-
- elibri_onix_dict.gemspec
|
100
95
|
- lib/elibri_onix_dict.rb
|
101
96
|
- lib/elibri_onix_dict/cover_type.rb
|
102
97
|
- lib/elibri_onix_dict/cover_types.yml
|
@@ -130,6 +125,7 @@ files:
|
|
130
125
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductComposition.yml
|
131
126
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml
|
132
127
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductFormDetail.yml
|
128
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ProductFormFeatureType.yml
|
133
129
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml
|
134
130
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml
|
135
131
|
- lib/elibri_onix_dict/onix_3_0/serialized/Proximity.yml
|
@@ -179,8 +175,4 @@ rubygems_version: 2.7.9
|
|
179
175
|
signing_key:
|
180
176
|
specification_version: 4
|
181
177
|
summary: EDItEUR ONIX format dictionary helpers used in eLibri publication system
|
182
|
-
test_files:
|
183
|
-
- test/elibri_onix_dict_release_3_0_test.rb
|
184
|
-
- test/elibri_onix_dict_test.rb
|
185
|
-
- test/helper.rb
|
186
|
-
- test/product_cover_type_test.rb
|
178
|
+
test_files: []
|
data/.gitignore
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
# rcov generated
|
2
|
-
coverage
|
3
|
-
|
4
|
-
# rdoc generated
|
5
|
-
rdoc
|
6
|
-
|
7
|
-
# yard generated
|
8
|
-
doc
|
9
|
-
.yardoc
|
10
|
-
|
11
|
-
# bundler
|
12
|
-
.bundle
|
13
|
-
|
14
|
-
# jeweler generated
|
15
|
-
pkg
|
16
|
-
|
17
|
-
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
18
|
-
#
|
19
|
-
# * Create a file at ~/.gitignore
|
20
|
-
# * Include files you want ignored
|
21
|
-
# * Run: git config --global core.excludesfile ~/.gitignore
|
22
|
-
#
|
23
|
-
# After doing this, these files will be ignored in all your git projects,
|
24
|
-
# saving you from having to 'pollute' every project you touch with them
|
25
|
-
#
|
26
|
-
# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
|
27
|
-
#
|
28
|
-
# For MacOS:
|
29
|
-
#
|
30
|
-
#.DS_Store
|
31
|
-
|
32
|
-
# For TextMate
|
33
|
-
#*.tmproj
|
34
|
-
#tmtags
|
35
|
-
|
36
|
-
# For emacs:
|
37
|
-
#*~
|
38
|
-
#\#*
|
39
|
-
#.\#*
|
40
|
-
|
41
|
-
# For vim:
|
42
|
-
#*.swp
|
43
|
-
|
44
|
-
# For redcar:
|
45
|
-
#.redcar
|
46
|
-
|
47
|
-
# For rubinius:
|
48
|
-
#*.rbc
|
49
|
-
|
50
|
-
tests.watchr
|
51
|
-
.rake_tasks~
|
data/.travis.yml
DELETED
data/Gemfile
DELETED
data/Gemfile.lock
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
elibri_onix_dict (0.0.60)
|
5
|
-
amatch
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
amatch (0.4.0)
|
11
|
-
mize
|
12
|
-
tins (~> 1.0)
|
13
|
-
coderay (1.0.6)
|
14
|
-
git (1.2.5)
|
15
|
-
jeweler (1.6.4)
|
16
|
-
bundler (~> 1.0)
|
17
|
-
git (>= 1.2.5)
|
18
|
-
rake
|
19
|
-
method_source (0.7.1)
|
20
|
-
minitest (3.0.0)
|
21
|
-
mize (0.4.0)
|
22
|
-
protocol (~> 2.0)
|
23
|
-
protocol (2.0.0)
|
24
|
-
ruby_parser (~> 3.0)
|
25
|
-
pry (0.9.9.6)
|
26
|
-
coderay (~> 1.0.5)
|
27
|
-
method_source (~> 0.7.1)
|
28
|
-
slop (>= 2.4.4, < 3)
|
29
|
-
pry (0.9.9.6-java)
|
30
|
-
coderay (~> 1.0.5)
|
31
|
-
method_source (~> 0.7.1)
|
32
|
-
slop (>= 2.4.4, < 3)
|
33
|
-
spoon (~> 0.0)
|
34
|
-
rake (0.9.2.2)
|
35
|
-
ruby_parser (3.14.1)
|
36
|
-
sexp_processor (~> 4.9)
|
37
|
-
sexp_processor (4.13.0)
|
38
|
-
slop (2.4.4)
|
39
|
-
spoon (0.0.1)
|
40
|
-
tins (1.22.2)
|
41
|
-
|
42
|
-
PLATFORMS
|
43
|
-
java
|
44
|
-
ruby
|
45
|
-
|
46
|
-
DEPENDENCIES
|
47
|
-
bundler (>= 1.0.0)
|
48
|
-
elibri_onix_dict!
|
49
|
-
jeweler (~> 1.6.2)
|
50
|
-
minitest
|
51
|
-
pry
|
52
|
-
|
53
|
-
BUNDLED WITH
|
54
|
-
1.16.6
|
data/elibri_onix_dict.gemspec
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
require File.expand_path('../lib/elibri_onix_dict/version', __FILE__)
|
3
|
-
|
4
|
-
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ["Marcin Urbanski"]
|
6
|
-
gem.email = ["marcin@urbanski.vdl.pl"]
|
7
|
-
gem.description = %q{EDItEUR ONIX format dictionary helpers used in eLibri publication system}
|
8
|
-
gem.summary = %q{EDItEUR ONIX format dictionary helpers used in eLibri publication system}
|
9
|
-
gem.homepage = "http://github.com/elibri/elibri_onix_dict"
|
10
|
-
|
11
|
-
gem.files = `git ls-files`.split($\)
|
12
|
-
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
13
|
-
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
14
|
-
gem.name = "elibri_onix_dict"
|
15
|
-
gem.require_paths = ["lib"]
|
16
|
-
gem.version = Elibri::ONIX::Dict::VERSION
|
17
|
-
|
18
|
-
gem.extra_rdoc_files = [
|
19
|
-
"LICENSE.txt",
|
20
|
-
"README.rdoc"
|
21
|
-
]
|
22
|
-
|
23
|
-
gem.licenses = ["MIT"]
|
24
|
-
|
25
|
-
gem.date = %q{2012-04-05}
|
26
|
-
|
27
|
-
gem.add_dependency "amatch"
|
28
|
-
gem.add_development_dependency "pry"
|
29
|
-
gem.add_development_dependency "minitest", ">= 0"
|
30
|
-
gem.add_development_dependency "bundler", ">= 1.0.0"
|
31
|
-
gem.add_development_dependency "jeweler", "~> 1.6.2"
|
32
|
-
|
33
|
-
|
34
|
-
end
|