Skip to content

Commit

Permalink
Merge pull request #4 from xrl/master
Browse files Browse the repository at this point in the history
Rubinius and Bundler compatibility fixes
  • Loading branch information
ngollan committed May 10, 2011
2 parents ca6b029 + 8f808a6 commit c831f51
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion merb-action-args/lib/merb-action-args/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module ActionArgs
class ActionArgs
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-assets/lib/merb-assets/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Assets
class Assets
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-cache/lib/merb-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Cache
class Cache
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-core/lib/merb-core/bootloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def default_framework
%w[view model helper controller mailer part].each do |component|
Merb.push_path(component.to_sym, Merb.root("app", component.pluralize))
end
Merb.push_path :application, Merb.root("app", "controllers", "application.rb")
Merb.push_path :application, Merb.root("app", "controllers"), "application.rb"
Merb.push_path :config, Merb.root("config"), nil
Merb.push_path :router, Merb.dir_for(:config), (Merb::Config[:router_file] || "router.rb")
Merb.push_path :lib, Merb.root("lib"), nil
Expand Down
2 changes: 1 addition & 1 deletion merb-exceptions/lib/merb-exceptions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Exceptions
class Exceptions
VERSION = '1.2.0'.freeze
end
end
Empty file modified merb-gen/bin/merb-gen
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion merb-gen/lib/merb-gen/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Generators
class Generators

VERSION = '1.2.0'.freeze

Expand Down
2 changes: 1 addition & 1 deletion merb-haml/lib/merb-haml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Haml
class Haml
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-helpers/lib/merb-helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Helpers
class Helpers
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-mailer/lib/merb-mailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Mailer
class Mailer
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-param-protection/lib/merb-param-protection/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module ParamProtection
class ParamProtection
VERSION = '1.2.0'.freeze
end
end
2 changes: 1 addition & 1 deletion merb-slices/lib/merb-slices/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Merb
module Slices
class Slices
VERSION = '1.2.0'.freeze
end
end

0 comments on commit c831f51

Please sign in to comment.