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 # 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 'acts_as_versioned', github: 'technoweenie/acts_as_versioned'
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki' gem 'foodsoft_wiki', path: 'plugins/wiki'
gem 'foodsoft_messages', path: 'lib/foodsoft_messages' gem 'foodsoft_messages', path: 'plugins/messages'
group :production do group :production do
gem 'exception_notification' gem 'exception_notification'

View file

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