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.
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,10 +1 @@
1
- PODS:
2
- - ionicons (2.0.1)
3
-
4
- DEPENDENCIES:
5
- - ionicons
6
-
7
- SPEC CHECKSUMS:
8
- ionicons: 8c24f4af67e3b333a721cdfe2d39219e542769f2
9
-
10
- COCOAPODS: 0.35.0
1
+ COCOAPODS: 0.37.2
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.3
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-05-04 00:00:00.000000000 Z
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.2.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: