Skip to content

Commit

Permalink
Update the manifest and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 6, 2009
1 parent 9633de8 commit d98b239
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 16 deletions.
16 changes: 13 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
=== 1.0.0 / 2009-01-10
=== 0.2.0 / 2009-07-TODO

* 1 major enhancement
* Mostly complete implementation of JSONQuery as described
by SitePen. This would have been 0.1 but it supercedes
John's version.

* Birthday!

=== 0.1.1 / 2009-06-22

* Incomplete fork released through GitHub by John Nunemaker


=== 0.1.0 / Never released

* Work begun January 2009, left incomplete.

21 changes: 13 additions & 8 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ History.txt
Manifest.txt
README.txt
Rakefile
bin/siren
lib/siren.rb
lib/json.tt
lib/json.rb
lib/json_query.tt
lib/json_query.rb
lib/siren/walker.rb
lib/siren/parser.rb
lib/siren/json.tt
lib/siren/json.rb
lib/siren/json_query.tt
lib/siren/json_query.rb
lib/siren/json_query_nodes.rb
lib/siren/node.rb
lib/siren/parser.rb
lib/siren/reference.rb
lib/siren/observer.rb
lib/siren/walker.rb
test/test_siren.rb
test/fixtures/beatles.json
test/fixtures/car.rb
test/fixtures/names.json
test/fixtures/people.json
test/fixtures/person.rb
test/fixtures/refs.json
test/fixtures/store.json
10 changes: 5 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ of JSON-to-Ruby processing with cross-references, automatic typecasting,
and a succinct query language for filtering JSON and Ruby object graphs.


== Installation

sudo gem install siren


== Usage

As expected, Siren can be used as a basic JSON parser, though if that's all you
Expand Down Expand Up @@ -287,11 +292,6 @@ name for people with the same last name:
# { "last"=>"Yorke", "first"=>"Thom"} ]


== Install

sudo gem install siren


== License

(The MIT License)
Expand Down
Empty file removed bin/siren
Empty file.

0 comments on commit d98b239

Please sign in to comment.