motion-assets-library 1.0.4 → 1.0.5
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 +9 -0
- data/lib/project/assets_library/loader.rb +1 -1
- 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: da615ac915dba016769a5dbcf9269e17e43a3188
|
|
4
|
+
data.tar.gz: 36a817182780265262386d0a64cc6548325461e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40e42acc0e021b1d2729ec92c8b1b212b7978ea0fc366fa44af6791eb67bfd1d681e6b0ac75f72b7ad01eb75a6688aa1266a269af8f7c53daf0d97f71bbd53f3
|
|
7
|
+
data.tar.gz: 2d7a62bc4ce6037fbb2d4aa604f9e7463641e6dcbd834f93ab0e2564f776e547f3db719db36247fcf6b7bb3ccc1860114847988e51ef91d14fe583db67d2b1c6
|
data/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Access iOS media via ALAssetsLibrary
|
|
4
4
|
|
|
5
|
+
[](http://badge.fury.io/rb/motion-assets-library)
|
|
6
|
+
[](https://codeclimate.com/github/dblandin/motion-assets-library)
|
|
7
|
+
|
|
8
|
+
motion-assets-library's initial development was sponsored by [dscout](https://dscout.com). Many thanks to them!
|
|
9
|
+
|
|
5
10
|
## Usage
|
|
6
11
|
|
|
7
12
|
Instantiate a loader and set a delegate:
|
|
@@ -43,3 +48,7 @@ Or install it yourself as:
|
|
|
43
48
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
44
49
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
45
50
|
5. Create new Pull Request
|
|
51
|
+
|
|
52
|
+
## Thanks
|
|
53
|
+
|
|
54
|
+
[dscout](https://dscout.com) - for their sponsorship
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-assets-library
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
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-
|
|
11
|
+
date: 2013-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 2.
|
|
62
|
+
rubygems_version: 2.1.1
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
65
|
summary: Easy access to iOS media assets via ALAssetsLibrary
|