Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth committed Jan 27, 2012
1 parent 95e0772 commit d404152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem "minitest", :platform => :ruby_18
gem "rake"
Expand Down
2 changes: 1 addition & 1 deletion airbrake_handler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "airbrake_handler"
s.version = "0.2.1"
s.version = "0.3.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Adam Jacob", "Wojciech Wnętrzak"]
s.email = ["w.wnetrzak@gmail.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrake_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
require "toadhopper"

class AirbrakeHandler < Chef::Handler
VERSION = "0.2.1"
VERSION = "0.3.0"

attr_accessor :options, :api_key, :ignore

Expand Down

0 comments on commit d404152

Please sign in to comment.