Skip to content
This repository was archived by the owner on Jun 15, 2018. It is now read-only.

Commit df61155

Browse files
author
Mark Curphey
committed
Signed-off-by: Mark Curphey <[email protected]> Conflicts: _deploy public/sitemap.xml
2 parents 6b111b1 + 07c8d25 commit df61155

File tree

923 files changed

+76272
-1
lines changed

Some content is hidden

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

923 files changed

+76272
-1
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://EditorConfig.org
3+
4+
root = true
5+
6+
; Use 2 spaces for indentation in all Ruby files
7+
8+
[*.rb]
9+
indent_style = space
10+
indent_size = 2
11+
12+
[Rakefile]
13+
indent_style = space
14+
indent_size = 2
15+
16+
[Gemfile*]
17+
indent_style = space
18+
indent_size = 2
19+
20+
[config.ru]
21+
indent_style = space
22+
indent_size = 2

.gist-cache/5724892--5be95bf3ee5b733668c9d35e1a2012d5.cache

Whitespace-only changes.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.powrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
2+
source "$rvm_path/scripts/rvm"
3+
source ".rvmrc"
4+
fi
5+

.preview-mode

Whitespace-only changes.

.rbenv-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p194

.rvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rvm use 1.9.3
12.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)