Skip to content

Commit 9ba3da0

Browse files
committedDec 20, 2010
version bump to 0.0.2
1 parent 5b54b2d commit 9ba3da0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGES.textile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
h2. 0.0.2
2+
3+
h3. Bugfixes
4+
* Using a Railtie to correctly load rspec-cells. Caused a dependency problem with capybara before. Thanks to Steve Sloan [CodeMonkeySteve] for fixing and Brandon Dimcheff [bdimcheff] for debugging.

‎lib/rspec/cells/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module RSpec # :nodoc:
22
module Cells # :nodoc:
3-
VERSION = '0.0.1'
3+
VERSION = '0.0.2'
44
end
55
end
66

‎rspec-cells.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding: utf-8 -*-
2-
$:.push File.expand_path("../lib", __FILE__)
2+
$:.unshift File.expand_path("../lib", __FILE__)
33
require "rspec/cells/version"
44

55
Gem::Specification.new do |s|

0 commit comments

Comments
 (0)
Please sign in to comment.