dcrec1-rspec-vraptor 0.5.3 → 0.6

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.
data/README.textile CHANGED
@@ -45,8 +45,12 @@ h2. SPECING:
45
45
 
46
46
  Before running specs:
47
47
 
48
+ If you are using linux
48
49
  <pre><code>export CLASSPATH=inc/servlet-api-2.5.jar:inc/vraptor-2.6.3.jar:inc/log4j-1.2.12.jar</code></pre>
49
50
 
51
+ If you are using windows
52
+ <pre><code>set CLASSPATH=inc\servlet-api-2.5.jar;inc\vraptor-2.6.3.jar;inc\log4j-1.2.12.jar</code></pre>
53
+
50
54
  Then to spec:
51
55
 
52
56
  <pre><code>jruby -S rake spec</code></pre>
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "rspec-vraptor"
8
- GEM_VERSION = "0.5.3"
8
+ GEM_VERSION = "0.6"
9
9
  SUMMARY = "RSpec for VRaptor Sexy URLs"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
@@ -62,4 +62,9 @@ class MockedHttpRequest
62
62
  def remove_attribute(x)
63
63
  @attributes.delete x
64
64
  end
65
+
66
+ def get_protocol
67
+ "HTTP/1.1"
68
+ end
69
+
65
70
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcrec1-rspec-vraptor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: "0.6"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Carrion
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-05 00:00:00 -08:00
12
+ date: 2009-02-06 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15