rspec-formatter-webkit 2.4.0.pre.20140224181837 → 2.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4bb7cbcee8b09984160cd99f34fd6b977f47655
4
- data.tar.gz: d6e29d8c379043f845ad4781ac87a6cac114d566
3
+ metadata.gz: 2f53123d76b7e48e5111831b201e788fe23b87bb
4
+ data.tar.gz: 9a9bc34d45b4e8269d95869dd2ab3f7682b69986
5
5
  SHA512:
6
- metadata.gz: 33c3a08e823c65db4ef0d0606d70b21c7e07bc4baebe1201fcee7a3bf305715eebc26f44a294299c72d63859795c0a0a23d15a588db99025da10ee4206b84acd
7
- data.tar.gz: 8d72782fc8de56f431ad42788f0c23d622cf958f77829008c8d21c3a51151c9371fb2c1f01be15f73b964190313293dfc763d8d8364f7c172197e458c2fbfa9e
6
+ metadata.gz: 827448bfcd12fd99a4389d4fef2f17d5d94004812a82ae0ceef069e82e8fbf4038867671cff6ffca63c8d637bb95d315cfae79e502a06ab017d85d60c4aa24ce
7
+ data.tar.gz: 916fc459bf7f0d00541933d7cbd596cd8991a409de3e655b777a7126b1aa6bd31df52133380e58075bab830c8499cbacee89a5f95b7ee896bfcfa026ba96d909
checksums.yaml.gz.sig ADDED
Binary file
data.tar.gz.sig ADDED
Binary file
data/ChangeLog CHANGED
@@ -1,8 +1,122 @@
1
+ 2014-02-25 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * data/rspec-formatter-webkit/css/textmate-rspec.css, data/rspec-
4
+ formatter-webkit/templates/deprecations.rhtml, data/rspec-formatter-
5
+ webkit/templates/error.rhtml, data/rspec-formatter-
6
+ webkit/templates/failed.rhtml, data/rspec-formatter-
7
+ webkit/templates/footer.rhtml, data/rspec-formatter-
8
+ webkit/templates/header.rhtml, data/rspec-formatter-
9
+ webkit/templates/seed.rhtml, data/rspec-formatter-
10
+ webkit/templates/summary.rhtml, lib/rspec/core/formatters/webkit.rb:
11
+ Synched up with work done in the RSpec3 tmbundle
12
+ [8b6626a85d28] [tip]
13
+
14
+ * History.rdoc:
15
+ Clarify history message
16
+ [9dcb635f3c2a]
17
+
18
+ 2014-02-24 Michael Granger <ged@FaerieMUD.org>
19
+
20
+ * Manifest.txt:
21
+ Fix the manifest
22
+ [816aac10c9c0]
23
+
24
+ * Gemfile, History.rdoc, lib/rspec/core/formatters/webkit.rb:
25
+ Bump the minor version, update history.
26
+ [7149de81e266]
27
+
28
+ * data/rspec-formatter-webkit/css/textmate-rspec.css, data/rspec-
29
+ formatter-webkit/templates/failed.rhtml, data/rspec-formatter-
30
+ webkit/templates/passed.rhtml, data/rspec-formatter-webkit/templates
31
+ /pending-fixed.rhtml, data/rspec-formatter-
32
+ webkit/templates/pending.rhtml:
33
+ Add execution time to examples
34
+ [fa2a807b4396]
35
+
36
+ * data/rspec-formatter-webkit/js/textmate-rspec.js:
37
+ Invert the sense of toggling with the test status labels
38
+ [55e57d4e3831]
39
+
40
+ * data/rspec-formatter-webkit/js/jquery-1.4.2.min.js, data/rspec-
41
+ formatter-webkit/js/jquery-2.1.0.min.js, data/rspec-formatter-
42
+ webkit/templates/header.rhtml:
43
+ Upgrade jQuery
44
+ [d160a9a2d56d]
45
+
46
+ * .hgignore:
47
+ Ignore generated .gemspec file
48
+ [7869b76132c1] [github/master]
49
+
50
+ * .rvm.gems, .rvmrc:
51
+ Adding RVM config
52
+ [3683d8eeab94]
53
+
54
+ * Rakefile, lib/rspec/core/formatters/webkit.rb:
55
+ Fix backtrace links for newer RSpecs
56
+ [b0b550d91c13]
57
+
58
+ 2013-10-07 Michael Granger <ged@FaerieMUD.org>
59
+
60
+ * .hgtags:
61
+ Added tag v2.3.0 for changeset 94da6ddaecd2
62
+ [7c6d98f83421]
63
+
64
+ * .hgsigs:
65
+ Added signature for changeset e2ca3cf25e2e
66
+ [94da6ddaecd2] [v2.3.0]
67
+
68
+ * History.rdoc, lib/rspec/core/formatters/webkit.rb:
69
+ Bump minor version, update history.
70
+ [e2ca3cf25e2e]
71
+
72
+ * .hgignore, Gemfile, Rakefile:
73
+ Update build system.
74
+ [5217466de0d8]
75
+
76
+ * lib/rspec/core/formatters/webkit.rb:
77
+ Whitespace cleanup
78
+ [70adac233424]
79
+
80
+ 2013-09-23 JasonM23 <jasonm23@users.noreply.github.com>
81
+
82
+ * data/rspec-formatter-webkit/css/textmate-rspec.css:
83
+ Monospace fonts consistency
84
+
85
+ Monospaced fonts were a little inconsistent, they are now
86
+
87
+ Menlo, Monaco, monospace
88
+
89
+ Across the board.
90
+ [2c2c6319f5b6]
91
+
92
+ * data/rspec-formatter-webkit/css/textmate-rspec.css:
93
+ Updated textmate-rspec.css to use unicode in place of literals
94
+
95
+ To avoid browser mangling, I've switched out the literal ellipsis
96
+ and double arrow quotes with their unicode replacements.
97
+ [516e946e9c02]
98
+
1
99
  2013-01-04 Michael Granger <ged@FaerieMUD.org>
