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 f1ce0e2 commit 14b0816Copy full SHA for 14b0816
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.6'
+CLOCK_VERSION = '0.4.7'
5
6
require 'rubygems' unless defined?(Gem)
7
require 'bundler/setup'
0 commit comments