Skip to content

Commit

Permalink
Version # update
Browse files Browse the repository at this point in the history
git-svn-id: http://stonecode.svnrepository.com/svn/ruport/acts_as_reportable@1298 bb2e8eb0-7117-0410-aac4-c024b40ed5f7
  • Loading branch information
sandal committed Apr 1, 2008
1 parent a920b9f commit b5a8d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "rake/rdoctask"
require "rake/testtask"
require "rake/gempackagetask"

AAR_VERSION = "1.0.2"
AAR_VERSION = "1.1.0"

begin
require "rubygems"
Expand Down Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |spec|
spec.has_rdoc = true
#spec.extra_rdoc_files = %w{README LICENSE AUTHORS}
spec.rdoc_options << '--title' << 'Ruport Documentation'
spec.add_dependency('ruport', '>= 1.3.0')
spec.add_dependency('ruport', '>= 1.6.0')
spec.author = "Michael Milner"
spec.email = "mikem836@gmail.com"
spec.rubyforge_project = "ruport"
Expand Down

0 comments on commit b5a8d17

Please sign in to comment.