Hokkaido 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,9 +35,9 @@ HEREDOC
35
35
 
36
36
  def self.self_test_result(port)
37
37
  if port.test
38
- puts "The #require removal was successful.".green #.colorize(:green)
38
+ puts "The #require removal was successful." #.colorize(:green)
39
39
  else
40
- puts "The #require removal has failed.".red #.colorize(:red)
40
+ puts "The #require removal has failed." #.colorize(:red)
41
41
  end
42
42
  end
43
43
 
@@ -1,3 +1,3 @@
1
1
  module Hokkaido
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Hokkaido
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: