ion_in_motion 0.1.2 → 0.1.3

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: 97323b5b8d737885b506faa5d7b727be3effec55
4
- data.tar.gz: a82b74f0ec1db08c50a4d5765f0f5fbe4cb187e6
3
+ metadata.gz: 6ab262be9b621dcf3916bfe56c136ee544365b48
4
+ data.tar.gz: 2e436c58bab41b695aa03ca39b2507831830f7a8
5
5
  SHA512:
6
- metadata.gz: c25a52b8bc7771a1497722f535ff341d56d6750807c5294ed2353dd4c5c0d3547299bb7817ff80ad28123e759eab77e62f1c0fccddd7f26f4602cf0a2c3103b3
7
- data.tar.gz: b82a96e8f10bfc3046d7e2b612321692b3c9a80f1f2d8b3e839035dd33d2ed69bd7f770c8ceb99053bee439ee968694c5e7bb365828b65701fd9ca3bdefb5266
6
+ metadata.gz: ee24cf0280e9cab2c2fd3bebf447d490693301742657f4f37c53af64326dbbbe925d81872de28f57243684b1084bbbbc8d98384c09728f7ebf0ecf567ab71275
7
+ data.tar.gz: a5aaa7e9df0bdbd0edb1323f2cd081507d7da73cdb09e419200ab0128575b2cb34c949f5b68a618550eacfc389b2f1a33281f154be4b5c8f554792901ba389da
@@ -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.1.2'
4
+ gem.version = '0.1.3'
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
@@ -23,6 +23,8 @@ Motion::Project::App.setup do |app|
23
23
  end
24
24
  end
25
25
 
26
+ app.fonts = ["ionicons.ttf"]
27
+
26
28
  Dir.glob(File.join(File.dirname(__FILE__), 'ion/*.rb')).each do |file|
27
29
  app.files.unshift(file)
28
30
 
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.1.2
4
+ version: 0.1.3
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-05-01 00:00:00.000000000 Z
11
+ date: 2015-05-04 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: