Skip to content

Commit

Permalink
Fix hobo_clean template issue and push version
Browse files Browse the repository at this point in the history
  • Loading branch information
iox committed Dec 29, 2013
1 parent 9824bb9 commit 9f2a0c3
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dryml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo_clean/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
1 change: 1 addition & 0 deletions hobo_clean/lib/hobo_clean.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'hobo_rapid'
require 'hobo_jquery'
require 'will_paginate'

module HoboClean

Expand Down
2 changes: 1 addition & 1 deletion hobo_clean_admin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 2 additions & 0 deletions hobo_clean_admin/lib/hobo_clean_admin.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'will_paginate'

module HoboCleanAdmin

VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
Expand Down
2 changes: 1 addition & 1 deletion hobo_clean_sidemenu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 2 additions & 0 deletions hobo_clean_sidemenu/lib/hobo_clean_sidemenu.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'will_paginate'

module HoboCleanSidemenu

VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
Expand Down
2 changes: 1 addition & 1 deletion hobo_fields/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo_jquery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo_jquery_ui/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo_rapid/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4
2 changes: 1 addition & 1 deletion hobo_support/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.pre3
2.1.0.pre4

0 comments on commit 9f2a0c3

Please sign in to comment.