patrol.gemspec in patrol-0.2.0 vs patrol.gemspec in patrol-1.0.1
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "patrol"
- s.version = "0.2.0"
+ s.version = "1.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Caccinolo Benoit"]
- s.date = "2011-12-13"
+ s.date = "2013-07-05"
s.description = "patrol through your DB to ckeck data correctness"
s.email = "benoit.caccinolo@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -24,10 +24,11 @@
"README.rdoc",
"Rakefile",
"VERSION",
"lib/patrol.rb",
"lib/patrol/railtie.rb",
+ "lib/patrol/tasks.rb",
"lib/patrol_mailer.rb",
"lib/smtp_api_header.rb",
"lib/tasks/patrol.rake",
"patrol.gemspec",
"rails/init.rb",
@@ -35,10 +36,10 @@
"test/test_patrol.rb"
]
s.homepage = "http://github.com/bcaccinolo/patrol"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
+ s.rubygems_version = "1.8.25"
s.summary = "patrol through your DB to ckeck data correctness"
if s.respond_to? :specification_version then
s.specification_version = 3