standup.gemspec in standup-0.3.11 vs standup.gemspec in standup-0.3.12

- old
+ new

@@ -1,84 +1,82 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{standup} - s.version = "0.3.11" + s.version = "0.3.12" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Ilia Ablamonov", "Cloud Castle Inc."] - s.date = %q{2010-12-07} + s.authors = ["Ilia Ablamonov", "Artem Orlov", "Cloud Castle Inc."] + s.date = %q{2010-12-20} s.default_executable = %q{standup} s.email = %q{ilia@flamefork.ru} s.executables = ["standup"] s.extra_rdoc_files = [ "LICENSE", - "README.md" + "README.md" ] s.files = [ - ".gitignore", - "LICENSE", - "README.md", - "Rakefile", - "VERSION", - "bin/standup", - "lib/standup.rb", - "lib/standup/core_ext.rb", - "lib/standup/ec2.rb", - "lib/standup/ec2/base.rb", - "lib/standup/ec2/elastic_ip.rb", - "lib/standup/ec2/instance.rb", - "lib/standup/ec2/security_group.rb", - "lib/standup/ec2/volume.rb", - "lib/standup/node.rb", - "lib/standup/remoting.rb", - "lib/standup/scripts/base.rb", - "lib/standup/scripts/node.rb", - "lib/standup/settings.rb", - "scripts/allocate_ip.rb", - "scripts/appconsole.rb", - "scripts/basics.rb", - "scripts/basics/s3cfg", - "scripts/browse.rb", - "scripts/db_backup.rb", - "scripts/delayed_job.rb", - "scripts/delayed_job/delayed_job_monit.conf", - "scripts/download_db.rb", - "scripts/ec2.rb", - "scripts/generate.rb", - "scripts/generate/script.rb", - "scripts/init.rb", - "scripts/init/standup.yml", - "scripts/localize.rb", - "scripts/monit.rb", - "scripts/monit/monit", - "scripts/monit/monitrc", - "scripts/monit/sshd.conf", - "scripts/mysql.rb", - "scripts/passenger.rb", - "scripts/passenger/nginx", - "scripts/passenger/nginx.conf", - "scripts/passenger/nginx_monit.conf", - "scripts/postgresql.rb", - "scripts/postgresql/pg_hba.conf", - "scripts/postgresql/postgresql.conf", - "scripts/ruby.rb", - "scripts/setup.rb", - "scripts/shell.rb", - "scripts/status.rb", - "scripts/terminate.rb", - "scripts/update.rb", - "scripts/upload_db.rb", - "scripts/watchlog.rb", - "scripts/webapp.rb", - "scripts/webapp/webapp.conf", - "standup.gemspec" + "LICENSE", + "README.md", + "Rakefile", + "VERSION", + "bin/standup", + "lib/standup.rb", + "lib/standup/core_ext.rb", + "lib/standup/ec2.rb", + "lib/standup/ec2/base.rb", + "lib/standup/ec2/elastic_ip.rb", + "lib/standup/ec2/instance.rb", + "lib/standup/ec2/security_group.rb", + "lib/standup/ec2/volume.rb", + "lib/standup/node.rb", + "lib/standup/remoting.rb", + "lib/standup/scripts/base.rb", + "lib/standup/scripts/node.rb", + "lib/standup/settings.rb", + "scripts/allocate_ip.rb", + "scripts/appconsole.rb", + "scripts/basics.rb", + "scripts/basics/s3cfg", + "scripts/browse.rb", + "scripts/db_backup.rb", + "scripts/delayed_job.rb", + "scripts/delayed_job/delayed_job_monit.conf", + "scripts/download_db.rb", + "scripts/ec2.rb", + "scripts/generate.rb", + "scripts/generate/script.rb", + "scripts/init.rb", + "scripts/init/standup.yml", + "scripts/localize.rb", + "scripts/monit.rb", + "scripts/monit/monit", + "scripts/monit/monitrc", + "scripts/monit/sshd.conf", + "scripts/mysql.rb", + "scripts/passenger.rb", + "scripts/passenger/nginx", + "scripts/passenger/nginx.conf", + "scripts/passenger/nginx_monit.conf", + "scripts/postgresql.rb", + "scripts/postgresql/pg_hba.conf", + "scripts/postgresql/postgresql.conf", + "scripts/ruby.rb", + "scripts/setup.rb", + "scripts/shell.rb", + "scripts/status.rb", + "scripts/terminate.rb", + "scripts/update.rb", + "scripts/upload_db.rb", + "scripts/watchlog.rb", + "scripts/webapp.rb", + "scripts/webapp/webapp.conf", + "standup.gemspec" ] - s.homepage = %q{http://github.com/Flamefork/standup} - s.rdoc_options = ["--charset=UTF-8"] + s.homepage = %q{https://github.com/cloudcastle/standup} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Standup is an application deployment and infrastructure management tool for Rails and Amazon EC2} if s.respond_to? :specification_version then