README.md in pvcglue-0.1.15 vs README.md in pvcglue-0.1.17

- old
+ new

@@ -1,8 +1,8 @@ # PVC Glue -Pico Virtual Cloud +Pico Virtual Cloud Glue creates a tightly integrated (very small) virtual cloud for your Rails application. An opinionated cloud application manager for Rails applications using your own servers. Currently supported stack: @@ -156,10 +156,10 @@ gem 'dotenv-rails', "0.11.1" ################# Must be the first Gem ################### Then add these lines to your application's Gemfile, whereever you like (usually at the end): - gem 'pvcglue', "~> 0.1.12", :group => :development + gem 'pvcglue', "~> 0.1.15", :group => :development gem 'pvcglue_dbutils', "~> 0.5.3" And then execute: $ bundle