Skip to content

Commit

Permalink
Initial changes for public-domain and to use sparql-client, sparql-al…
Browse files Browse the repository at this point in the history
…gebra, and sparql-grammar.
  • Loading branch information
gkellogg committed Apr 19, 2011
1 parent 7ba4c82 commit f7fa911
Show file tree
Hide file tree
Showing 26 changed files with 226 additions and 3,250 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
@@ -0,0 +1,4 @@
* Arto Bendiken <arto.bendiken@gmail.com>
* Ben Lavender <blavender@gmail.com>
* Gregg Kellogg <gregg@kellogg-assoc.com>
* Pius Uzamere <pius@alum.mit.edu>
674 changes: 0 additions & 674 deletions COPYING

This file was deleted.

165 changes: 0 additions & 165 deletions COPYING.lesser

This file was deleted.

Empty file added CREDITS
Empty file.
83 changes: 0 additions & 83 deletions ChangeLog

This file was deleted.

22 changes: 22 additions & 0 deletions Gemfile
@@ -0,0 +1,22 @@
source 'http://rubygems.org'

# Include non-released gems first
gem 'addressable', '2.2.4'
gem 'rdf', :git => "https://github.com/gkellogg/rdf.git", :branch => "type-check-mixin"
gem 'rdf-n3', :git => "https://github.com/gkellogg/rdf-n3.git", :require => "rdf/n3"
gem 'rdf-rdfa', :git => "https://github.com/gkellogg/rdf-rdfa.git", :require => "rdf/rdfa"
gem 'rdf-rdfxml', :git => "https://github.com/gkellogg/rdf-rdfxml.git", :require => "rdf/rdfxml"
gem 'linkeddata', :git => "https://github.com/gkellogg/linkeddata.git", :branch => "0.4.x", :require => "rdf/rdfxml"
gem 'sxp', '>= 0.0.5'
gem 'sparql-client', :git => "https://github.com/gkellogg/sparql-client.git", :branch => "0.4.x", :require => 'sparql/client'
gem 'sparql-algebra', :git => "https://github.com/gkellogg/sparql-algebra.git", :require => 'sparql/algebra'
gem 'sparql-grammar', :git => "https://github.com/gkellogg/sparql-grammar.git", :require => 'sparql/grammar'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'shotgun'
gem 'rdf-isomorphic', '>= 0.3.4', :require => 'rdf/isomorphic'
gem 'spira', '>= 0.0.12'
end
1 change: 1 addition & 0 deletions README
88 changes: 0 additions & 88 deletions README.markdown

This file was deleted.

0 comments on commit f7fa911

Please sign in to comment.