ohm.gemspec in ohm-1.4.0 vs ohm.gemspec in ohm-2.0.0.alpha1
- old
+ new
@@ -1,18 +1,20 @@
Gem::Specification.new do |s|
s.name = "ohm"
- s.version = "1.4.0"
+ s.version = "2.0.0.alpha1"
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.authors = ["Michel Martens", "Damian Janowski", "Cyril David"]
s.email = ["michel@soveran.com", "djanowski@dimaion.com", "me@cyrildavid.com"]
- s.homepage = "http://soveran.github.com/ohm/"
+ s.homepage = "http://soveran.github.io/ohm/"
s.license = "MIT"
s.files = `git ls-files`.split("\n")
s.rubyforge_project = "ohm"
- s.add_dependency "redis"
- s.add_dependency "nest", "~> 1.0"
- s.add_dependency "scrivener", "~> 0.0.3"
- s.add_development_dependency "cutest", "~> 1.1"
+
+ s.add_dependency "redic"
+ s.add_dependency "nido"
+ s.add_dependency "msgpack"
+
+ s.add_development_dependency "cutest"
end