Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit abbc276

Browse files
committed
Merge pull request rspec#44 from rspec/wrap-up-launch-blog-post
Wrap up launch blog post
2 parents 0b52516 + 06ff7cd commit abbc276

File tree

1,118 files changed

+13406
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,118 files changed

+13406
-1128
lines changed

config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
end
77

88
# dev mode addons
9-
activate :livereload
9+
activate :livereload if ENV['LIVERELOAD']
1010

1111
activate :blog do |blog|
1212
# This will add a prefix to all links, template references and source paths
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<div id="footer">
2+
Generated on <%= Time.now.strftime("%c") %> by
3+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4+
<%= YARD::VERSION %> (ruby-<%= RUBY_VERSION %>).
5+
</div>
6+
7+
<script>
8+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
9+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
10+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
12+
13+
ga('create', 'UA-59095215-1', 'auto');
14+
ga('send', 'pageview');
15+
16+
</script>

source/blog/2015-01-30-new-rspec-website.md renamed to source/blog/2015-01-29-new-rspec-website.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: New RSpec Website!
33
author: Myron Marston
4-
published: false
54
---
65

76
RSpec's website has been in need of a refresh for a long time. We've
@@ -19,7 +18,7 @@ I'd like to thank all the people who helped make this site happen:
1918
* [Andrew Harvey](http://mootpointer.com/),
2019
[Shamim Jahandideh](https://github.com/sjahandideh), and
2120
[Jon Rowe](http://jonrowe.co.uk/), who helped develop the site.
22-
* [Carlos Rodriguez](http://cohitre.com/), who helped out with the CSS.
21+
* [Carlos Rodriguez](http://cohitre.com/) and Brandon Renfrow, who helped out with the CSS.
2322

2423
While what we have now is a huge improvement, it's still not as polished
2524
as we would like, and we're hoping folks from the community will chip in

source/documentation/2.14/rspec-core/Autotest/Rspec2.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,21 @@ <h3 class="signature " id="setup_rspec_project_mappings-instance_method">
530530
</div>
531531

532532
<div id="footer">
533-
Generated on Wed Jan 28 22:11:40 2015 by
533+
Generated on Thu Jan 29 14:04:31 2015 by
534534
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
535535
0.8.0 (ruby-2.1.5).
536536
</div>
537537

538+
<script>
539+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
540+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
541+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
542+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
543+
544+
ga('create', 'UA-59095215-1', 'auto');
545+
ga('send', 'pageview');
546+
547+
</script>
548+
538549
</body>
539550
</html>

source/documentation/2.14/rspec-core/Kernel.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,21 @@ <h3 class="signature first" id="debugger-instance_method">
178178
</div>
179179

180180
<div id="footer">
181-
Generated on Wed Jan 28 22:11:39 2015 by
181+
Generated on Thu Jan 29 14:04:30 2015 by
182182
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
183183
0.8.0 (ruby-2.1.5).
184184
</div>
185185

186+
<script>
187+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
188+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
189+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
190+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
191+
192+
ga('create', 'UA-59095215-1', 'auto');
193+
ga('send', 'pageview');
194+
195+
</script>
196+
186197
</body>
187198
</html>

source/documentation/2.14/rspec-core/RSpec.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,21 @@ <h3 class="signature " id="const_missing-class_method">
439439
</div>
440440

441441
<div id="footer">
442-
Generated on Wed Jan 28 22:11:38 2015 by
442+
Generated on Thu Jan 29 14:04:30 2015 by
443443
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
444444
0.8.0 (ruby-2.1.5).
445445
</div>
446446

447+
<script>
448+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
449+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
450+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
451+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
452+
453+
ga('create', 'UA-59095215-1', 'auto');
454+
ga('send', 'pageview');
455+
456+
</script>
457+
447458
</body>
448459
</html>

source/documentation/2.14/rspec-core/RSpec/Core.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,21 @@ <h2>Constant Summary</h2>
143143
</div>
144144

145145
<div id="footer">
146-
Generated on Wed Jan 28 22:11:38 2015 by
146+
Generated on Thu Jan 29 14:04:30 2015 by
147147
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148148
0.8.0 (ruby-2.1.5).
149149
</div>
150150

151+
<script>
152+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
153+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
154+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
155+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
156+
157+
ga('create', 'UA-59095215-1', 'auto');
158+
ga('send', 'pageview');
159+
160+
</script>
161+
151162
</body>
152163
</html>

source/documentation/2.14/rspec-core/RSpec/Core/BacktraceCleaner.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,21 @@ <h3 class="signature " id="full_backtrace?-instance_method">
576576
</div>
577577

578578
<div id="footer">
579-
Generated on Wed Jan 28 22:11:43 2015 by
579+
Generated on Thu Jan 29 14:04:33 2015 by
580580
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
581581
0.8.0 (ruby-2.1.5).
582582
</div>
583583

584+
<script>
585+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
586+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
587+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
588+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
589+
590+
ga('create', 'UA-59095215-1', 'auto');
591+
ga('send', 'pageview');
592+
593+
</script>
594+
584595
</body>
585596
</html>

source/documentation/2.14/rspec-core/RSpec/Core/BacktraceFormatter.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,21 @@ <h3 class="signature first" id="format_backtrace-instance_method">
189189
</div>
190190

191191
<div id="footer">
192-
Generated on Wed Jan 28 22:11:39 2015 by
192+
Generated on Thu Jan 29 14:04:31 2015 by
193193
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
194194
0.8.0 (ruby-2.1.5).
195195
</div>
196196

197+
<script>
198+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
199+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
200+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
201+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
202+
203+
ga('create', 'UA-59095215-1', 'auto');
204+
ga('send', 'pageview');
205+
206+
</script>
207+
197208
</body>
198209
</html>

source/documentation/2.14/rspec-core/RSpec/Core/CommandLine.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,21 @@ <h3 class="signature first" id="run-instance_method">
324324
</div>
325325

326326
<div id="footer">
327-
Generated on Wed Jan 28 22:11:41 2015 by
327+
Generated on Thu Jan 29 14:04:31 2015 by
328328
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
329329
0.8.0 (ruby-2.1.5).
330330
</div>
331331

332+
<script>
333+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
334+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
335+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
336+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
337+
338+
ga('create', 'UA-59095215-1', 'auto');
339+
ga('send', 'pageview');
340+
341+
</script>
342+
332343
</body>
333344
</html>

0 commit comments

Comments
 (0)