mumuki-python-runner 1.1.1 → 1.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/test_hook.rb +1 -0
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c3b04492c5f104819a06affbca8db3837164a6aa18c7f00680d29f343bdf99e
4
- data.tar.gz: c7e3d5a665cac2a4360e4963188642ff798e4da946670faf488b13bbac7309e4
3
+ metadata.gz: a20c24cf3d50c5ffd25634e7eca49a1c5bcf91f53ee7b1dbeeec65eb0875f152
4
+ data.tar.gz: 4289c596dad901e99572419a75609452b6a79ef768dd5426cc4a7c3cff97c829
5
5
  SHA512:
6
- metadata.gz: 1a1001f21dbe24a6f49261614cd38781242ced83f008346e6b1fbd1867b6898242bcf75b298503956e25c0a7914bd10f6b452e2656efea7f242e0cac1857e311
7
- data.tar.gz: 7b53937a82e38e2bb5136e12e19bec891be1e569c744ac25da5f23f740a39e4fa84b92e9f9831808aa8cfd14853b6c2631ec22ea8fb7929f47a18615662c2934
6
+ metadata.gz: a84f8de3b8316e96778ffa7048bec1b68a93c917b75da0d9a5e329e508380b4a25db5a2907cf387601ce5913754d6511226bc1cb339eca68cee45a4f8f437720
7
+ data.tar.gz: 1d18b0fe1be552e8ed7a11cd60263096b03b14b3af772f8c72a3de6baa1c41d480a8b9f30c1c9f1a23b48d6d98d674d4873feefcbfecce4288a9602d0ffb4d33
@@ -23,6 +23,7 @@ python
23
23
  end
24
24
 
25
25
  def test_class(test)
26
+ return test if test =~ /class.*\( *unittest.TestCase *\) *:/
26
27
  <<python
27
28
  class MumukiTest(unittest.TestCase):
28
29
  #{test.gsub(/\n/,"\n\t")}
@@ -1,3 +1,3 @@
1
1
  module PythonVersionHook
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-python-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli