ion_in_motion 0.1.3 → 0.1.4
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/README.md +1 -0
- data/ion_in_motion.gemspec +1 -1
- data/lib/ion/ion.rb +1497 -738
- data/lib/ion_in_motion.rb +11 -11
- data/vendor/Podfile.lock +1 -10
- metadata +4 -3
data/lib/ion_in_motion.rb
CHANGED
@@ -11,17 +11,17 @@ load 'setup/setup.rb'
|
|
11
11
|
Motion::Project::App.setup do |app|
|
12
12
|
|
13
13
|
|
14
|
-
app.pods do
|
15
|
-
|
16
|
-
end
|
17
|
-
|
18
|
-
if Dir.exists?("vendor/Pods/ionicons")
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
end
|
14
|
+
# app.pods do
|
15
|
+
# pod "ionicons"
|
16
|
+
# end
|
17
|
+
|
18
|
+
# if Dir.exists?("vendor/Pods/ionicons")
|
19
|
+
# unless File.exists?("vendor/Pods/ionicons/ionicons/README.md")
|
20
|
+
# readme_text = Object.const_defined?('SetupIon') ? SetupIon.readme_text : "readme"
|
21
|
+
# File.open("vendor/Pods/ionicons/ionicons/README.md", 'w') {|f| f.write(readme_text)}
|
22
|
+
# # File.open("vendor/Pods/ionicons/ionicons/README.md", 'w') {|f| f.write(SetupIon.readme_text)}
|
23
|
+
# end
|
24
|
+
# end
|
25
25
|
|
26
26
|
app.fonts = ["ionicons.ttf"]
|
27
27
|
|
data/vendor/Podfile.lock
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.4
|
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-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Easily create UILabels, UIImages and UIButtons containing IonIcons in
|
14
14
|
RubyMotion projects.
|
@@ -650,9 +650,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
650
650
|
version: '0'
|
651
651
|
requirements: []
|
652
652
|
rubyforge_project:
|
653
|
-
rubygems_version: 2.
|
653
|
+
rubygems_version: 2.4.6
|
654
654
|
signing_key:
|
655
655
|
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:
|