Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Bumped version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Nov 21, 2012
1 parent d1a87e5 commit d10f204
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== x.x.x / 2012-11-19
=== 0.2.9 / 2012-11-20

* Improvements:
* Added SDP::Description#errors to find out what fields are missing in the
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sdp (0.2.8)
sdp (0.2.9)
parslet (>= 1.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/sdp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class SDP
VERSION = "0.2.8"
VERSION = "0.2.9"
end
2 changes: 1 addition & 1 deletion spec/unit/sdp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

describe SDP do
describe "VERSION" do
specify { SDP.const_get('VERSION').should eql '0.2.8' }
specify { SDP.const_get('VERSION').should eql '0.2.9' }
end

it "raises when parsing malformed SDP text" do
Expand Down

0 comments on commit d10f204

Please sign in to comment.