opskeleton 0.4.4 → 0.4.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: 9b52de7c4675f155af2b31a093aa253fe7179469
4
- data.tar.gz: 1ed1a417000ba6050068fb1051e3f17b51088644
3
+ metadata.gz: fb8e6cfdc4545ead41ce026add622d10a3c6b7e6
4
+ data.tar.gz: 142bf7f79131d930062982a2d317eb7eac8d4f09
5
5
  SHA512:
6
- metadata.gz: 62dabb7d933a806f5ca713f6f32482708ade4f012a3416e955c30987cfe7c952a56f753c05e8a306a259ff4901265ffd2bb72bf6cda0f108f0168846b3498a3e
7
- data.tar.gz: ef9158f66fff15787c46d188bb442e0a8ea8495cab9560e962e23ad1400fd2fa18615c087d01c140477dd342c3bc06763aa321552706233b7074d67da1cba268
6
+ metadata.gz: a691af74c57934132d1339f4de8074326fd242ed7cc7085da211180f738f3ce79b23f54bed9249617ff74e726b994a93512c01f3117e00cdffdfb7e9a3a8c4e5
7
+ data.tar.gz: 7e484c8928869d46bf0a1c6e062eaf8507d857a95f731a3542f454f593a96b44b52fa757af15bdb1a8eb86fb1c88b71be4fc975288643416ea3166a9c93e5fa3
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opskeleton (0.4.3)
4
+ opskeleton (0.4.4)
5
5
  bintray_deploy
6
6
  thor
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- bintray_deploy (0.0.3)
11
+ bintray_deploy (0.0.4)
12
12
  configuration
13
13
  rest-client
14
14
  thor
data/README.md CHANGED
@@ -106,6 +106,7 @@ The packaged tar files can be consumed using any tool and protocol however http
106
106
  ```bash
107
107
  $ opsk package
108
108
  $ opsk deploy <bintray-repo>
109
+ deployed foo-sandbox-0.0.1.tar.gz to http://dl.bintray.com/narkisr/<bintray-repo>/foo-sandbox-0.0.1.tar.gz
109
110
  ```
110
111
 
111
112
  Make sure to [configure](https://github.com/narkisr/bintray-deploy#usage) configure the bintray API key.
@@ -1,3 +1,3 @@
1
1
  module Opskeleton
2
- VERSION = '0.4.4'
2
+ VERSION = '0.4.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opskeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - narkisr