Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 25, 2009
1 parent 0e55b13 commit c2b8a18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

=== 1.0.3 / 2009-07-25

* Fixed Growl.installed? returns false when binary cannot be found [#1]

=== 1.0.2 / 2009-04-19

* Added new gemspec
Expand Down
9 changes: 4 additions & 5 deletions growl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@

Gem::Specification.new do |s|
s.name = %q{growl}
s.version = "1.0.2"
s.version = "1.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
s.date = %q{2009-04-19}
s.date = %q{2009-07-25}
s.description = %q{growlnotify bindings}
s.email = %q{tj@vision-media.ca}
s.extra_rdoc_files = ["lib/growl/growl.rb", "lib/growl/images/error.png", "lib/growl/images/info.png", "lib/growl/images/ok.png", "lib/growl/images/warning.png", "lib/growl/version.rb", "lib/growl.rb", "README.rdoc", "tasks/docs.rake", "tasks/gemspec.rake", "tasks/spec.rake"]
s.files = ["examples/growl.rb", "growl.gemspec", "History.rdoc", "lib/growl/growl.rb", "lib/growl/images/error.png", "lib/growl/images/info.png", "lib/growl/images/ok.png", "lib/growl/images/warning.png", "lib/growl/version.rb", "lib/growl.rb", "Manifest", "Rakefile", "README.rdoc", "spec/fixtures/icon.icns", "spec/fixtures/image.png", "spec/growl_spec.rb", "spec/spec_helper.rb", "tasks/docs.rake", "tasks/gemspec.rake", "tasks/spec.rake"]
s.has_rdoc = true
s.homepage = %q{http://github.com/visionmedia/growl}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Growl", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{growl}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.5}
s.summary = %q{growlnotify bindings}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
Expand Down
2 changes: 1 addition & 1 deletion lib/growl/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Growl
VERSION = '1.0.2'
VERSION = '1.0.3'
end

0 comments on commit c2b8a18

Please sign in to comment.