Skip to content

Commit e5f2116

Browse files
committed
Use Sparkle 2.1
1 parent 867fe8c commit e5f2116

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ After building your app for release and running `rake sparkle:package`, all you
3434

3535
- Use the latest version of **motion-sparkle-sandbox**
3636
- You will need RubyMotion version 5.0 or above
37-
- Sparkle 2 now requires Mac OS X 10.11 El Capitan) or later
37+
- Sparkle 2 now requires Mac OS X 10.11 (El Capitan) or later
3838

3939
## Installation
4040

41-
In your project's Gemfile, add:
41+
In your project's `Gemfile`, add:
4242

4343
```ruby
4444
# Gemfile
@@ -104,8 +104,6 @@ If everything is OK, you should be informed that it's time to generate or config
104104

105105
For security, Sparkle 2 allows you to sign your releases with a private certificate before distribution: when the user tries to install an update, Sparkle 2 will check the package using the signature provided in the XML file and the public certificate contained in the running application.
106106

107-
_Currently, `motion-sparkle-sandbox` does not support configuring `EdDSA` signatures, only `DSA`._
108-
109107
`motion-sparkle-sandbox` makes it very easy to handle this. In fact, after the first setup, it becomes completely transparent to you as all is handled when you run `rake sparkle:package`.
110108

111109
You have two options: have Sparkle 2 generate the certificates for you, or follow the instructions to use your existing ones.

lib/motion-sparkle-sandbox.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
lib_dir_path = File.dirname(File.expand_path(__FILE__))
1818

19-
POD_VERSION = '~> 2.0.0'
19+
POD_VERSION = '~> 2.1.0'
2020

2121
unless @running_specs
2222
Motion::Project::App.setup do |app|

lib/motion-sparkle-sandbox/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MotionSparkleSandbox
4-
VERSION = '2.0.1'
4+
VERSION = '2.1.0'
55
end

0 commit comments

Comments
 (0)