ion_in_motion 0.1.8 → 0.1.9

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.
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
- # 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
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
@@ -1 +1,10 @@
1
+ PODS:
2
+ - ionicons (2.0.1)
3
+
4
+ DEPENDENCIES:
5
+ - ionicons
6
+
7
+ SPEC CHECKSUMS:
8
+ ionicons: c7b0867373392e85c17f613d19ade04ccfbe5a7c
9
+
1
10
  COCOAPODS: 0.37.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ion_in_motion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Egan