git-topic 0.2.7.2 → 0.2.7.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.yml +1 -1
  2. data/lib/git_topic/logger.rb +2 -0
  3. metadata +2 -2
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :minor: 2
4
4
  :patch: 7
5
- :build: "2"
5
+ :build: "3"
@@ -1,3 +1,5 @@
1
+ require 'fileutils'
2
+
1
3
  module GitTopic
2
4
  class << self; attr_accessor :global_opts end
3
5
  self.global_opts = {}
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 7
9
- - 2
10
- version: 0.2.7.2
9
+ - 3
10
+ version: 0.2.7.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - David J. Hamilton