diff --git a/.gitignore b/.gitignore index 01b37d0..28d3a10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,49 +1,17 @@ -# rcov generated coverage coverage.data - -# rdoc generated rdoc - -# yard generated doc .yardoc - -# bundler .bundle - -# jeweler generated +Gemfile.lock pkg - -# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore: -# -# * Create a file at ~/.gitignore -# * Include files you want ignored -# * Run: git config --global core.excludesfile ~/.gitignore -# -# After doing this, these files will be ignored in all your git projects, -# saving you from having to 'pollute' every project you touch with them -# -# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line) -# -# For MacOS: -# .DS_Store - -# For TextMate *.tmproj tmtags - -# For emacs: *~ \#* .\#* - -# For vim: -*.swp - -# For redcar: +*.sw[p-n] .redcar - -# For rubinius: *.rbc diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index ee0f49e..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,38 +0,0 @@ -PATH - remote: . - specs: - timeout-interrupt (0.4.0) - ffi-libc - -GEM - remote: https://rubygems.org/ - specs: - diff-lcs (1.4.4) - ffi (1.15.4) - ffi-libc (0.1.1) - ffi (~> 1.0) - rake (12.3.3) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.3) - -PLATFORMS - ruby - -DEPENDENCIES - rake (~> 12) - rspec (~> 3.2) - timeout-interrupt! - -BUNDLED WITH - 2.2.25