.gitignore in ruby_smart-support-1.1.1 vs .gitignore in ruby_smart-support-1.2.0

- old
+ new

@@ -1,22 +1,25 @@ +# defaults /.bundle/ +/tmp/ +Gemfile.lock + +# testing +.rspec_status +/spec/reports/ + +# documentation & coverage /.yardoc /_yardoc/ /coverage/ /doc/ +/docs/yard +/.coveralls.yml + +# builds /pkg/ -/spec/reports/ -/tmp/ +/*.gem -# rspec failure tracking -.rspec_status - # IDE related files /.idea /.ruby-version -/.bundle-version - -# Github testing -Gemfile.lock - -# builds -/*.gem +/.bundle-version \ No newline at end of file