Skip to content

Commit 17efe63

Browse files
committed
Update documentation and dependencies.
1 parent e8ce3b4 commit 17efe63

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Gem::Specification.new do |gem|
1212
gem.description = gem.summary
1313
gem.rubyforge_project = 'sxp'
1414

15-
gem.author = 'Arto Bendiken'
16-
gem.email = '[email protected]'
15+
gem.author = 'Arto Bendiken', 'Gregg Kellogg'
16+
1717

1818
gem.platform = Gem::Platform::RUBY
1919
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION) + Dir.glob('bin/*.rb') + Dir.glob('lib/**/*.rb')

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* Arto Bendiken <[email protected]>
2+
* Gregg Kellogg <[email protected]>

CREDITS

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
* Ben Lavender <[email protected]>
2-
* Gregg Kellogg <[email protected]>

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a Ruby implementation of a universal [S-expression][] parser.
1010
* Parses S-expressions in universal, [Scheme][], [Common Lisp][], or
1111
[SPARQL][] syntax.
1212
* Adds a `#to_sxp` method to Ruby objects.
13-
* Compatible with Ruby 1.8.7+, Ruby 1.9.x, and JRuby 1.4/1.5.
13+
* Compatible with Ruby 1.8.7+, Ruby 1.9.x, Ruby 2.0.x, and JRuby 1.4/1.5.
1414

1515
##Examples
1616

@@ -75,7 +75,7 @@ Dependencies
7575
------------
7676

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

8181
Installation
@@ -112,12 +112,12 @@ Author
112112
------
113113

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

116117
Contributors
117118
------------
118119

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

122122
License
123123
-------

etc/Gemfile

-6
This file was deleted.

0 commit comments

Comments
 (0)