We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afed00 commit b189220Copy full SHA for b189220
config/boot.rb
@@ -1,7 +1,7 @@
1
PADRINO_ENV = ENV['PADRINO_ENV'] ||= ENV['RACK_ENV'] ||= 'development' unless defined?(PADRINO_ENV)
2
PADRINO_ROOT = File.expand_path('../..', __FILE__) unless defined?(PADRINO_ROOT)
3
4
-CLOCK_VERSION = '0.4.8'
+CLOCK_VERSION = '0.4.9'
5
6
require 'rubygems' unless defined?(Gem)
7
require 'bundler/setup'
0 commit comments