Skip to content

Commit

Permalink
Update documentation and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 12, 2013
1 parent e8ce3b4 commit 17efe63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |gem|
gem.description = gem.summary
gem.rubyforge_project = 'sxp'

gem.author = 'Arto Bendiken'
gem.email = 'arto@bendiken.net'
gem.author = 'Arto Bendiken', 'Gregg Kellogg'
gem.email = 'arto@bendiken.net', 'gregg@greggkellogg.net'

gem.platform = Gem::Platform::RUBY
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION) + Dir.glob('bin/*.rb') + Dir.glob('lib/**/*.rb')
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
@@ -1 +1,2 @@
* Arto Bendiken <arto@bendiken.net>
* Gregg Kellogg <gregg@kellogg-assoc.com>
1 change: 0 additions & 1 deletion CREDITS
@@ -1,2 +1 @@
* Ben Lavender <blavender@gmail.com>
* Gregg Kellogg <gregg@kellogg-assoc.com>
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ This is a Ruby implementation of a universal [S-expression][] parser.
* Parses S-expressions in universal, [Scheme][], [Common Lisp][], or
[SPARQL][] syntax.
* Adds a `#to_sxp` method to Ruby objects.
* Compatible with Ruby 1.8.7+, Ruby 1.9.x, and JRuby 1.4/1.5.
* Compatible with Ruby 1.8.7+, Ruby 1.9.x, Ruby 2.0.x, and JRuby 1.4/1.5.

##Examples

Expand Down Expand Up @@ -75,7 +75,7 @@ Dependencies
------------

* [Ruby](http://ruby-lang.org/) (>= 1.8.7) or (>= 1.8.1 with [Backports][])
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.2.0), only needed for SPARQL
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0.0), only needed for SPARQL
S-expressions

Installation
Expand Down Expand Up @@ -112,12 +112,12 @@ Author
------

* [Arto Bendiken](https://github.com/bendiken) - <http://ar.to/>
* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>

Contributors
------------

* [Ben Lavender](https://github.com/bhuga) - <http://bhuga.net/>
* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>

License
-------
Expand Down
6 changes: 0 additions & 6 deletions etc/Gemfile

This file was deleted.

0 comments on commit 17efe63

Please sign in to comment.