mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
from jeweler to bundler
because combination of gemspec method and jeweler task caused circular dependency in the generated metadata
This commit is contained in:
parent
834dcab22d
commit
74736637c8
8 changed files with 38 additions and 413 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
|
@ -1,45 +1,7 @@
|
|||
# rcov generated
|
||||
coverage
|
||||
|
||||
# rdoc generated
|
||||
rdoc
|
||||
|
||||
# yard generated
|
||||
doc
|
||||
.yardoc
|
||||
|
||||
# bundler
|
||||
*.gem
|
||||
.bundle
|
||||
Gemfile.lock
|
||||
pkg/*
|
||||
|
||||
# jeweler generated
|
||||
pkg
|
||||
|
||||
# log
|
||||
doc
|
||||
log
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue