Skip to content

Commit

Permalink
Unconditionally include backports in gemspec so that it is picked up …
Browse files Browse the repository at this point in the history
…by downstream gems.
  • Loading branch information
gkellogg committed Apr 22, 2012
1 parent 4f8f945 commit e824894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rdf-trig', '>= 0.1.1'
gem.add_development_dependency 'rdf-isomorphic', '>= 0.3.4'
gem.add_development_dependency 'sparql', '>= 0.0.2'
gem.add_runtime_dependency 'backports' if RUBY_VERSION < "1.9"
gem.add_runtime_dependency 'backports'
gem.post_install_message = nil
end
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

## Features

JSON::LD parses and serializes [JSON-LD][] into [RDF][] and implements
JSON::LD expansion, compaction and framing API interfaces.
JSON::LD parses and serializes [JSON-LD][] into [RDF][] and implements expansion, compaction and framing API interfaces.

Install with `gem install json-ld`

Expand Down

0 comments on commit e824894

Please sign in to comment.