brocade 1.2.1 → 1.2.2

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.
@@ -50,7 +50,7 @@ module Brocade
50
50
  # http://github.com/toretore/barby/blob/master/lib/barby/outputter/png_outputter.rb
51
51
  f.write barcode.to_png(self.class.options.merge(opts))
52
52
  end
53
- FileUtils.chmod (0666&~File.umask), path
53
+ FileUtils.chmod(0666&~File.umask, path)
54
54
  end
55
55
 
56
56
  def update_barcode(opts = {})
@@ -1,3 +1,3 @@
1
1
  module Brocade
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brocade
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 1
10
- version: 1.2.1
9
+ - 2
10
+ version: 1.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Stewart