Hokkaido 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,9 @@ require 'gem_modifier'
5
5
  module Hokkaido
6
6
 
7
7
  RUBYMOTION_GEM_CONFIG = <<-HEREDOC
8
+ unless defined?(Motion::Project::Config)
9
+ raise "This file must be required within a RubyMotion project Rakefile."
10
+ end
8
11
  Motion::Project::App.setup do |app|
9
12
  MAIN_CONFIG_FILES
10
13
  end
@@ -1,3 +1,3 @@
1
1
  module Hokkaido
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -8,10 +8,8 @@ require 'pry'
8
8
  # remove #autoload
9
9
  # generate and add manifest to front of file
10
10
  # add version.rb and config.rb files
11
-
12
11
  # convert eval to module, instance or class eval
13
12
  # eval def to define method
14
-
15
13
  # #binding not support
16
14
 
17
15
  class File
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.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: