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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ion_in_motion.gemspec +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23fa0087634bc345554ea245d26194a9842f414b
4
- data.tar.gz: d2009d3f36215b7d631750eb7d9c61045a3bb2bb
3
+ metadata.gz: 4f4ab634d7af2c3054ffb7d7799d40d46d15201d
4
+ data.tar.gz: 963991d205f12ef9a16e7316e9ba1cd8820a7c97
5
5
  SHA512:
6
- metadata.gz: 950bb8ad8bf515a8be955548f6bcb9da581894090f195ebb0fb7ad62bcac1c67f27a8e39226e6e12fd5b9975ae749683fcc6d5138b944f7f98ecd8448afe7767
7
- data.tar.gz: 52f3736b278a4b0cf77194b452cf241490b26139c8e72089d503ae37efa76c85246652b07079dce7dd8e4b95c5de31329cfce09fcfcb646be8afc4778d2fe1e2
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
 
@@ -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.9'
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.9
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-04-17 00:00:00.000000000 Z
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: