aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.ruby-version1
-rw-r--r--Gemfile3
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..50992f3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*~
+*.bak
+*.swo
+*.swp
diff --git a/.ruby-version b/.ruby-version
new file mode 100644
index 0000000..3e3c2f1
--- /dev/null
+++ b/.ruby-version
@@ -0,0 +1 @@
+2.1.1
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..af96cd8
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'contextio', '~> 1.7.2'