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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d68332b960f502ba5870e1715425caa3d01f10c
4
- data.tar.gz: acc9785be1bd03d1e68101c84265d97c6e931692
3
+ metadata.gz: da615ac915dba016769a5dbcf9269e17e43a3188
4
+ data.tar.gz: 36a817182780265262386d0a64cc6548325461e9
5
5
  SHA512:
6
- metadata.gz: bef528be6db4a96c2f3fad9a5820d6262c8d51b7d2b2eb1d62beb947fd4ed3f2f9345db95247a89d0e7d3dfe4020febab6a3a5481fbd21c97869da425f75eae0
7
- data.tar.gz: cb14d2c0289d9d5c51ffeac2874319ccb2358a811c36e0264c2d50d334f9d63bebd921767567e890ba00e54074fc1263f96da890e9233efc8393c433b2f3f8e0
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
+ [![Gem Version](https://badge.fury.io/rb/motion-assets-library.png)](http://badge.fury.io/rb/motion-assets-library)
6
+ [![Code Climate](https://codeclimate.com/github/dblandin/motion-assets-library.png)](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
@@ -47,7 +47,7 @@ class Motion
47
47
  end
48
48
 
49
49
  def album_failure_block
50
- lambda { |error| p "Error: #{error[0].description}" }
50
+ lambda { |error| p "Error: #{error.localizedDescription}" }
51
51
  end
52
52
 
53
53
  def asset_block
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
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-08-16 00:00:00.000000000 Z
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.0.0
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