Hokkaido 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require 'Hokkaido'
4
4
  puts "Hokkaido v#{Hokkaido::VERSION} codename Northern Sea Circuit" #.colorize(:yellow)
5
5
 
6
6
  program :name, "Hokkaido"
7
- program :version, '0.0.1'
7
+ program :version, '0.1.1'
8
8
  program :description, 'Gem port tool for RubyMotion'
9
9
 
10
10
  command :port do |c|
@@ -18,8 +18,8 @@ command :port do |c|
18
18
  say "Lib folder: #{args[2]}"
19
19
  port = Hokkaido::Port.new(args, options)
20
20
  port.modify
21
- say "Gem modification complete. It will now be tested." #.colorize(:yellow)
22
- say Hokkaido.self_test_result(port)
21
+ #say "Gem modification complete. It will now be tested." #.colorize(:yellow)
22
+ #say Hokkaido.self_test_result(port)
23
23
  else
24
24
  say "I can't process that."
25
25
  end
@@ -24,7 +24,8 @@ HEREDOC
24
24
  end
25
25
 
26
26
  def test
27
- mocklib = File.expand_path('Hokkaido/lib/motion_mock.rb')
27
+ mocklib = File.expand_path('lib/motion_mock.rb')
28
+ puts mocklib
28
29
  system("/usr/bin/env ruby -r #{mocklib} #{@true_path}")
29
30
  end
30
31
 
@@ -1,3 +1,3 @@
1
1
  module Hokkaido
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: