tf 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 83cb52c1f23d1b89b36c778ca449fdbeb23c1d59
4
+ data.tar.gz: 8f2ac7e4159cd02e734806f84c3e363dbd24323f
5
+ SHA512:
6
+ metadata.gz: 3b2a695e0516b9b073136071729c753688ef4d9ae71abd9b40c2c4ef623d78f9e5ff5f6dc581e3f755b17da563a7acebf277472cc6f11c7804408fa769f497d4
7
+ data.tar.gz: 781755d12cc2c25c7987af78c5afb0efb5943b4f88c73e33001fd79d76b9bb906d3378899290ec41e4a54ea37651afafe7895c46b99c9f9c52db2c5b5bb73628
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Testing Framework
1
+ # Testing Framework [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/mpapis/tf)
2
2
 
3
3
  TF is a pluggable framework for testing shell scripts (at least now).
4
4
  TF also is an umbrella which incorporates (eventually) multiple gems, each of which provides additional functionality
@@ -39,7 +39,7 @@ class TF::TextOutput
39
39
  end
40
40
 
41
41
  def command_err err
42
- puts err
42
+ $stderr.puts err
43
43
  end
44
44
 
45
45
  def test_processed test, status, msg
metadata CHANGED
@@ -1,46 +1,36 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tf
3
- version: !ruby/object:Gem::Version
4
- hash: 13
5
- prerelease:
6
- segments:
7
- - 0
8
- - 4
9
- - 1
10
- version: 0.4.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.2
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Michal Papis
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2012-08-09 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
11
+ date: 2013-03-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
21
14
  name: session
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
26
17
  - - ~>
27
- - !ruby/object:Gem::Version
28
- hash: 5
29
- segments:
30
- - 3
31
- - 1
32
- version: "3.1"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
33
20
  type: :runtime
34
- version_requirements: *id001
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
35
27
  description: Testing Framework solely based on plugins. For now only tests using Bash.
36
28
  email: mpapis+tf@gmail.com
37
- executables:
29
+ executables:
38
30
  - tf
39
31
  extensions: []
40
-
41
32
  extra_rdoc_files: []
42
-
43
- files:
33
+ files:
44
34
  - lib/tf.rb
45
35
  - lib/tf/environment.rb
46
36
  - lib/tf/active_patches.rb
@@ -59,36 +49,25 @@ files:
59
49
  - README.md
60
50
  homepage: http://github.com/mpapis/tf
61
51
  licenses: []
62
-
52
+ metadata: {}
63
53
  post_install_message:
64
54
  rdoc_options: []
65
-
66
- require_paths:
55
+ require_paths:
67
56
  - lib
68
- required_ruby_version: !ruby/object:Gem::Requirement
69
- none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 3
74
- segments:
75
- - 0
76
- version: "0"
77
- required_rubygems_version: !ruby/object:Gem::Requirement
78
- none: false
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- hash: 3
83
- segments:
84
- - 0
85
- version: "0"
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - '>='
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
86
67
  requirements: []
87
-
88
68
  rubyforge_project:
89
- rubygems_version: 1.8.24
69
+ rubygems_version: 2.0.0
90
70
  signing_key:
91
- specification_version: 3
71
+ specification_version: 4
92
72
  summary: Testing Framework
93
73
  test_files: []
94
-