ion_in_motion 0.0.9 → 0.1.0
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/Rakefile +1 -1
- data/ion_in_motion.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f4ab634d7af2c3054ffb7d7799d40d46d15201d
|
|
4
|
+
data.tar.gz: 963991d205f12ef9a16e7316e9ba1cd8820a7c97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 417510f3efacf786250dfa107b6008f07f37633068c4b536de8c1f77fb13e0aa0a12a5e1119d26798ef6197a2dd3fbb8b1ba89d4e49fdbf903965ce6c309c476
|
|
7
|
+
data.tar.gz: c373fe5b10e2729c2c5f90b77efcd4fdf3674d3553e3db8005c5bced6120033f29112984378e09c6059c8a7e555f9b88a31f7ce113b122167bec9dc140e028a9
|
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ Motion::Project::App.setup do |app|
|
|
|
13
13
|
if Dir.exists?("vendor/Pods/ionicons")
|
|
14
14
|
unless File.exists?("vendor/Pods/ionicons/ionicons/README.md")
|
|
15
15
|
load "lib/setup/setup.rb"
|
|
16
|
-
File.open("vendor/Pods/ionicons/ionicons/README.md", 'w') {|f| f.write(SetupIon.readme_text)}
|
|
16
|
+
File.open("vendor/Pods/ionicons/ionicons/README.md", 'w') {|f| f.write(SetupIon.readme_text)} if SetupIon
|
|
17
17
|
end
|
|
18
18
|
end
|
|
19
19
|
|
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.0
|
|
4
|
+
gem.version = '0.1.0'
|
|
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")
|
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
|
|
4
|
+
version: 0.1.0
|
|
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-
|
|
11
|
+
date: 2015-05-01 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,3 +656,4 @@ 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:
|