lib/rubocop/rspec/version.rb in rubocop-rspec-1.0.rc2 vs lib/rubocop/rspec/version.rb in rubocop-rspec-1.0.rc3

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 -module Rubocop +module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.0.rc2' + STRING = '1.0.rc3' end end end