README.md in immunio-1.2.1 vs README.md in immunio-2.0.2

- old
+ new

@@ -1,7 +1,20 @@ # Immunio Ruby Agent +## Support + +- Ruby 1.9.3 and up +- Rails 3.2 to 4.2 + +## Compilation + +To compile the agent and its dependencies: + +``` +bundle exec rake build +``` + ## Installation Add the private Immunio gem to your Gemfile: ```ruby @@ -126,10 +139,5 @@ Immunio.logout user_record: current_user # ... end end ``` - -## Support - -- Ruby 1.9.3 and up -- Rails 3.2 to 4.2