frizz 0.0.3 → 0.0.4

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.
@@ -17,8 +17,8 @@ module Frizz
17
17
 
18
18
  # This is a creative way to allow for calling frizz.production? or
19
19
  # frizz.staging? from the Middleman view helpers
20
- def method_missing(meth, args, &block)
21
- name == meth.to_s
20
+ def method_missing(meth, *args, &block)
21
+ "#{name}?" == meth.to_s
22
22
  end
23
23
  end
24
24
  end
data/lib/frizz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Frizz
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: frizz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - patbenatar
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  segments:
129
129
  - 0
130
- hash: -132164478044305134
130
+ hash: -3580219831285791271
131
131
  version: '0'
132
132
  none: false
133
133
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  - !ruby/object:Gem::Version
137
137
  segments:
138
138
  - 0
139
- hash: -132164478044305134
139
+ hash: -3580219831285791271
140
140
  version: '0'
141
141
  none: false
142
142
  requirements: []