Skip to content

Commit

Permalink
Put requires in main file; Remove RVM files
Browse files Browse the repository at this point in the history
* make sure all requires are in main file; remove from others files
* remove rvm files
  • Loading branch information
elrayle committed Nov 27, 2014
1 parent a3883b5 commit ba2a2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ld4l-foaf_rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
# spec.add_dependency('ffi', '~> 1.9.5')
spec.add_dependency('rdf', '~> 1.1')

# GETTING FROM GEMFILE UNTIL MintLocalName CODE IS PUSHED INTO MASTER
# spec.add_dependency('active-triples', '~> 0.2')
# GETTING FROM GEMFILE UNTIL ActiveTriples master CODE IS RELEASED (>0.4.0), THEN MOVE THIS BACK TO *.gemspec FILE
# spec.add_dependency('active-triples', '~> 0.4')

spec.add_dependency('active_triples-local_name', '~> 0.1')

Expand Down
2 changes: 1 addition & 1 deletion lib/ld4l/foaf_rdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.configure


# RDF vocabularies

# none - uses RDF::FOAF vocabulary

# autoload classes
autoload :Configuration, 'ld4l/foaf_rdf/configuration'
Expand Down
2 changes: 0 additions & 2 deletions lib/ld4l/foaf_rdf/person.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'rdf'

module LD4L
module FoafRDF
class Person < ActiveTriples::Resource
Expand Down

0 comments on commit ba2a2a8

Please sign in to comment.