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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0afb2d97c612bb7d4496268cc08c8fb21fafa8c3
4
- data.tar.gz: a5fa29a32be9990c1914cfe56fe8de83a2d0336d
3
+ metadata.gz: bb0e0b654b5e8659a740f134473b514783cb486c
4
+ data.tar.gz: 301737daed8e48e5018c24c8044980767040c3c3
5
5
  SHA512:
6
- metadata.gz: 859987f3490cfe8ecfb704fb6f2e2c95f590883517d49dd84101b516a3321d4f2653e7744846f3b93d858c85d4a8f9b2ecfad85ee8cc954788e4f88012ba625f
7
- data.tar.gz: 2428155a402dff2d6a566bd71223d369f0c8e6310108b535ad278b071068eb65c978eba4ceae93b2cba58a9ae5ae7da9edbcf68b5a23baa78bc5ad08b2a7fe32
6
+ metadata.gz: 23a7e80ea7866f139e5507d277835fd0aac5614bde1ec0417306e1578636f1f808f744f2295ce48c44d2aa7972c697aa0ed33cdf4421bffebc66427f9c45e2a7
7
+ data.tar.gz: ae38b41c6d873b0744ea5b42661da6b0efb24fe9127fa37fdf2f55905806d72402353f9d030b45c4c7967f9b05d5021d7f3ab38687037056b82f9b04860c6b08
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Code Climate](http://img.shields.io/codeclimate/github/antlypls/ognivo.svg?style=flat)](https://codeclimate.com/github/antlypls/ognivo)
4
4
  [![Build Status](http://img.shields.io/travis/antlypls/ognivo.svg?style=flat)](https://travis-ci.org/antlypls/ognivo)
5
5
 
6
- Create MacOS app builds and destribute updates with [Sparkle](https://github.com/sparkle-project/Sparkle) over [Amazon S3](http://aws.amazon.com/s3/).
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
@@ -1,6 +1,5 @@
1
- # program :name, 'ognivo'
2
1
  program :version, Ognivo::VERSION
3
- program :description, 'Build and publish MacOS apps updates with sparkle and S3'
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'
@@ -1,3 +1,3 @@
1
1
  module Ognivo
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
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: 2014-10-23 00:00:00.000000000 Z
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 MacOS app builds and destributing
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.2
141
+ rubygems_version: 2.4.7
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Ognivo