ion_in_motion 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10faab3b4979ae152518a1d0a8ef39edec1f04f2
4
- data.tar.gz: 7248513e1bc7b73719ef49dc477f4406dfc60802
3
+ metadata.gz: 129a74e8a412f437d16efdc9a434e40623ad4325
4
+ data.tar.gz: 65daedaf4a5cc0dc7183cf9b3d2ccf89068cce99
5
5
  SHA512:
6
- metadata.gz: 4ceb33e6dc91ae8daf9c71e62b7513ef69366d37bbd2255909a459e9d6d79813cf6ea31d7a2f0cae6e1e403b7476971c869f339243dadb7bd3afccf8fb5e2fde
7
- data.tar.gz: 0847907642097e06ce52e87d5420c9ed8b51b76d8dad01e07d0fec6f4c96933693c1f919458066b6a23610a63281bf6742962b6044fbf84b29a67dc5f4a5aae9
6
+ metadata.gz: ec6d198358fd2b31aac2a359b5596f113adc71b0bb8da51fdefe088902d6dd315891a8e4ad1439cba90ed6435a8a9225bd2f73dc9d399d8c2359acecc8f07cc1
7
+ data.tar.gz: 3450fd5d6810604d1326360c8f0ed175ded7058e6d29935118bb6a75c7927e1de9a7ff87c3773e14f341738d01b11115b862446ae11218eafa910b5963a36885
@@ -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.5'
4
+ gem.version = '0.0.6'
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/ion.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  module Ion
2
2
 
3
+ require ''
4
+
3
5
  # class Configure
4
6
  # def self.setup
5
7
  # puts "Setting up IonIcons!"
data/lib/ion_in_motion.rb CHANGED
@@ -3,6 +3,7 @@ unless defined?(Motion::Project::Config)
3
3
  end
4
4
 
5
5
  require 'motion-cocoapods'
6
+ require 'ionicons'
6
7
  # require 'ion'
7
8
 
8
9
  Motion::Project::App.setup do |app|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ion_in_motion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Egan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Easily create UILabels, UIImages and UIButtons containing IonIcons in
14
14
  RubyMotion projects.
@@ -656,4 +656,3 @@ specification_version: 4
656
656
  summary: Easy use of IonIcons in RubyMotion projects
657
657
  test_files:
658
658
  - spec/ion_spec.rb
659
- has_rdoc: