vagrant-rspec-ci 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/lib/vagrant-rspec-ci.rb +1 -4
  3. metadata +1 -1
data/README.md CHANGED
@@ -62,6 +62,9 @@ your Vagrantfile:
62
62
 
63
63
  ## Change Log
64
64
 
65
+ ### 0.0.3 (2013-04-10)
66
+ * Remove development dependency on pry-debugger
67
+
65
68
  ### 0.0.2 (2013-04-10)
66
69
  * Try to use rspec from vagrant gemset if possible
67
70
 
@@ -6,13 +6,10 @@ require "vagrant-rspec-ci/config"
6
6
  require "vagrant-rspec-ci/command"
7
7
 
8
8
 
9
-
10
- require "pry-debugger"
11
-
12
9
  module VagrantRspecCI
13
10
 
14
11
  NAME = "vagrant-rspec-ci"
15
- VERSION = "0.0.2"
12
+ VERSION = "0.0.3"
16
13
  AUTHOR = "Clinton Wolfe"
17
14
  AUTHOR_EMAIL = "clintoncwolfe [at] gmail [dot] com"
18
15
  DESCRIPTION = "vagrant-rspec-ci is a Vagrant plugin for running tests against your VMs, derived from vagrant-test"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-rspec-ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: