Move plugins to separate directory.

This commit is contained in:
wvengen 2014-11-22 00:43:24 +01:00
parent 6e990fed4c
commit 6aa8ee7968
59 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@ gem 'attribute_normalizer'
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
gem 'acts_as_versioned', github: 'technoweenie/acts_as_versioned'
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
gem 'foodsoft_messages', path: 'lib/foodsoft_messages'
gem 'foodsoft_wiki', path: 'plugins/wiki'
gem 'foodsoft_messages', path: 'plugins/messages'
group :production do
gem 'exception_notification'

View File

@ -12,14 +12,14 @@ GIT
activerecord (>= 3.0.9)
PATH
remote: lib/foodsoft_messages
remote: plugins/messages
specs:
foodsoft_messages (0.0.1)
deface (~> 1.0.0)
rails
PATH
remote: lib/foodsoft_wiki
remote: plugins/wiki
specs:
foodsoft_wiki (0.0.1)
acts_as_versioned

View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB