Skip to content

Commit

Permalink
add simple_color plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Mar 29, 2012
1 parent eb8f1cc commit d9f8847
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -54,6 +54,7 @@ end
# Hobo plugins included solely for documentation
gem "hobo_tree_table", :git => "git://github.com/Hobo/hobo_tree_table.git"
gem "select_one_or_new_dialog", :git => "git://github.com/Hobo/select_one_or_new_dialog.git"
gem "hobo_simple_color", :git => "git://github.com/Hobo/hobo_simple_color.git"

gem "awesome_print"

Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
@@ -1,3 +1,10 @@
GIT
remote: git://github.com/Hobo/hobo_simple_color.git
revision: 3ce5514337bf81ec27509ca8a1e0260078d99177
specs:
hobo_simple_color (0.0.1)
hobo (~> 1.4.0.pre4)

GIT
remote: git://github.com/Hobo/hobo_tree_table.git
revision: d7731f26b3bc500cfe63fefaa72ad67656a15d45
Expand Down Expand Up @@ -211,6 +218,7 @@ DEPENDENCIES
hobo_jquery!
hobo_jquery_ui!
hobo_rapid!
hobo_simple_color!
hobo_support!
hobo_tree_table!
jquery-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/api_doc_loader.rb
Expand Up @@ -81,7 +81,7 @@ def self.create_taglib(plugin, dir, name)
def self.load
clear

[Dryml,HoboRapid,HoboJquery,HoboJqueryUi,HoboClean,HoboTreeTable,SelectOneOrNewDialog].each_with_index do |mod, position|
[Dryml,HoboRapid,HoboJquery,HoboJqueryUi,HoboClean,HoboSimpleColor,HoboTreeTable,SelectOneOrNewDialog].each_with_index do |mod, position|
plugin = ApiPlugin.new
plugin.dir = mod.root
plugin.name = mod.name.underscore
Expand Down

0 comments on commit d9f8847

Please sign in to comment.