From 63f9d0bdebd9aaaecaec204d39b129214f334f62 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 18 Nov 2014 15:36:42 -0500 Subject: [PATCH] Add Gemfile.lock sample Gemfile.lock should not actually get classified as Ruby, but we can fix that in another PR. --- .gitignore | 2 +- samples/Ruby/filenames/Gemfile.lock | 42 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 samples/Ruby/filenames/Gemfile.lock diff --git a/.gitignore b/.gitignore index 08e2205d..90d94706 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -Gemfile.lock +/Gemfile.lock .bundle/ benchmark/ lib/linguist/samples.json diff --git a/samples/Ruby/filenames/Gemfile.lock b/samples/Ruby/filenames/Gemfile.lock new file mode 100644 index 00000000..22208028 --- /dev/null +++ b/samples/Ruby/filenames/Gemfile.lock @@ -0,0 +1,42 @@ +PATH + remote: . + specs: + github-linguist (4.0.1) + charlock_holmes (~> 0.7.3) + escape_utils (~> 1.0.1) + mime-types (>= 1.19) + rugged (~> 0.22.0b1) + github-linguist-grammars (4.0.1) + +GEM + remote: https://rubygems.org/ + specs: + charlock_holmes (0.7.3) + coderay (1.1.0) + escape_utils (1.0.1) + metaclass (0.0.4) + method_source (0.8.2) + mime-types (2.4.3) + mocha (1.1.0) + metaclass (~> 0.0.1) + plist (3.1.0) + pry (0.10.1) + coderay (~> 1.1.0) + method_source (~> 0.8.1) + slop (~> 3.4) + rake (10.3.2) + rugged (0.22.0b1) + slop (3.6.0) + yajl-ruby (1.2.1) + +PLATFORMS + ruby + +DEPENDENCIES + github-linguist! + github-linguist-grammars! + mocha + plist (~> 3.1) + pry + rake + yajl-ruby