README.md in immunio-1.1.10 vs README.md in immunio-1.1.11

- old
+ new

@@ -131,37 +131,5 @@ ## Support - Ruby 1.9.3 and up - Rails 3.2 to 4.2 - -## Building the gem - -To build the pure Ruby gem: - -```sh -$ rake gem -``` - -To build with bundled pre-compiled C extensions: - -```sh -$ rake native gem -``` - -For cross-compilation, see https://github.com/luislavena/rake-compiler#cross-compilation---the-future-is-now. - -## Testing - -To run tests (under Rails 4.2): - -```sh -$ rake test -``` - -To run tests under Rails 3.2: - -```sh -$ export RAILS_VERSION=3.2 -$ bundle update rails -$ rake test -```