Skip to content

Commit 7988e90

Browse files
committed
Release 0.1.0.rc5
1 parent d6a18f0 commit 7988e90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ohm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: UTF-8
22

33
module Ohm
4-
VERSION = "0.1.0.rc4"
4+
VERSION = "0.1.0.rc5"
55
end

ohm.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Gem::Specification.new do |s|
22
s.name = "ohm"
3-
s.version = "0.1.0.rc4"
3+
s.version = "0.1.0.rc5"
44
s.summary = %{Object-hash mapping library for Redis.}
55
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.}
66
s.authors = ["Michel Martens", "Damian Janowski"]
77
s.email = ["michel@soveran.com", "djanowski@dimaion.com"]
88
s.homepage = "http://github.com/soveran/ohm"
9-
s.files = ["lib/ohm/compat-1.8.6.rb", "lib/ohm/key.rb", "lib/ohm/utils/upgrade.rb", "lib/ohm/validations.rb", "lib/ohm/version.rb", "lib/ohm.rb", "README.markdown", "LICENSE", "Rakefile", "test/1.8.6_test.rb", "test/all_tests.rb", "test/connection_test.rb", "test/errors_test.rb", "test/hash_key_test.rb", "test/indices_test.rb", "test/model_test.rb", "test/mutex_test.rb", "test/test_helper.rb", "test/upgrade_script_test.rb", "test/validations_test.rb", "test/wrapper_test.rb", "test/test.conf"]
9+
s.files = ["lib/ohm/compat-1.8.6.rb", "lib/ohm/key.rb", "lib/ohm/pattern.rb", "lib/ohm/utils/upgrade.rb", "lib/ohm/validations.rb", "lib/ohm/version.rb", "lib/ohm.rb", "README.markdown", "LICENSE", "Rakefile", "test/1.8.6_test.rb", "test/all_tests.rb", "test/connection_test.rb", "test/errors_test.rb", "test/hash_key_test.rb", "test/indices_test.rb", "test/model_test.rb", "test/mutex_test.rb", "test/pattern_test.rb", "test/test_helper.rb", "test/upgrade_script_test.rb", "test/validations_test.rb", "test/wrapper_test.rb", "test/test.conf"]
1010
s.rubyforge_project = "ohm"
1111
s.add_dependency "redis", ">= 2.0.0"
1212
s.add_development_dependency "contest", "~> 0.1"

0 commit comments

Comments
 (0)