README.md in rouge-lang-0.0.15 vs README.md in rouge-lang-0.0.16
- old
+ new
@@ -6,12 +6,14 @@
* Clojure is elegant and fun.
* Quick boot time (currently around 0.1s).
* Ruby's gems tend to be modern with decent APIs.
-You can try a Rouge REPL online at **[Try Rouge](http://try.rouge.io)**, or install the gem to get the local REPL:
+<!-- You can try a Rouge REPL online at **[Try Rouge](http://try.rouge.io)**, or -->
+Install the gem to get the local REPL:
+
``` bash
gem install rouge-lang
rouge
```
@@ -49,11 +51,11 @@
What about in Rails?
```
$ rails console -- -rrouge
Loading development environment (Rails 3.2.6)
-1.9.3p194 :002 > Rouge::REPL.repl []
+1.9.3p194 :002 > Rouge.repl
user=> (.where ruby/Content {:id 1})
Content Load (0.7ms) SELECT "contents".* FROM "contents" WHERE "contents"."id" = 1
[#<Content id: 1, content_group_id: 1, name: "welcome", content: "blah blah", created_at: "2012-08-26 11:30:50", updated_at: "2012-08-26 11:50:27", order: nil>]
user=>
```
@@ -78,11 +80,11 @@
**Also**, if there's something in particular you want that's missing, feel free to put your vote in by [opening an Issue](https://github.com/rouge-lang/rouge/issues/new) so I know where to direct my attention.
## authorship
-Original author: [Arlen Christian Mart Cuss](https://github.com/kivikakk).
+Original author: [Yuki Izumi](https://github.com/kivikakk).
Committers:
* [Joel Holdbrooks](https://github.com/noprompt)
@@ -94,10 +96,10 @@
## copyright and licensing
The [MIT license](http://opensource.org/licenses/MIT).
-Copyright © 2012 Arlen Christian Mart Cuss
+Copyright © 2012–2013 Yuki Izumi
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies