rqrcode_to_svg 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,8 @@
1
1
  require "rqrcode_to_svg/version"
2
2
 
3
+ require 'rubygems'
4
+ require 'rqrcode'
5
+
3
6
  module RQRCode
4
7
  class QRCode
5
8
 
@@ -1,3 +1,3 @@
1
1
  module RqrcodeToSvg
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rqrcode_to_svg
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jon Jensen