cadre 0.2.0 → 0.2.1

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,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTgxOWI3M2RlY2U0M2YwMjk2M2YxN2M3MDM5NTU0NDZlNWFiYzViZQ==
5
+ data.tar.gz: !binary |-
6
+ MzYyYWQ5NzE1YWNjYTRmYjg4YjQxMmM1YzcxNzUzOGNhODY2YzdlYQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZTcyNzAzYWQyNzU0Y2E1ODEwYjZhOTU5MGRlZDY1OTE3NWZlZmE1YzMxOGVi
10
+ NGQ3Yzg5NmM5ZGE0NzBkYzAyMDQwYTRlMGQwOGM2ODBmMzQzODY1MmIyODI5
11
+ NWQyODdkYTJjZTFkNDBlODhiYTlkZDJjOTYwNmFjYjJkMGFkNGE=
12
+ data.tar.gz: !binary |-
13
+ ZWUxOGU2YTRhNTEzMDA4ZjU0OThmZTRjZmMwNGE4MjY5MjkyMjJjMTZjYzcw
14
+ NTA4NTcyYjZiZDVmNjMzM2I5YmIwYzAzNjhlMjQ4NzVlOTBmZWU4YTk0ODI4
15
+ NTcwZTU5MGQyZTNhMjRlNDcwYTExNDRjYTAwZTI3NGZlY2ZmY2U=
@@ -5,7 +5,7 @@
5
5
 
6
6
  hi HitSign ctermfg=6 cterm=bold gui=bold guifg=Green
7
7
  hi MissSign ctermfg=Red cterm=bold gui=bold guifg=Red
8
- hi IgnoreSign ctermfg=6 cterm=bold gui=bold guifg=Grey
8
+ hi IgnoredSign ctermfg=6 cterm=bold gui=bold guifg=Grey
9
9
  "
10
10
  sign define hit linehl=HitLine texthl=HitSign text=✔
11
11
  sign define miss linehl=MissLine texthl=MissSign text=✘
@@ -146,8 +146,8 @@ function! s:AutocommandUncov(sourced)
146
146
  endif
147
147
  endfunction
148
148
 
149
- command! -nargs=0 Cov call s:CoverageSigns(expand("%:p"))
150
- command! -nargs=0 Uncov call s:ClearCoverageSigns(expand("%:p"))
149
+ command! -nargs=0 Cov call s:SetCoverageSigns(expand("%:p"))
150
+ command! -nargs=0 Uncov call s:ClearCoverageSigns()
151
151
 
152
152
  augroup SimpleCov
153
153
  au!
metadata CHANGED
@@ -1,64 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cadre
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.2.0
4
+ version: 0.2.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Judson Lester
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-12-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ~>
17
+ - !ruby/object:Gem::Version
18
+ version: 0.18.1
15
19
  prerelease: false
16
- type: :runtime
17
20
  name: thor
18
21
  version_requirements: !ruby/object:Gem::Requirement
19
22
  requirements:
20
23
  - - ~>
21
24
  - !ruby/object:Gem::Version
22
25
  version: 0.18.1
23
- none: false
26
+ type: :runtime
27
+ - !ruby/object:Gem::Dependency
24
28
  requirement: !ruby/object:Gem::Requirement
25
29
  requirements:
26
30
  - - ~>
27
31
  - !ruby/object:Gem::Version
28
- version: 0.18.1
29
- none: false
30
- - !ruby/object:Gem::Dependency
32
+ version: '1.0'
31
33
  prerelease: false
32
- type: :runtime
33
34
  name: tilt
34
35
  version_requirements: !ruby/object:Gem::Requirement
35
36
  requirements:
36
37
  - - ~>
37
38
  - !ruby/object:Gem::Version
38
39
  version: '1.0'
39
- none: false
40
+ type: :runtime
41
+ - !ruby/object:Gem::Dependency
40
42
  requirement: !ruby/object:Gem::Requirement
41
43
  requirements:
42
44
  - - ~>
43
45
  - !ruby/object:Gem::Version
44
46
  version: '1.0'
45
- none: false
46
- - !ruby/object:Gem::Dependency
47
47
  prerelease: false
48
- type: :runtime
49
48
  name: valise
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - ~>
53
52
  - !ruby/object:Gem::Version
54
53
  version: '1.0'
55
- none: false
56
- requirement: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - ~>
59
- - !ruby/object:Gem::Version
60
- version: '1.0'
61
- none: false
54
+ type: :runtime
62
55
  description: ! " Three things:\n\n An rspec formatter that triggers libnotify on
63
56
  completion.\n An rspec formatter that outputs to vim quickfix\n A simplecov formatter
64
57
  that produces vim markers (+ a vim plugin to load them)\n"
@@ -95,35 +88,31 @@ files:
95
88
  homepage: http://nyarly.github.com/cadre
96
89
  licenses:
97
90
  - MIT
91
+ metadata: {}
98
92
  post_install_message:
99
93
  rdoc_options:
100
94
  - --inline-source
101
95
  - --main
102
96
  - doc/README
103
97
  - --title
104
- - cadre-0.2.0 Documentation
98
+ - cadre-0.2.1 Documentation
105
99
  require_paths:
106
100
  - lib/
107
101
  required_ruby_version: !ruby/object:Gem::Requirement
108
102
  requirements:
109
103
  - - ! '>='
110
104
  - !ruby/object:Gem::Version
111
- segments:
112
- - 0
113
- hash: 711415251
114
105
  version: '0'
115
- none: false
116
106
  required_rubygems_version: !ruby/object:Gem::Requirement
117
107
  requirements:
118
108
  - - ! '>='
119
109
  - !ruby/object:Gem::Version
120
110
  version: '0'
121
- none: false
122
111
  requirements: []
123
112
  rubyforge_project: cadre
124
- rubygems_version: 1.8.24
113
+ rubygems_version: 2.1.10
125
114
  signing_key:
126
- specification_version: 3
115
+ specification_version: 4
127
116
  summary: Tools to smooth development
128
117
  test_files:
129
118
  - spec_help/gem_test_suite.rb