Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Dec 14, 2010
1 parent a0465a1 commit f519b92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -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)
Expand All @@ -35,4 +35,4 @@ PLATFORMS
DEPENDENCIES
activeresource (~> 3.0.0)
highrise!
rspec
rspec (~> 2.0.1)
File renamed without changes.
2 changes: 1 addition & 1 deletion highrise.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit f519b92

Please sign in to comment.