capistrano-container 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3646c958ec3169da5b3f0cd4916e05cfe0db6cec
4
- data.tar.gz: 35a7965e274971b813e1b1ec2f1109acb801e90f
3
+ metadata.gz: 73ad25116b2851d2d71bf5b45428d6e3d8186a01
4
+ data.tar.gz: d948b1ece3458618a3b144282d270048d220be92
5
5
  SHA512:
6
- metadata.gz: 969e4c33c68c9bae39e6ccfce824fe66b368fe8ddbab37f1f68a0fbb2730012ccfe505470f223c396cecdbc8e88cf335d1b2b6b983da06777f31ee96ca11d813
7
- data.tar.gz: 7f80e35576be85a3327c7bd296336748086e76b362c3f2a7a436d8dd02008f40bf9cf1e36672f60b8b929be9ff55545971ba313f2131b05ebae83c627f85de5d
6
+ metadata.gz: c3fff3454cd63231767fc9ecb861d0658aaf1d1b5de85a0ca51e8eda0c962c50baf36280f7882545ce99279d0d37fe496d23aad853cde9b5b5a850b3bdc387f7
7
+ data.tar.gz: 25f873823901e468a632ad122aac81db0d60c751fc7febfcbffc132fa9b0d803f4750f27d198ca1a346da8050c8cc558448dcacbed1a3c2a9bdaa7eef68a4272
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Capistrano::Container [![Gem Version](https://badge.fury.io/rb/capistrano-container.svg)](https://badge.fury.io/rb/capistrano-container)
2
2
 
3
- Helps managing [docker]() container and files inside docker container for Capistrano 3.x.
3
+ Helps managing [docker](https://www.docker.com/) container and files inside docker container for Capistrano 3.x.
4
4
 
5
- This project is in an early stage but helps me alot dealing with my container deployments and keeps my code clean. It is not only ment for docker, but at the moment it only supports docker, feel free to distribute =)
5
+ This project is in an early stage but helps me alot dealing with my container deployments and keeps my code clean. It is not only ment for docker, but at the moment it only supports docker, feel free to contribute =)
6
6
 
7
7
  This gem does not handle Dockerfiles or such things, for that there are enough capistrano modules available.
8
8
 
@@ -148,6 +148,9 @@ A container has the following methods:
148
148
  * Implement provider pattern for other container manager.
149
149
 
150
150
  ## Changes
151
+ ### Version 0.0.4
152
+ * description
153
+
151
154
  ### Version 0.0.3
152
155
  * use sh instead of bash for docker exec
153
156
  * use correct github url
@@ -4,13 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-container'
7
- spec.version = '0.0.3'
7
+ spec.version = '0.0.4'
8
8
  spec.date = '2016-09-26'
9
9
  spec.summary = 'Helps managing docker container and files inside docker container for Capistrano 3.x'
10
10
  spec.description = spec.summary
11
11
  spec.authors = ['Tom Hanoldt']
12
12
  spec.email = ['tom@creative-workflow.berlin']
13
- spec.files = ['lib/hola.rb']
14
13
  spec.homepage = 'https://github.com/creative-workflow/capistrano-container'
15
14
  spec.license = 'MIT'
16
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-container
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
  - Tom Hanoldt