barby 0.3.0 → 0.3.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tore Darell
@@ -9,7 +9,7 @@ autorequire: barby
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-25 00:00:00 +02:00
12
+ date: 2009-11-22 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,12 +22,10 @@ extensions: []
22
22
  extra_rdoc_files:
23
23
  - README
24
24
  files:
25
- - lib/barby
26
25
  - lib/barby/vendor.rb
27
26
  - lib/barby/barcode.rb
28
27
  - lib/barby/version.rb
29
28
  - lib/barby/outputter.rb
30
- - lib/barby/outputter
31
29
  - lib/barby/outputter/pdfwriter_outputter.rb
32
30
  - lib/barby/outputter/rmagick_outputter.rb
33
31
  - lib/barby/outputter/ascii_outputter.rb
@@ -35,7 +33,7 @@ files:
35
33
  - lib/barby/outputter/prawn_outputter.rb
36
34
  - lib/barby/outputter/cairo_outputter.rb
37
35
  - lib/barby/outputter/svg_outputter.rb
38
- - lib/barby/barcode
36
+ - lib/barby/barcode/pdf_417.rb
39
37
  - lib/barby/barcode/code_25.rb
40
38
  - lib/barby/barcode/ean_13.rb
41
39
  - lib/barby/barcode/code_93.rb
@@ -49,14 +47,12 @@ files:
49
47
  - lib/barby/barcode/gs1_128.rb
50
48
  - lib/barby.rb
51
49
  - bin/barby
52
- - vendor/rqrcode
50
+ - vendor/Pdf417lib-java-0.91/lib/Pdf417lib.jar
51
+ - vendor/Pdf417lib-java-0.91/lib/Pdf417lib.java
53
52
  - vendor/rqrcode/README
54
53
  - vendor/rqrcode/Rakefile
55
54
  - vendor/rqrcode/COPYING
56
- - vendor/rqrcode/lib
57
- - vendor/rqrcode/lib/rqrcode
58
55
  - vendor/rqrcode/lib/rqrcode/qrcode.rb
59
- - vendor/rqrcode/lib/rqrcode/qrcode
60
56
  - vendor/rqrcode/lib/rqrcode/qrcode/qr_rs_block.rb
61
57
  - vendor/rqrcode/lib/rqrcode/qrcode/qr_bit_buffer.rb
62
58
  - vendor/rqrcode/lib/rqrcode/qrcode/qr_math.rb
@@ -65,21 +61,19 @@ files:
65
61
  - vendor/rqrcode/lib/rqrcode/qrcode/qr_util.rb
66
62
  - vendor/rqrcode/lib/rqrcode/qrcode/qr_8bit_byte.rb
67
63
  - vendor/rqrcode/lib/rqrcode/core_ext.rb
68
- - vendor/rqrcode/lib/rqrcode/core_ext
69
- - vendor/rqrcode/lib/rqrcode/core_ext/integer
70
64
  - vendor/rqrcode/lib/rqrcode/core_ext/integer/bitwise.rb
71
65
  - vendor/rqrcode/lib/rqrcode/core_ext/integer.rb
72
66
  - vendor/rqrcode/lib/rqrcode/core_ext/array.rb
73
- - vendor/rqrcode/lib/rqrcode/core_ext/array
74
67
  - vendor/rqrcode/lib/rqrcode/core_ext/array/behavior.rb
75
68
  - vendor/rqrcode/lib/rqrcode.rb
76
- - vendor/rqrcode/test
77
69
  - vendor/rqrcode/test/test_data.rb
78
70
  - vendor/rqrcode/test/runtest.rb
79
71
  - vendor/rqrcode/CHANGELOG
80
72
  - README
81
73
  has_rdoc: true
82
- homepage: http://tore.darell.no/
74
+ homepage: http://toretore.github.com/barby
75
+ licenses: []
76
+
83
77
  post_install_message:
84
78
  rdoc_options: []
85
79
 
@@ -100,9 +94,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
94
  requirements: []
101
95
 
102
96
  rubyforge_project: barby
103
- rubygems_version: 1.3.1
97
+ rubygems_version: 1.3.5
104
98
  signing_key:
105
- specification_version: 2
99
+ specification_version: 3
106
100
  summary: A pure-Ruby barcode generator
107
101
  test_files: []
108
102