Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Added .rvmrc, removed spec.has_rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Apr 11, 2011
1 parent bc8ac03 commit bada3c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
@@ -1,3 +1,3 @@
export RUBYOPT="rubygems"
export RUBYLIB="."
rvm 1.8.7@vanity
rvm 1.9.2@vanity
6 changes: 2 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanity (1.5.0)
vanity (1.5.1)
redis (~> 2.0)
redis-namespace (~> 0.7)

Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
activesupport (= 2.3.8)
rake (>= 0.8.3)
rake (0.8.7)
redis (2.0.5)
redis (2.2.0)
redis-namespace (0.10.0)
redis (< 3.0.0)
shoulda (2.11.3)
Expand All @@ -82,8 +82,6 @@ DEPENDENCIES
rack (= 1.1.0)
rails (= 2.3.8)
rake
redis (~> 2.0)
redis-namespace (~> 0.7)
shoulda
sqlite3-ruby (= 1.2.5)
timecop
Expand Down
1 change: 0 additions & 1 deletion vanity.gemspec
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
spec.files = Dir["{bin,lib,vendor,test}/**/*", "CHANGELOG", "MIT-LICENSE", "README.rdoc", "Rakefile", "Gemfile", "*.gemspec"]
spec.executable = "vanity"

spec.has_rdoc = true
spec.extra_rdoc_files = "README.rdoc", "CHANGELOG"
spec.rdoc_options = "--title", "Vanity #{spec.version}", "--main", "README.rdoc",
"--webcvs", "http://github.com/assaf/#{spec.name}"
Expand Down

0 comments on commit bada3c5

Please sign in to comment.