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 +4 -4
- data/ion_in_motion.gemspec +1 -1
- data/lib/ion_in_motion.rb +2 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ab262be9b621dcf3916bfe56c136ee544365b48
|
4
|
+
data.tar.gz: 2e436c58bab41b695aa03ca39b2507831830f7a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee24cf0280e9cab2c2fd3bebf447d490693301742657f4f37c53af64326dbbbe925d81872de28f57243684b1084bbbbc8d98384c09728f7ebf0ecf567ab71275
|
7
|
+
data.tar.gz: a5aaa7e9df0bdbd0edb1323f2cd081507d7da73cdb09e419200ab0128575b2cb34c949f5b68a618550eacfc389b2f1a33281f154be4b5c8f554792901ba389da
|
data/ion_in_motion.gemspec
CHANGED
@@ -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.
|
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
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.
|
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-
|
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:
|