Bump to version 1.0

This commit is contained in:
Cory Schires 2011-11-27 20:56:44 -06:00
parent 19808e41a4
commit 623a1ae9e6
3 changed files with 7 additions and 7 deletions

View File

@ -70,14 +70,14 @@ namespace :version do
Rake::Task['git:release'].invoke
else
puts "Commit your changed files first"
end
end
end
desc "create a new version, create tag and push to github"
task :major_release do
if Jeweler::Commands::ReleaseToGit.new.clean_staging_area?
Rake::Task['version:bump:major'].invoke
Rake::Task['gemspec:release'].invoke
Rake::Task['gemspec:release'].invoke
Rake::Task['git:release'].invoke
else
puts "Commit your changed files first"
@ -87,9 +87,9 @@ end
namespace :impressionist do
require File.dirname(__FILE__) + "/lib/impressionist/bots"
desc "output the list of bots from http://www.user-agents.org/"
task :bots do
task :bots do
p Impressionist::Bots.consume
end
end

View File

@ -1 +1 @@
0.5.0
1.0.0

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{impressionist}
s.version = "0.5.0"
s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["cowboycoded"]