minitest-tags 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +26 -0
  2. data/lib/minitest/version.rb +1 -1
  3. metadata +31 -38
data/README CHANGED
@@ -1,3 +1,4 @@
1
+ == Kick off
1
2
  please take a look at Rakefile, Gemfile, and test/helper.rb. that's it, right?
2
3
 
3
4
  rake test # run all test, just
@@ -5,3 +6,28 @@ please take a look at Rakefile, Gemfile, and test/helper.rb. that's it, right?
5
6
  rake test:on[follow] # only invoke the test case the desc inlcuding "follow" quoted by parenthesis
6
7
 
7
8
  rake test:on[login] # only invoke the test case the desc inlcuding "login" quoted by parenthesis
9
+
10
+ == LICENSE:
11
+
12
+ (The MIT License)
13
+
14
+ Copyright (c) Wenbo
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining
17
+ a copy of this software and associated documentation files (the
18
+ 'Software'), to deal in the Software without restriction, including
19
+ without limitation the rights to use, copy, modify, merge, publish,
20
+ distribute, sublicense, and/or sell copies of the Software, and to
21
+ permit persons to whom the Software is furnished to do so, subject to
22
+ the following conditions:
23
+
24
+ The above copyright notice and this permission notice shall be
25
+ included in all copies or substantial portions of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
28
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
31
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
32
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Minitest
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,41 +1,39 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: minitest-tags
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.5
4
5
  prerelease:
5
- version: 0.0.4
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - wenbo
9
9
  - Lorenzo Planas
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
-
14
- date: 2011-06-10 00:00:00 +08:00
15
- default_executable:
16
- dependencies:
17
- - !ruby/object:Gem::Dependency
13
+ date: 2012-04-25 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
18
16
  name: minitest
19
- prerelease: false
20
- requirement: &id001 !ruby/object:Gem::Requirement
17
+ requirement: &68921910 !ruby/object:Gem::Requirement
21
18
  none: false
22
- requirements:
19
+ requirements:
23
20
  - - ~>
24
- - !ruby/object:Gem::Version
21
+ - !ruby/object:Gem::Version
25
22
  version: 2.2.2
26
23
  type: :development
27
- version_requirements: *id001
28
- description: " when you invode the it method that coming with Minitest::Spec, \n you can tag a test case by the words that quoted by parenthesis, then \n specify the tag at your rake task, and the test case related to this tag \n will be invoked\n"
29
- email:
24
+ prerelease: false
25
+ version_requirements: *68921910
26
+ description: ! " when you invode the it method that coming with Minitest::Spec,
27
+ \n you can tag a test case by the words that quoted by parenthesis, then \n
28
+ \ specify the tag at your rake task, and the test case related to this tag \n
29
+ \ will be invoked\n"
30
+ email:
30
31
  - yiyun6674@hotmail.com
31
32
  - lplanas@qindio.com
32
33
  executables: []
33
-
34
34
  extensions: []
35
-
36
35
  extra_rdoc_files: []
37
-
38
- files:
36
+ files:
39
37
  - Gemfile
40
38
  - Gemfile.lock
41
39
  - README
@@ -47,33 +45,28 @@ files:
47
45
  - test/foo_spec.rb
48
46
  - test/helper.rb
49
47
  - test/ttt_spec.rb
50
- has_rdoc: true
51
- homepage: ""
48
+ homepage: ''
52
49
  licenses: []
53
-
54
50
  post_install_message:
55
51
  rdoc_options: []
56
-
57
- require_paths:
52
+ require_paths:
58
53
  - lib
59
- required_ruby_version: !ruby/object:Gem::Requirement
54
+ required_ruby_version: !ruby/object:Gem::Requirement
60
55
  none: false
61
- requirements:
62
- - - ">="
63
- - !ruby/object:Gem::Version
64
- version: "0"
65
- required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
61
  none: false
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: "0"
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
71
66
  requirements: []
72
-
73
67
  rubyforge_project:
74
- rubygems_version: 1.6.2
68
+ rubygems_version: 1.8.17
75
69
  signing_key:
76
70
  specification_version: 3
77
71
  summary: add tags for minitest
78
72
  test_files: []
79
-