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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/motion-blitz.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed96a6fbc025fe112d00af5120466270532f03a9
|
|
4
|
+
data.tar.gz: d59b7f58c3f6e5a22062e8fc83d99e5caef3f4ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18a97adb50e50c55196cca994142356f93a1269d1959b16c8f4e76bb4f51ee839515365e3ba5b06d5d19baffd46131adec6e86f4393f1085c379042b23301968
|
|
7
|
+
data.tar.gz: 26cad2760ac3371d08d71a0f75a90eb07638a2f14a2d859af3ccf9eb0d17e804572f008949b4367ce0e141b7eb5e4b2800eb18ce59ff998f9780fc637e079993
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# motion-blitz [](http://badge.fury.io/rb/motion-blitz) [](https://codeclimate.com/github/dblandin/motion-blitz) 
|
|
1
|
+
# motion-blitz [](http://badge.fury.io/rb/motion-blitz) [](https://codeclimate.com/github/dblandin/motion-blitz) [](#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
|
-

|
|
10
|
+
[](#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.
|
|
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:
|
|
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.
|
|
70
|
+
rubygems_version: 2.0.3
|
|
71
71
|
signing_key:
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: RubyMotion wrapper for SVProgressHUD
|