Skip to content

Commit

Permalink
Mark 0.1 RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Janowski & Michel Martens committed May 11, 2010
1 parent 65a1b4f commit a36787f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ohm.rb
Expand Up @@ -9,7 +9,7 @@
require File.join(File.dirname(__FILE__), "ohm", "collection")

module Ohm
VERSION = "0.0.35"
VERSION = "0.1.0.rc1"

# Provides access to the Redis database. This is shared accross all models and instances.
def redis
Expand Down
4 changes: 2 additions & 2 deletions ohm.gemspec
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = "ohm"
s.version = "0.0.35"
s.version = "0.1.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.authors = ["Michel Martens", "Damian Janowski"]
s.email = ["michel@soveran.com", "djanowski@dimaion.com"]
s.homepage = "http://github.com/soveran/ohm"
s.files = ["lib/ohm/collection.rb", "lib/ohm/compat-1.8.6.rb", "lib/ohm/key.rb", "lib/ohm/validations.rb", "lib/ohm.rb", "README.markdown", "LICENSE", "Rakefile", "test/1.8.6_test.rb", "test/all_tests.rb", "test/benchmarks.rb", "test/connection_test.rb", "test/errors_test.rb", "test/indices_test.rb", "test/model_test.rb", "test/mutex_test.rb", "test/test_helper.rb", "test/validations_test.rb", "test/test.conf"]
s.files = ["lib/ohm/collection.rb", "lib/ohm/compat-1.8.6.rb", "lib/ohm/key.rb", "lib/ohm/utils/upgrade.rb", "lib/ohm/validations.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/indices_test.rb", "test/model_module_test.rb", "test/model_test.rb", "test/mutex_test.rb", "test/test_helper.rb", "test/upgrade_script_test.rb", "test/validations_test.rb", "test/test.conf"]
s.rubyforge_project = "ohm"
s.add_dependency "redis", ">= 1.0.4"
s.add_development_dependency "contest", "~> 0.1"
Expand Down

0 comments on commit a36787f

Please sign in to comment.