heckle 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ ��?q���h({���7�?S���/s>_1*$�]����q��|�>���O�zV��&G��{;���ѥ��4~����9,Լ�����=���:��|A,�Ĵ�?n&`w0���5�9�������4g0ز�F���g�F�c��!�2p�)E�R�!�JbϤ=>%�zl�ע�.gb~0w'���]h^偏*ЯH�I�O~����pw�i�Y����Fni�>xa�T �Ӧ�a()�Nb� y�*i[��07
@@ -1,3 +1,10 @@
1
+ === 1.4.3 / 2009-06-23
2
+
3
+ * 2 minor enhancements:
4
+
5
+ * Added autotest/heckle plugin
6
+ * Skipping testing on 1.9
7
+
1
8
  === 1.4.2 / 2009-02-08
2
9
 
3
10
  * 2 bug fixes:
@@ -4,6 +4,7 @@ Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
6
  bin/heckle
7
+ lib/autotest/heckle.rb
7
8
  lib/heckle.rb
8
9
  lib/test_unit_heckler.rb
9
10
  sample/Rakefile
data/Rakefile CHANGED
@@ -11,20 +11,20 @@ Hoe.add_include_dirs("../../ParseTree/dev/lib",
11
11
  "../../sexp_processor/dev/lib",
12
12
  "lib")
13
13
 
14
- require './lib/heckle.rb'
14
+ Hoe.plugin :seattlerb
15
15
 
16
- Hoe.new('heckle', Heckle::VERSION) do |heckle|
17
- heckle.rubyforge_name = 'seattlerb'
16
+ Hoe.spec 'heckle' do
17
+ developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
18
+ developer 'Eric Hodel', 'drbrain@segment7.net'
19
+ developer 'Kevin Clark', 'kevin.clark@gmail.com'
18
20
 
19
- heckle.developer('Ryan Davis', 'ryand-ruby@zenspider.com')
20
- heckle.developer('Eric Hodel', 'drbrain@segment7.net')
21
- heckle.developer('Kevin Clark', 'kevin.clark@gmail.com')
21
+ self.rubyforge_name = 'seattlerb'
22
22
 
23
- heckle.clean_globs << File.expand_path("~/.ruby_inline")
24
-
25
- heckle.extra_deps << ['ParseTree', '>= 2.0.0']
26
- heckle.extra_deps << ['ruby2ruby', '>= 1.1.6']
27
- heckle.extra_deps << ['ZenTest', '>= 3.5.2']
23
+ clean_globs << File.expand_path("~/.ruby_inline")
24
+ extra_deps << ['ParseTree', '>= 2.0.0']
25
+ extra_deps << ['ruby2ruby', '>= 1.1.6']
26
+ extra_deps << ['ZenTest', '>= 3.5.2']
27
+ multiruby_skip << "1.9"
28
28
  end
29
29
 
30
- # vim: syntax=Ruby
30
+ # vim: syntax=ruby
@@ -0,0 +1,14 @@
1
+ # -*- ruby -*-
2
+
3
+ module Autotest::Heckle
4
+ @@flags = []
5
+ @@klasses = []
6
+ def self.flags; @@flags; end
7
+ def self.klasses; @@klasses; end
8
+
9
+ Autotest.add_hook :all_good do |at|
10
+ heckle = "heckle" + (@@flags.empty? ? '' : " #{flags.join(' ')}")
11
+ cmd = @@klasses.map { |klass| "#{heckle} #{klass}" }.join(" && ")
12
+ system cmd
13
+ end
14
+ end
@@ -21,7 +21,7 @@ class Heckle < SexpProcessor
21
21
  ##
22
22
  # The version of Heckle you are using.
23
23
 
24
- VERSION = '1.4.2'
24
+ VERSION = '1.4.3'
25
25
 
26
26
  ##
27
27
  # Branch node types.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heckle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -9,9 +9,30 @@ authors:
9
9
  - Kevin Clark
10
10
  autorequire:
11
11
  bindir: bin
12
- cert_chain: []
12
+ cert_chain:
13
+ - |
14
+ -----BEGIN CERTIFICATE-----
15
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
16
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
17
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
18
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
19
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
20
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
21
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
22
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
23
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
24
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
25
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
26
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
27
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
28
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
29
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
30
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
31
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
32
+ FBHgymkyj/AOSqKRIpXPhjC6
33
+ -----END CERTIFICATE-----
13
34
 
14
- date: 2009-02-08 00:00:00 -08:00
35
+ date: 2009-06-23 00:00:00 -07:00
15
36
  default_executable:
16
37
  dependencies:
17
38
  - !ruby/object:Gem::Dependency
@@ -52,9 +73,12 @@ dependencies:
52
73
  requirements:
53
74
  - - ">="
54
75
  - !ruby/object:Gem::Version
55
- version: 1.8.3
76
+ version: 2.3.0
56
77
  version:
57
- description: Heckle is unit test sadism(tm) at it's core. Heckle is a mutation tester. It modifies your code and runs your tests to make sure they fail. The idea is that if code can be changed and your tests don't notice, either that code isn't being covered or it doesn't do anything. It's like hiring a white-hat hacker to try to break into your server and making sure you detect it. You learn the most by trying to break things and watching the outcome in an act of unit test sadism.
78
+ description: |-
79
+ Heckle is unit test sadism(tm) at it's core. Heckle is a mutation tester. It modifies your code and runs your tests to make sure they fail. The idea is that if code can be changed and your tests don't notice, either that code isn't being covered or it doesn't do anything.
80
+
81
+ It's like hiring a white-hat hacker to try to break into your server and making sure you detect it. You learn the most by trying to break things and watching the outcome in an act of unit test sadism.
58
82
  email:
59
83
  - ryand-ruby@zenspider.com
60
84
  - drbrain@segment7.net
@@ -74,6 +98,7 @@ files:
74
98
  - README.txt
75
99
  - Rakefile
76
100
  - bin/heckle
101
+ - lib/autotest/heckle.rb
77
102
  - lib/heckle.rb
78
103
  - lib/test_unit_heckler.rb
79
104
  - sample/Rakefile
@@ -84,6 +109,8 @@ files:
84
109
  - test/test_heckle.rb
85
110
  has_rdoc: true
86
111
  homepage: http://www.rubyforge.org/projects/seattlerb
112
+ licenses: []
113
+
87
114
  post_install_message:
88
115
  rdoc_options:
89
116
  - --main
@@ -105,9 +132,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
132
  requirements: []
106
133
 
107
134
  rubyforge_project: seattlerb
108
- rubygems_version: 1.3.1
135
+ rubygems_version: 1.3.4
109
136
  signing_key:
110
- specification_version: 2
137
+ specification_version: 3
111
138
  summary: Heckle is unit test sadism(tm) at it's core
112
139
  test_files:
113
140
  - test/test_heckle.rb
Binary file