updating version to new release

This commit is contained in:
João M. D. Moura 2015-09-16 12:02:35 -03:00
parent 610775a95f
commit 1ca73e0c33
2 changed files with 4 additions and 4 deletions

View File

@ -42,9 +42,9 @@ Gem::Specification.new do |spec|
# 'thread_safe' # 'thread_safe'
# Soft dependency for pagination # Soft dependency for pagination
spec.add_development_dependency 'kaminari' spec.add_development_dependency 'kaminari', ' ~> 0.16.3'
spec.add_development_dependency 'will_paginate' spec.add_development_dependency 'will_paginate', '~> 3.0', '>= 3.0.7'
spec.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'timecop', '>= 0.7' spec.add_development_dependency 'timecop', '~> 0.7'
end end

View File

@ -1,5 +1,5 @@
module ActiveModel module ActiveModel
class Serializer class Serializer
VERSION = '0.10.0.rc2' VERSION = '0.10.0.rc3'
end end
end end