rspec-rails23 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +5 -0
  2. data/VERSION +1 -1
  3. metadata +3 -2
data/CHANGELOG ADDED
@@ -0,0 +1,5 @@
1
+ 0.0.3 - include patch to partial rendering to avoid nil errors (Jess Martin/Jon Distad)
2
+
3
+ 0.0.2 - hard lock to rspec 2.0.0.beta.8 - newer versions break things (Aaron Bedra)
4
+
5
+ 0.0.1 - initial release
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.1.0
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 3
9
- version: 0.0.3
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rob Sanheim
@@ -57,6 +57,7 @@ extra_rdoc_files:
57
57
  - LICENSE
58
58
  - README
59
59
  files:
60
+ - CHANGELOG
60
61
  - LICENSE
61
62
  - README
62
63
  - RSPEC-LICENSE