bundler-pgs 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -53,9 +53,9 @@ Change mod:
53
53
 
54
54
  $ chmod 600 ~/.gem/gemserver_credential
55
55
 
56
- Use the bundler patch by running `pundle` instead of `bundle`, e.g.:
56
+ Use the bundler patch by running `bundle-pgs` instead of `bundle`, e.g.:
57
57
 
58
- $ pundle install
58
+ $ bundle-pgs install
59
59
 
60
60
  This will load the patch and runs bundler as usual.
61
61
 
@@ -64,7 +64,7 @@ You will also need to change the bundle command for capistrano:
64
64
  # config/deploy.rb
65
65
  ...
66
66
  require "bundler/capistrano"
67
- set :bundle_cmd, "pundle"
67
+ set :bundle_cmd, "bundle-pgs"
68
68
 
69
69
  ## Caveats
70
70
 
File without changes
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Pgs
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bundler-pgs
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thomas Baustert
@@ -31,7 +31,7 @@ description: bundler patch to support private gem server (pgs)
31
31
  email:
32
32
  - business@thomasbaustert.de
33
33
  executables:
34
- - pundle
34
+ - bundle-pgs
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
@@ -40,7 +40,7 @@ files:
40
40
  - LICENSE.txt
41
41
  - README.md
42
42
  - Rakefile
43
- - bin/pundle
43
+ - bin/bundle-pgs
44
44
  - bundler-pgs.gemspec
45
45
  - lib/bundler-pgs.rb
46
46
  - lib/bundler-pgs/bundler_dsl_extension.rb