vagrant-capistrano-push 0.0.13 → 0.1.0

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: ba288fd82efad0c3f49245383d7dfee3abc59ba6
4
- data.tar.gz: 4c05add85f10b493760b79185ca78db6d1cba671
3
+ metadata.gz: 04fa7e998d23b0e6b50dfcf2bb8cc8afc972836d
4
+ data.tar.gz: 651d16a2518d4032b5d865002b65010cb700ee20
5
5
  SHA512:
6
- metadata.gz: c27cfb9363ee022d6fb31de67b395ae9996ddf12f8ebac887a6ba970ae32134af59636ca035c24abd0e90f1f67bf73bb6d44036cfe1881b843296446b4a9e9f8
7
- data.tar.gz: 935f35967747a1a262df5f60a85d643941a0f51ae453ca883555493f7ec4a3c0c299647c650d3be877a8ac92549809549b4d08bc0df40adbe308c38db2612196
6
+ metadata.gz: 6de177eb61815249bab50205e6dfe479a721ca5f69b3c457bd6baae2af85d2fe86ef179fae2ef17cddd6551a70b261a2a5db34e549a62e4ac1c22a37d391bcfa
7
+ data.tar.gz: a20530595be84ba3f9874caa8d9325545eb8981723c9ae8dd0d38fbb739f676144a9ae91a2c2fc2f11b1af09862db28b5347227cd99ec2f2f0a1ce49bc1db7bb
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module CapistranoPush
3
- VERSION = '0.0.13'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -2,4 +2,3 @@ require 'bundler/setup'
2
2
  Bundler.setup
3
3
 
4
4
  require 'vagrant'
5
- # require File.expand_path("../../lib/jekyll/converters/markdown.rb", __FILE__)
@@ -4,7 +4,7 @@ require "vagrant-capistrano-push/errors"
4
4
  describe VagrantPlugins::CapistranoPush::Config do
5
5
  let(:config) { described_class.new }
6
6
 
7
- # Ensure tests are not affected by AWS credential environment variables
7
+ # Ensure tests are not affected by environment variables
8
8
  before :each do
9
9
  ENV.stub(:[] => nil)
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-capistrano-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner