diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-07-28 02:08:56 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-07-28 02:09:33 -0600 |
| commit | 949d39f16f937b6584051faa3968bbc1b0e4f775 (patch) | |
| tree | 4887ccdc21059fdb881d5b61c944fc6ba05df775 | |
| parent | 979d8ee47d1a569d771d51a452df63ce62ec3c41 (diff) | |
take .ruby-gemset and .ruby-version back out, ignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .ruby-gemset | 1 | ||||
| -rw-r--r-- | .ruby-version | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,7 @@ pkg/ /.bundle /*.gem /.idea/ +/.ruby-gemset +/.ruby-version /.yardoc/ /rdoc/ diff --git a/.ruby-gemset b/.ruby-gemset deleted file mode 100644 index c02b14b9..00000000 --- a/.ruby-gemset +++ /dev/null @@ -1 +0,0 @@ -asciidoctor-dev diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 4ad96d51..00000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -default |
