ion_in_motion 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -1
  3. data/ion_in_motion.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f4ab634d7af2c3054ffb7d7799d40d46d15201d
4
- data.tar.gz: 963991d205f12ef9a16e7316e9ba1cd8820a7c97
3
+ metadata.gz: ed9fa65606722cdec8f93dcb3d7c6762a63f69fe
4
+ data.tar.gz: bd0234121cbcd306c35feb61bd037a56bf891f81
5
5
  SHA512:
6
- metadata.gz: 417510f3efacf786250dfa107b6008f07f37633068c4b536de8c1f77fb13e0aa0a12a5e1119d26798ef6197a2dd3fbb8b1ba89d4e49fdbf903965ce6c309c476
7
- data.tar.gz: c373fe5b10e2729c2c5f90b77efcd4fdf3674d3553e3db8005c5bced6120033f29112984378e09c6059c8a7e555f9b88a31f7ce113b122167bec9dc140e028a9
6
+ metadata.gz: eec7c4c9a193eb227308934d8b2d3d456a627ee59d088940c16c78969103e255318215cbb8de8de64b187befe8d082be970ad641f12c05f668cd14679fbfa880
7
+ data.tar.gz: 6f2fef0b83bac37377b217971b7ffd16b7b292c2d4084c3859a708a7871b173ffba8d56d38b505119dce4dbb3c8dcbb50268619f86f830efe2d6c0f5c3d2162f
data/Rakefile CHANGED
@@ -13,7 +13,8 @@ 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)} if SetupIon
16
+ readme_text = Object.const_defined?('SetupIon') ? SetupIon.readme_text : "readme"
17
+ File.open("vendor/Pods/ionicons/ionicons/README.md", 'w') {|f| f.write(readme_text)}
17
18
  end
18
19
  end
19
20
 
@@ -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.0'
4
+ gem.version = '0.1.1'
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,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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Egan