README.md in yasl-0.2.0 vs README.md in yasl-0.2.1

- old
+ new

@@ -9,11 +9,11 @@ (Note: this is an early alpha gem, so please use with caution, and report any encountered issues or feature suggestions to help improve) ## Requirements - Portablity across different Ruby implementations, especially [Opal](https://opalrb.com/) in the web browser and [JRuby](https://www.jruby.org/). -- Zero required configuration. Developers are too busy solving business domain problems to worry about low-level serialization details. +- Zero required configuration. Developers are too busy solving business domain problems to worry about low-level serialization details (no mucking around `as_json` methods and serializer classes). - Silently ignore non-serializable objects (unlike Marshal), such as `Proc`, `Binding`, and `IO`. - No special performance requirements. No high throughput usage. Average Internet speeds. - Ensure system safety through secure deserialization. - JSON encoding is good enough. No need for premature optimization. @@ -24,11 +24,11 @@ `gem install yasl` Or add to Gemfile: ```ruby -gem 'yasl', '~> 0.2.0' +gem 'yasl', '~> 0.2.1' ``` And, run: `bundle` @@ -313,12 +313,10 @@ ```ruby require 'yasl/ext/struct' ``` -This ensures successful serialization in YASL. - ## Contributing - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. - Check out the issue tracker to make sure someone already hasn't @@ -330,9 +328,13 @@ in a future version unintentionally. - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. + +## Software Process + +[Glimmer Process](https://github.com/AndyObtiva/glimmer/blob/master/PROCESS.md) ## TODO [TODO.md](TODO.md)