ognivo 0.0.3 → 0.0.4
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 +4 -1
- data/lib/ognivo/cli.rb +1 -2
- data/lib/ognivo/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb0e0b654b5e8659a740f134473b514783cb486c
|
|
4
|
+
data.tar.gz: 301737daed8e48e5018c24c8044980767040c3c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23a7e80ea7866f139e5507d277835fd0aac5614bde1ec0417306e1578636f1f808f744f2295ce48c44d2aa7972c697aa0ed33cdf4421bffebc66427f9c45e2a7
|
|
7
|
+
data.tar.gz: ae38b41c6d873b0744ea5b42661da6b0efb24fe9127fa37fdf2f55905806d72402353f9d030b45c4c7967f9b05d5021d7f3ab38687037056b82f9b04860c6b08
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://codeclimate.com/github/antlypls/ognivo)
|
|
4
4
|
[](https://travis-ci.org/antlypls/ognivo)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
CLI tool for building and distributing updates for OS X applications with [Sparkle](https://github.com/sparkle-project/Sparkle) via [Amazon S3](http://aws.amazon.com/s3/).
|
|
7
7
|
|
|
8
8
|
> **NOTE** about gem's name:
|
|
9
9
|
> *ognivo* is a russian word that means *fire striker*,
|
|
@@ -51,6 +51,9 @@ upload new `appcast.xml` file into provided bucket.
|
|
|
51
51
|
|
|
52
52
|
You can change default appcast file name using `-c, --appcast` option.
|
|
53
53
|
|
|
54
|
+
AWS credentials can also be provided via environment variables
|
|
55
|
+
`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
|
|
56
|
+
|
|
54
57
|
### Distributing an update
|
|
55
58
|
|
|
56
59
|
$ spark upload -a aws_access_key -s aws_secret_key -b bucket_name MyApp.zip
|
data/lib/ognivo/cli.rb
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
# program :name, 'ognivo'
|
|
2
1
|
program :version, Ognivo::VERSION
|
|
3
|
-
program :description, 'Build and publish
|
|
2
|
+
program :description, 'Build and publish OS X apps updates with sparkle and S3'
|
|
4
3
|
|
|
5
4
|
program :help, 'Author', 'Anatoliy Plastinin <hello@antlypls.com>'
|
|
6
5
|
program :help, 'Website', 'http://github.com/antlypls/ognivo'
|
data/lib/ognivo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ognivo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anatoliy Plastinin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -70,16 +70,16 @@ dependencies:
|
|
|
70
70
|
name: aws-sdk
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - "<"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0'
|
|
75
|
+
version: '2.0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - "<"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0'
|
|
82
|
+
version: '2.0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '1.6'
|
|
97
|
-
description: Ognivo is CLI tool that automates creating
|
|
97
|
+
description: Ognivo is CLI tool that automates creating OS X app builds and destributing
|
|
98
98
|
updates with Sparkle over Amazon S3.
|
|
99
99
|
email:
|
|
100
100
|
- hello@antlypls.com
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.4.
|
|
141
|
+
rubygems_version: 2.4.7
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Ognivo
|