jeremyboles-graffic 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/graffic/view_helpers.rb +1 -1
  2. metadata +1 -1
@@ -1,5 +1,5 @@
1
1
  module Graffic::ViewHelpers
2
- def graffic_tag(graffic, version_or_opts = {}, opts = nil)
2
+ def graffic_tag(graffic, version_or_opts = {}, opts = {})
3
3
  if graffic
4
4
  if version_or_opts.is_a?(Symbol)
5
5
  graffic_tag(graffic.try(version_or_opts), opts)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyboles-graffic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Boles