Skip to content

Commit

Permalink
update version for release; change coveralls to master
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jan 8, 2015
1 parent d2120fd commit 6cdb92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LD4L FOAF RDF provides tools for modeling person triples based on the FOAF ontology and persisting to a triplestore.

[![Build Status](https://travis-ci.org/ld4l/foaf_rdf.png?branch=master)](https://travis-ci.org/ld4l/foaf_rdf)
[![Coverage Status](https://coveralls.io/repos/ld4l/foaf_rdf/badge.png?branch=setup_coveralls)](https://coveralls.io/r/ld4l/foaf_rdf?branch=setup_coveralls)
[![Coverage Status](https://coveralls.io/repos/ld4l/foaf_rdf/badge.png?branch=master)](https://coveralls.io/r/ld4l/foaf_rdf?branch=master)
[![Gem Version](https://badge.fury.io/rb/ld4l-foaf_rdf.svg)](http://badge.fury.io/rb/ld4l-foaf_rdf)
[![Dependency Status](https://www.versioneye.com/ruby/ld4l-foaf_rdf/0.0.4/badge.svg)](https://www.versioneye.com/ruby/ld4l-foaf_rdf/0.0.4)

Expand All @@ -14,19 +14,16 @@ Temporary get the gem from github until the gem is released publicly.

Add this line to your application's Gemfile:

<!-- gem 'ld4l-foaf_rdf' -->
gem 'ld4l-foaf_rdf', '~> 0.0.3', :git => '[email protected]:ld4l/foaf_rdf.git'
gem 'ld4l-foaf_rdf'


And then execute:

$ bundle install

<!--

Or install it yourself as:

$ gem install ld4l-foaf_rdf
-->


## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/ld4l/foaf_rdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module LD4L
module FoafRDF
VERSION = "0.0.5"
VERSION = "0.0.6"
end
end

0 comments on commit 6cdb92f

Please sign in to comment.