Skip to content

Commit

Permalink
bump version number, remove 3.0.5 rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samdalton committed May 22, 2011
1 parent 4800c8d commit df34362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/solrsan/version.rb
@@ -1,3 +1,3 @@
module Solrsan
VERSION = "0.0.33"
VERSION = "0.0.34"
end
4 changes: 2 additions & 2 deletions solrsan.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.description = %q{solrsan is a lightweight wrapper for using Apache Solr within a Ruby application including Rails and Sinatra.}

s.add_dependency('rsolr', '~>1.0.0')
s.add_dependency('activemodel', '~>3.0.5')
s.add_dependency('activesupport', '~>3.0.5')
s.add_dependency('activemodel')
s.add_dependency('activesupport')

s.rubyforge_project = "solrsan"

Expand Down

0 comments on commit df34362

Please sign in to comment.