2
100
 
101
+ * .hgtags:
102
+ Added tag v2.2.1 for changeset bc799ee3bec0
103
+ [176d15693ef4]
104
+
105
+ * .hgsigs:
106
+ Added signature for changeset 7192763c9a19
107
+ [bc799ee3bec0] [v2.2.1]
108
+
109
+ * Manifest.txt:
110
+ Add the ChangeLog to the manifest
111
+ [7192763c9a19]
112
+
113
+ * .hoerc:
114
+ Exclude the 'legacy' directory from the gem.
115
+ [3a02dcc37b4e]
116
+
3
117
  * History.rdoc, Rakefile, lib/rspec/core/formatters/webkit.rb:
4
118
  Bump the patch version, update history, bump rspec dependency.
5
- [38bb23813f6a] [tip]
119
+ [38bb23813f6a]
6
120
 
7
121
  * data/rspec-formatter-webkit/templates/failed.rhtml:
8
122
  Fix shared-group formatting for RSpec 2.12.2.
@@ -667,8 +781,8 @@
667
781
  CSS changes, split out templates, nested example groups
668
782
  * Changed the fonts to better ones
669
783
  * Fixed the coloration of the "offending" line in the code snippet
670
- * Split out the example template into four separate ones by status
671
- for ease of maintenance.
784
+ * Split out the example template into four separate ones by status for
785
+ ease of maintenance.
672
786
  * Nested example groups are now nested in the display, too.
673
787
  [406646ae0941]
674
788
 
data/History.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  == v2.4.0 [2014-02-24] Michael Granger <ged@FaerieMUD.org>
2
2
 
3
- - Fix backtrace links for newer RSpecs
3
+ - Fix backtrace links for newer 2.x RSpecs
4
4
  - Add execution time to examples
