Merge pull request #330 from foodcoops/feature/plugin-move
Move plugins to separate directory.
This commit is contained in:
commit
a278004c11
59 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue