cog 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -132,7 +132,7 @@ module Cog
132
132
  def copy_if_missing(src, dest)
133
133
  unless File.exists? dest
134
134
  FileUtils.cp src, dest
135
- STDOUT.write "Created #{dest}".color(:white)
135
+ STDOUT.write "Created #{dest}\n".color(:white)
136
136
  end
137
137
  end
138
138
 
@@ -141,7 +141,7 @@ module Cog
141
141
  path = File.join path_components
142
142
  unless File.exists? path
143
143
  FileUtils.mkdir_p path
144
- STDOUT.write "Created #{path}".color(:white)
144
+ STDOUT.write "Created #{path}\n".color(:white)
145
145
  end
146
146
  end
147
147
 
@@ -1,3 +1,3 @@
1
1
  module Cog
2
- VERSION = '0.0.16' unless const_defined? :VERSION
2
+ VERSION = '0.0.17' unless const_defined? :VERSION
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 16
10
- version: 0.0.16
9
+ - 17
10
+ version: 0.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Tonon