texplay 0.4.1 → 0.4.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.
@@ -221,7 +221,7 @@ m_paint(int argc, VALUE * argv, VALUE self)
221
221
  switch(arity) {
222
222
  case -1:
223
223
  case 0:
224
- rb_instance_eval(0, 0, self);
224
+ rb_obj_instance_eval(0, 0, self);
225
225
  break;
226
226
  case 1:
227
227
  rb_yield(self);
@@ -1,3 +1,3 @@
1
1
  module TexPlay
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: texplay
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Mair (banisterfiend)