motion-sparkle 0.0.4 → 0.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTFkMzBjNTA5NzJlNDk4ZjU2YmNlZjAzMDE2YWIyZjliMTBmMWFlOA==
4
+ ZmUwZmY2N2UwNzE5N2E4YjBjN2U3YWI0ZDY5MDNjMTBhYjdhNjg3OQ==
5
5
  data.tar.gz: !binary |-
6
- MWRkZjEyOTFlNTAxYWZjMGQ4NDdlNzM2NmEwNWNkMjNjNTk1YmUxNg==
6
+ OGYxZGU5MmExNWRjMTliMDkyZTk4YjZiYjVlYTQ0ZmZmZTBhNTM5Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2Q4OWFiOTJkM2FkM2U5MjQxMzM0YmFhNmY2ZGI2ZjNjNjU0ZGFmZjgyY2Fl
10
- YThmNTgxOTQ2YzZkODE1MTQxNGQ3NTM5ODM5YTAwYmRhMjRmMjAwOWMwMDZl
11
- MzY2YjZmYTFhNDNjMjY2Mjg2NGZlYTJlYmNkNzhkZGM4M2IwNjY=
9
+ Mzk3NjY5ZjYxODhhODQ5OWE5M2JiYzYzYWU0ZmYxYTQ2OTNmOGVjMGU1MDE3
10
+ OTgwMTU5YWM4NjgwZTIzMDU5YzE4ZDJiZGYyNTU0YzljMGEyNmM1NWNkZmNl
11
+ NmNlOTY1ZDc1NDc1YTExODVkOGNmYjg0YTQ2YzlmMzBhZjJlMDQ=
12
12
  data.tar.gz: !binary |-
13
- MDk1OTZiNGQyNzdjMmQzNjIwOTg3ZTFjMzk5M2U0MGFhMmEyNmNiZTE2OWY5
14
- MTAwMWYxMjIzMTNkMzExODFiYjg3NWI3MDhiZmI5YmY5YTc1YjZiNTBmMGNi
15
- OGM0MmJhMjU1NWEzOTBkNGVjODg0ZjdjNjI5NjA5ZjMyZmE4ZGI=
13
+ ODAwNjU5NTA3ZjcwZmJhOGFmNTExZmM2MDI3Njc3Y2Y2M2E5MjY2MjM3MjRi
14
+ MWZmOWI3NDEyZGFiNWIxNDVkZjAzMmMwYTkxYjNhOGY5NDI5NjY0OTIzODUy
15
+ OTQ3YjcxOGI2MmE1ODJlZThjNDhiNzk3MWQxOWI0OWM5NWE2ZGE=
@@ -51,9 +51,9 @@ module Motion::Project
51
51
  guid = item.add_element('guid')
52
52
  guid.text = "#{@config.name}-#{@config.version}"
53
53
  guid.attributes['isPermaLink'] = false
54
- item.add_element('sparkle:releaseNotesLink').text = "#{appcast.notes_url}/#{appcast.notes_filename}"
54
+ item.add_element('sparkle:releaseNotesLink').text = "#{appcast.notes_url}"
55
55
  enclosure = item.add_element('enclosure')
56
- enclosure.attributes['url'] = "#{appcast.package_url}/#{@package_file}"
56
+ enclosure.attributes['url'] = "#{appcast.package_url}"
57
57
  enclosure.attributes['length'] = "#{@package_size}"
58
58
  enclosure.attributes['type'] = "application/octet-stream"
59
59
  enclosure.attributes['sparkle:version'] = @config.version
@@ -1,5 +1,5 @@
1
1
  module Motion::Project
2
2
  class Sparkle
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-sparkle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre L. Solleiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-28 00:00:00.000000000 Z
11
+ date: 2014-07-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: motion-sparkle makes it easy to use Sparkle with your RubyMotion projects
14
14
  email: alex@webcracy.org