ion_in_motion 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bfb77f8265847c869c53815e12f4b13c03bc95f
4
- data.tar.gz: 07d785671d8a1b84a91a755b7b27a9526b7d85cd
3
+ metadata.gz: 23fa0087634bc345554ea245d26194a9842f414b
4
+ data.tar.gz: d2009d3f36215b7d631750eb7d9c61045a3bb2bb
5
5
  SHA512:
6
- metadata.gz: a3edbb767a3a5536b55bd15d788ecb765785b1e09dcb05b8ddfb4c38fbbc23ac74efdaa8d580de263046332f577d0eabe0f7840db7873eb4fc971aced4235c65
7
- data.tar.gz: 0370621938e89e15090079d0da1a3cdee2d664276e6b8755af9368a3a3b6ffbaad150d8de812a18130537cc07461d870761e785b1b5d97375d3d1c4cd2784ebe
6
+ metadata.gz: 950bb8ad8bf515a8be955548f6bcb9da581894090f195ebb0fb7ad62bcac1c67f27a8e39226e6e12fd5b9975ae749683fcc6d5138b944f7f98ecd8448afe7767
7
+ data.tar.gz: 52f3736b278a4b0cf77194b452cf241490b26139c8e72089d503ae37efa76c85246652b07079dce7dd8e4b95c5de31329cfce09fcfcb646be8afc4778d2fe1e2
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "ion_in_motion"
4
- gem.version = '0.0.8'
4
+ gem.version = '0.0.9'
5
5
  gem.summary = "Easy use of IonIcons in RubyMotion projects"
6
6
  gem.description = "Easily create UILabels, UIImages and UIButtons containing IonIcons in RubyMotion projects."
7
7
  gem.files = `git ls-files`.split("\n")
data/lib/ion_in_motion.rb CHANGED
@@ -3,6 +3,8 @@ unless defined?(Motion::Project::Config)
3
3
  end
4
4
 
5
5
  require 'motion-cocoapods'
6
+
7
+ load 'setup/setup.rb'
6
8
  # require 'ionicons'
7
9
  # require 'ion'
8
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ion_in_motion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Egan