Skip to content

Commit

Permalink
use couchrest_model 1.0.0 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
moonmaster9000 committed Jan 18, 2011
1 parent 2ce40c4 commit d72d4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.rvmrc
*.swp
pkg
*.gemspec
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ begin
gemspec.files = FileList['lib/**/*.rb', 'readme.markdown']
gemspec.homepage = "http://github.com/moonmaster9000/recloner"
gemspec.authors = ["Matt Parker"]
gemspec.add_dependency('couchrest_model', '1.0.0.beta7')
gemspec.add_dependency('couchrest_model', '~> 1.0.0')
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion features/support/setup.rb
@@ -1,4 +1,4 @@
require 'spec/expectations'
require 'rspec/expectations'
$LOAD_PATH.unshift './lib'
require 'recloner'

Expand Down

0 comments on commit d72d4f3

Please sign in to comment.