motion-blitz 1.0.1 → 1.0.2

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/README.md +2 -2
  3. data/lib/motion-blitz.rb +2 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 509d7feec870f4905ba4cc42d13d1ae40d0bcc0f
4
- data.tar.gz: dfb4cf15a8dba30252f8f802036201b130df82cb
3
+ metadata.gz: ed96a6fbc025fe112d00af5120466270532f03a9
4
+ data.tar.gz: d59b7f58c3f6e5a22062e8fc83d99e5caef3f4ec
5
5
  SHA512:
6
- metadata.gz: 2003beceec1080be423c36869034e0af33134224ddbbbcd2f3a9bbec5b5587eacd2562a756c1b37cbb2de82b17e24601e00212a9ff6617f83bfd05780d0164a1
7
- data.tar.gz: 443f475e0ef4ff655a36e84c7605ac997b71c9511ca86ccde0839edbe7acadd863645b5590a4c89cb669a51cfc143a634f14eae3057cbd50e71a9e6c881222ea
6
+ metadata.gz: 18a97adb50e50c55196cca994142356f93a1269d1959b16c8f4e76bb4f51ee839515365e3ba5b06d5d19baffd46131adec6e86f4393f1085c379042b23301968
7
+ data.tar.gz: 26cad2760ac3371d08d71a0f75a90eb07638a2f14a2d859af3ccf9eb0d17e804572f008949b4367ce0e141b7eb5e4b2800eb18ce59ff998f9780fc637e079993
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # motion-blitz [![Gem Version](https://badge.fury.io/rb/motion-blitz.png)](http://badge.fury.io/rb/motion-blitz) [![Code Climate](https://codeclimate.com/github/dblandin/motion-blitz.png)](https://codeclimate.com/github/dblandin/motion-blitz) ![Analytics](https://d2weczhvl823v0.cloudfront.net/dblandin/motion-blitz/trend.png)
1
+ # motion-blitz [![Gem Version](https://badge.fury.io/rb/motion-blitz.png)](http://badge.fury.io/rb/motion-blitz) [![Code Climate](https://codeclimate.com/github/dblandin/motion-blitz.png)](https://codeclimate.com/github/dblandin/motion-blitz) [![Analytics](https://d2weczhvl823v0.cloudfront.net/dblandin/motion-blitz/trend.png)](#motion-blitz---)
2
2
 
3
3
  ### blitz (fl•ash), verb
4
4
 
@@ -7,7 +7,7 @@
7
7
 
8
8
  __motion-blitz__'s initial development was sponsored by [dscout](https://dscout.com). Many thanks to them!
9
9
 
10
- ![Success](https://github.com/dblandin/motion-blitz/blob/master/img/success.png?raw=true)
10
+ [![Success](https://github.com/dblandin/motion-blitz/blob/master/img/success.png?raw=true)](#blitz-flash-verb)
11
11
 
12
12
  ## Usage
13
13
 
data/lib/motion-blitz.rb CHANGED
@@ -2,6 +2,8 @@ unless defined?(Motion::Project::Config)
2
2
  raise 'This file must be required within a RubyMotion project Rakefile.'
3
3
  end
4
4
 
5
+ require 'motion-cocoapods'
6
+
5
7
  lib_dir_path = File.dirname(File.expand_path(__FILE__))
6
8
  Motion::Project::App.setup do |app|
7
9
  app.files += Dir.glob(File.join(lib_dir_path, 'project/**/*.rb'))
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-blitz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devon Blandin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-17 00:00:00.000000000 Z
11
+ date: 2014-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 2.1.1
70
+ rubygems_version: 2.0.3
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: RubyMotion wrapper for SVProgressHUD