bowline-bundler 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/bowline/bundler.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -19,7 +19,7 @@ require "bowline/bundler/dependency"
19
19
  require "bowline/bundler/remote_specification"
20
20
 
21
21
  module Bundler
22
- VERSION = "0.0.2"
22
+ VERSION = "0.0.3"
23
23
 
24
24
  class << self
25
25
  attr_writer :logger
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alex MacCaw