ohm.gemspec in ohm-2.0.0.alpha5 vs ohm.gemspec in ohm-2.0.0.rc1

- old
+ new

@@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = "ohm" - s.version = "2.0.0.alpha5" + s.version = "2.0.0.rc1" s.summary = %{Object-hash mapping library for Redis.} - s.description = %Q{Ohm is a library that allows to store an object in Redis, a persistent key-value database. It includes an extensible list of validations and has very good performance.} + s.description = %Q{Ohm is a library that allows to store an object in Redis, a persistent key-value database. It has very good performance.} s.authors = ["Michel Martens", "Damian Janowski", "Cyril David"] s.email = ["michel@soveran.com", "djanowski@dimaion.com", "me@cyrildavid.com"] s.homepage = "http://soveran.github.io/ohm/" s.license = "MIT"