README.md in pvcglue-0.1.7 vs README.md in pvcglue-0.1.8
- old
+ new
@@ -35,19 +35,14 @@
## Installation
Add this line to your application's Gemfile:
- group :development do
- gem 'pvcglue', "~> 0.1.0", :github => 'talyric/pvcglue', :branch => 'master', :require => false
+ gem 'pvcglue', "~> 0.1.7", :group => :development
+ gem 'pvcglue_dbutils', "~> 0.5.3"
- # This should be used once gem is 'official' :)
- #gem 'pvcglue'
- end
- gem 'pvcglue_dbutils', "~> 0.5.1", :github => 'talyric/pvcglue_dbutils', :branch => 'master' # must be available in all environments
-
And then execute:
$ bundle
Or install it yourself as:
@@ -55,9 +50,24 @@
$ gem install pvcglue
## Usage
TODO: Write usage instructions here
+
+## Developing
+
+To use locally committed gem, use
+
+ bundle config local.pvcglue ~/projects/pvcglue
+
+and
+
+ bundle config --delete local.pvcglue
+
+to restore using remote repo. See http://ryanbigg.com/2013/08/bundler-local-paths/ and http://bundler.io/v1.3/bundle_config.html
+
+ gem 'pvcglue', "~> 0.1.5", :github => 'talyric/pvcglue', :branch => 'master', :group => :development
+ gem 'pvcglue_dbutils', "~> 0.5.2", :github => 'talyric/pvcglue_dbutils', :branch => 'master' # must be available in all environments
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
\ No newline at end of file