From f519b92d48f4052e876df445dd438d00a4a65943 Mon Sep 17 00:00:00 2001 From: Kenneth Mayer Date: Tue, 14 Dec 2010 09:22:48 -0800 Subject: [PATCH] Documentation updates --- Gemfile.lock | 18 +++++++++--------- README.mkdn => README.md | 0 highrise.gemspec | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) rename README.mkdn => README.md (100%) diff --git a/Gemfile.lock b/Gemfile.lock index e5e8ac7..8cb183f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,17 +7,17 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.0.1) - activesupport (= 3.0.1) + activemodel (3.0.3) + activesupport (= 3.0.3) builder (~> 2.1.2) - i18n (~> 0.4.1) - activeresource (3.0.1) - activemodel (= 3.0.1) - activesupport (= 3.0.1) - activesupport (3.0.1) + i18n (~> 0.4) + activeresource (3.0.3) + activemodel (= 3.0.3) + activesupport (= 3.0.3) + activesupport (3.0.3) builder (2.1.2) diff-lcs (1.1.2) - i18n (0.4.2) + i18n (0.5.0) rspec (2.0.1) rspec-core (~> 2.0.1) rspec-expectations (~> 2.0.1) @@ -35,4 +35,4 @@ PLATFORMS DEPENDENCIES activeresource (~> 3.0.0) highrise! - rspec + rspec (~> 2.0.1) diff --git a/README.mkdn b/README.md similarity index 100% rename from README.mkdn rename to README.md diff --git a/highrise.gemspec b/highrise.gemspec index 4d22e9a..e40092b 100644 --- a/highrise.gemspec +++ b/highrise.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = ">= 1.3.6" s.add_dependency "activeresource", "~>3.0.0" - s.add_development_dependency "rspec" + s.add_development_dependency "rspec", "~>2.0.1" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features,examples}/*`.split("\n")