5
5
  - Change the way the status labels toggle examples to be more useful
6
6
 
metadata CHANGED
@@ -1,15 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-formatter-webkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.pre.20140224181837
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Granger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
- - /Users/ged/.gem/ged-public_gem_cert.pem
12
- date: 2014-02-25 00:00:00.000000000 Z
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANnZWQx
14
+ GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
15
+ HhcNMTMwMjI3MTY0ODU4WhcNMTQwMjI3MTY0ODU4WjA+MQwwCgYDVQQDDANnZWQx
16
+ GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
17
+ ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb92mkyYwuGBg1oRxt2tkH
18
+ +Uo3LAsaL/APBfSLzy8o3+B3AUHKCjMUaVeBoZdWtMHB75X3VQlvXfZMyBxj59Vo
19
+ cDthr3zdao4HnyrzAIQf7BO5Y8KBwVD+yyXCD/N65TTwqsQnO3ie7U5/9ut1rnNr
20
+ OkOzAscMwkfQxBkXDzjvAWa6UF4c5c9kR/T79iA21kDx9+bUMentU59aCJtUcbxa
21
+ 7kcKJhPEYsk4OdxR9q2dphNMFDQsIdRO8rywX5FRHvcb+qnXC17RvxLHtOjysPtp
22
+ EWsYoZMxyCDJpUqbwoeiM+tAHoz2ABMv3Ahie3Qeb6+MZNAtMmaWfBx3dg2u+/WN
23
+ AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSZ0hCV
24
+ qoHr122fGKelqffzEQBhszAcBgNVHREEFTATgRFnZWRARmFlcmllTVVELm9yZzAc
25
+ BgNVHRIEFTATgRFnZWRARmFlcmllTVVELm9yZzANBgkqhkiG9w0BAQUFAAOCAQEA
26
+ Vlcfyq6GwyE8i0QuFPCeVOwJaneSvcwx316DApjy9/tt2YD2HomLbtpXtji5QXor
27
+ ON6oln4tWBIB3Klbr3szq5oR3Rc1D02SaBTalxSndp4M6UkW9hRFu5jn98pDB4fq
28
+ 5l8wMMU0Xdmqx1VYvysVAjVFVC/W4NNvlmg+2mEgSVZP5K6Tc9qDh3eMQInoYw6h
29
+ t1YA6RsUJHp5vGQyhP1x34YpLAaly8icbns/8PqOf7Osn9ztmg8bOMJCeb32eQLj
30
+ 6mKCwjpegytE0oifXfF8k75A9105cBnNiMZOe1tXiqYc/exCgWvbggurzDOcRkZu
31
+ /YSusaiDXHKU2O3Akc3htA==
32
+ -----END CERTIFICATE-----
33
+ date: 2014-02-26 00:00:00.000000000 Z
13
34
  dependencies:
14
35
  - !ruby/object:Gem::Dependency
15
36
  name: rspec-core
@@ -180,9 +201,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
201
  version: 1.9.3
181
202
  required_rubygems_version: !ruby/object:Gem::Requirement
182
203
  requirements:
183
- - - '>'
204
+ - - '>='
184
205
  - !ruby/object:Gem::Version
185
- version: 1.3.1
206
+ version: '0'
186
207
  requirements: []
187
208
  rubyforge_project: rspec-formatter-webkit
188
209
  rubygems_version: 2.2.1
metadata.gz.sig ADDED
@@ -0,0 +1 @@
1
+ ����t��R�\�+a�9�� *@������i���] �/pK���8��d��g����U������be|&��7�1���K��'9�u���&��uLk����[Q~��4��O$(U�W��6����h����xG��rI2�u�Φ�¸����� ��b(����+�;�ve�q��U�_���0 y��i|�:6��߬�Ff�Yw1��B=��f�������dY[�A3�椪��W��C�a`;����