texplay 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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)