elibri_onix 0.1.19 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/elibri_onix/onix_3_0/measure.rb +1 -1
- data/lib/elibri_onix/version.rb +1 -1
- metadata +7 -5
data/lib/elibri_onix/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elibri_onix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 49
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 21
|
10
|
+
version: 0.1.21
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marcin Urbanski
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-05-
|
18
|
+
date: 2012-05-17 00:00:00 +02:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: activesupport
|
@@ -251,6 +252,7 @@ files:
|
|
251
252
|
- test/fixtures/onix_title_with_collection_example.xml
|
252
253
|
- test/fixtures/onix_titles_example.xml
|
253
254
|
- test/helper.rb
|
255
|
+
has_rdoc: true
|
254
256
|
homepage: http://github.com/elibri/elibri_onix
|
255
257
|
licenses:
|
256
258
|
- MIT
|
@@ -280,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
282
|
requirements: []
|
281
283
|
|
282
284
|
rubyforge_project:
|
283
|
-
rubygems_version: 1.
|
285
|
+
rubygems_version: 1.5.2
|
284
286
|
signing_key:
|
285
287
|
specification_version: 3
|
286
288
|
summary: EDItEUR ONIX format subset implementation used in Elibri publication system
|