vagrant-rspec-ci 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,9 +9,13 @@ some (very) breaking changes to make it rpsec-specific and integrate better with
9
9
  (the jUnit report formatter). I also removed the internal side of testing, as we didn't
10
10
  want to alter the test subject (by installing rspec internally in the VM, for example)
11
11
 
12
+ ## Installation (Vagrant v1.1+)
13
+
14
+ vagrant plugin install vagrant-rspec-ci
15
+
12
16
  ## Installation (Vagrant v1.0.x)
13
17
 
14
- vagrant gem install vagrant-rspec-ci
18
+ vagrant gem install vagrant-rspec-ci -v 0.0.3
15
19
 
16
20
  ## Configuration
17
21
 
@@ -60,21 +64,6 @@ your Vagrantfile:
60
64
 
61
65
  vagrant rspec [vm-name]
62
66
 
63
- ## Change Log
64
-
65
- ### 0.0.3 (2013-04-10)
66
- * Remove development dependency on pry-debugger
67
-
68
- ### 0.0.2 (2013-04-10)
69
- * Try to use rspec from vagrant gemset if possible
70
-
71
- ### 0.0.1 (2013-04-09)
72
- * Integrated with ci_reporter
73
- * Added directories as search paths, with defaults
74
- * Added globbing for test files
75
- * Removed internal testing support
76
- * Forked from v0.1.2 of vagrant-test
77
-
78
67
  ## License
79
68
 
80
69
  Copyright (C) 2013 Clinton Wolfe
@@ -2,7 +2,7 @@ module VagrantPlugins
2
2
  module VagrantRspecCI
3
3
 
4
4
  NAME = "vagrant-rspec-ci"
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  AUTHOR = "Clinton Wolfe"
7
7
  AUTHOR_EMAIL = "clintoncwolfe [at] gmail [dot] com"
8
8
  DESCRIPTION = "vagrant-rspec-ci is a Vagrant 1.2.x 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: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: