Skip to content

Commit

Permalink
upgrade agility-gitorial to hobo 2.0.0.pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Sep 27, 2012
1 parent d957b98 commit fe9c345
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
37 changes: 19 additions & 18 deletions integration_tests/agility/Gemfile.lock
Expand Up @@ -54,28 +54,29 @@ GIT
PATH
remote: ../..
specs:
dryml (2.0.0.pre1)
dryml (2.0.0.pre2)
actionpack (~> 3.2.0)
hobo_support (= 2.0.0.pre1)
hobo (2.0.0.pre1)
dryml (= 2.0.0.pre1)
hobo_fields (= 2.0.0.pre1)
hobo_support (= 2.0.0.pre1)
hobo_support (= 2.0.0.pre2)
hobo (2.0.0.pre2)
dryml (= 2.0.0.pre2)
hobo_fields (= 2.0.0.pre2)
hobo_support (= 2.0.0.pre2)
will_paginate (~> 3.0.0)
hobo_clean (2.0.0.pre1)
hobo (= 2.0.0.pre1)
hobo_fields (2.0.0.pre1)
hobo_support (= 2.0.0.pre1)
hobo_jquery (2.0.0.pre1)
hobo (= 2.0.0.pre1)
hobo_clean (2.0.0.pre2)
hobo (= 2.0.0.pre2)
hobo_jquery_ui (= 2.0.0.pre2)
hobo_fields (2.0.0.pre2)
hobo_support (= 2.0.0.pre2)
hobo_jquery (2.0.0.pre2)
hobo_rapid (= 2.0.0.pre2)
jquery-rails (~> 2.0)
hobo_jquery_ui (2.0.0.pre1)
hobo (= 2.0.0.pre1)
hobo_jquery (= 2.0.0.pre1)
hobo_jquery_ui (2.0.0.pre2)
hobo (= 2.0.0.pre2)
hobo_jquery (= 2.0.0.pre2)
jquery-ui-themes (~> 0.0.4)
hobo_rapid (2.0.0.pre1)
hobo (= 2.0.0.pre1)
hobo_support (2.0.0.pre1)
hobo_rapid (2.0.0.pre2)
hobo (= 2.0.0.pre2)
hobo_support (2.0.0.pre2)
rails (~> 3.2.0)

GEM
Expand Down
2 changes: 2 additions & 0 deletions integration_tests/agility/config/environments/development.rb
@@ -1,4 +1,6 @@
Agility::Application.configure do
# Hobo: tell ActiveReload about dryml
config.watchable_dirs[File.join(config.root, 'app/view')] = ['dryml']
# Settings specified here will take precedence over those in config/application.rb

# In the development environment your application's code is reloaded on
Expand Down

0 comments on commit fe9c345

Please sign in to comment.