Skip to content

Commit

Permalink
Prepare to release.
Browse files Browse the repository at this point in the history
Fix tests.
Bump dependency versions.


git-svn-id: svn+ssh://rubyforge.org/var/svn/cerberus@165 65aa75ef-ce15-0410-bc34-cdc86d5f77e6
  • Loading branch information
anatol committed Jul 17, 2007
1 parent 6829988 commit 8050e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Cerberus Changelog

== Version 0.3.6
RSpec
RSpec, Gmailer support

* Added out of box support of RSpec tests.
Usage: add to your project configuration following config
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM_SPEC = Gem::Specification.new do |s|

s.add_dependency 'actionmailer', '>= 1.3.3'
s.add_dependency 'activesupport', '>= 1.4.2'
s.add_dependency 'rake', '>= 0.7.2'
s.add_dependency 'rake', '>= 0.7.3'
s.add_dependency 'xmpp4r', '>= 0.3.1'
s.add_dependency 'Ruby-IRC', '>= 1.0.7'
s.add_dependency 'gmailer', '>= 0.1.7'
Expand Down
2 changes: 1 addition & 1 deletion test/rss_publisher_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_publisher
xml = REXML::Document.new(IO.read(rss_file.path))

assert_equal '[RSS<App] Build still broken (#1235)', xml.elements["rss/channel/item/title/"].get_text.value
assert_match %r{<pre>last message\nthis is output\n--\nCerberus 0.\d.\d, http://cerberus.rubyforge.org/</pre>},
assert_match %r{<pre>last message\nthis is output\n--\nThis email generated by Cerberus tool ver\. 0.\d.\d, http://cerberus.rubyforge.org/</pre>},
xml.elements["rss/channel/item/description/"].get_text.value
end
end

0 comments on commit 8050e72

Please sign in to comment.