mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
merge upstream changes
This commit is contained in:
parent
4e890524f0
commit
a095f8cb0e
9 changed files with 291 additions and 291 deletions
|
|
@ -1,23 +1,23 @@
|
|||
module Spec
|
||||
module Rails
|
||||
module VERSION #:nodoc:
|
||||
BUILD_TIME_UTC = 20080615141040
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Verify that the plugin has the same revision as RSpec
|
||||
if Spec::Rails::VERSION::BUILD_TIME_UTC != Spec::VERSION::BUILD_TIME_UTC
|
||||
raise <<-EOF
|
||||
|
||||
############################################################################
|
||||
Your RSpec on Rails plugin is incompatible with your installed RSpec.
|
||||
|
||||
RSpec : #{Spec::VERSION::BUILD_TIME_UTC}
|
||||
RSpec on Rails : #{Spec::Rails::VERSION::BUILD_TIME_UTC}
|
||||
|
||||
Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
|
||||
See http://rspec.rubyforge.org/documentation/rails/install.html for details.
|
||||
############################################################################
|
||||
EOF
|
||||
end
|
||||
module Spec
|
||||
module Rails
|
||||
module VERSION #:nodoc:
|
||||
BUILD_TIME_UTC = 20080615141040
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Verify that the plugin has the same revision as RSpec
|
||||
if Spec::Rails::VERSION::BUILD_TIME_UTC != Spec::VERSION::BUILD_TIME_UTC
|
||||
raise <<-EOF
|
||||
|
||||
############################################################################
|
||||
Your RSpec on Rails plugin is incompatible with your installed RSpec.
|
||||
|
||||
RSpec : #{Spec::VERSION::BUILD_TIME_UTC}
|
||||
RSpec on Rails : #{Spec::Rails::VERSION::BUILD_TIME_UTC}
|
||||
|
||||
Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
|
||||
See http://rspec.rubyforge.org/documentation/rails/install.html for details.
|
||||
############################################################################
|
||||
EOF
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue