multi_encoder 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -36,7 +36,7 @@ This will compile the gbarcode extension, included within.
36
36
 
37
37
  ### Barcodes
38
38
 
39
- The <tt><%= barcode %></tt> heleper generates a barcode in BARCODE_39
39
+ The <tt><%= barcode %></tt> heleper generates a barcode in BARCODE_128
40
40
  format and accepts the following options:
41
41
 
42
42
  width
@@ -45,7 +45,7 @@ format and accepts the following options:
45
45
  xoff
46
46
  yoff
47
47
  margin
48
-
48
+
49
49
  Example:
50
50
 
51
51
  <%= barcode width: 100, height: 30, xoff: 100 %>
@@ -3,7 +3,7 @@ require 'tempfile'
3
3
  module MultiEncoder
4
4
  class BarcodeImage < AbstractImage
5
5
 
6
- DEFAULT_ENCODING = Gbarcode::BARCODE_39 | Gbarcode::BARCODE_NO_CHECKSUM
6
+ DEFAULT_ENCODING = Gbarcode::BARCODE_128 | Gbarcode::BARCODE_NO_CHECKSUM
7
7
 
8
8
  def type
9
9
  'barcodes'
@@ -1,3 +1,3 @@
1
1
  module MultiEncoder
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_encoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-04 00:00:00.000000000 Z
12
+ date: 2013-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: qrencoder
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  segments:
212
212
  - 0
213
- hash: 2631013867526324705
213
+ hash: -3392080642645182810
214
214
  requirements:
215
215
  - ImageMagick
216
216
  rubyforge_project: