helper_methods 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = HelperMethods::VERSION
9
9
  gem.authors = ["Francisco Martins"]
10
10
  gem.email = ["franciscomxs@gmail.com"]
11
- gem.description = "There are a small collection of simple methods"
11
+ gem.description = "A small collection of simple methods"
12
12
  gem.summary = "Helper methods that helps you to DRY"
13
13
  gem.homepage = "https://github.com/franciscomxs/helper_methods"
14
14
 
@@ -1,3 +1,3 @@
1
1
  module HelperMethods
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
@@ -156,7 +156,7 @@ module HelperMethods
156
156
  end
157
157
 
158
158
  def qr_code_for(data, size)
159
- "https://chart.googleapis.com/chart?chs=#{size}&cht=qr&chl=#{data}"
159
+ image_tag "https://chart.googleapis.com/chart?chs=#{size}&cht=qr&chl=#{data}"
160
160
  end
161
161
 
162
162
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helper_methods
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-02-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: There are a small collection of simple methods
14
+ description: A small collection of simple methods
15
15
  email:
16
16
  - franciscomxs@gmail.com
17
17
  executables: []