Merge pull request #330 from foodcoops/feature/plugin-move

Move plugins to separate directory.
This commit is contained in:
wvengen 2014-12-02 23:37:22 +01:00
commit a278004c11
59 changed files with 4 additions and 4 deletions

View File

@ -45,8 +45,8 @@ gem 'recurring_select'
# 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

@ -19,14 +19,14 @@ GIT
ice_cube (0.12.1)
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