ProMotion-formotion 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
19
19
  gem.name = "ProMotion-formotion"
20
20
  gem.require_paths = ["lib"]
21
21
  gem.version = ProMotion::FORMOTION_VERSION
22
- gem.add_dependency("ProMotion", "~> 0.4.1")
23
- gem.add_dependency("formotion", "~> 1.1.4")
22
+ gem.add_runtime_dependency("ProMotion", "~> 0.4.1")
23
+ gem.add_runtime_dependency("formotion", "~> 1.1.4")
24
24
  end
25
25
 
@@ -3,8 +3,8 @@ unless defined?(Motion::Project::Config)
3
3
  end
4
4
 
5
5
  require "ProMotion/version-formotion"
6
- require "ProMotion/formotion_screen"
7
6
 
8
7
  Motion::Project::App.setup do |app|
9
8
  app.files = Dir.glob(File.join(File.dirname(__FILE__), 'ProMotion/**/*.rb')) | app.files
9
+ p app.files
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module ProMotion
2
- FORMOTION_VERSION = "0.0.4" unless defined?(ProMotion::FORMOTION_VERSION)
2
+ FORMOTION_VERSION = "0.0.5" unless defined?(ProMotion::FORMOTION_VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProMotion-formotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: