Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanel Suurhans committed Jul 12, 2012
1 parent c23bda3 commit 25a5efc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rake'
require 'rake/rdoctask'
require 'rake/clean'
require 'rdoc/task'
require 'rspec/core/rake_task'
require 'jeweler'

Expand Down
36 changes: 12 additions & 24 deletions validate_email.gemspec
Original file line number Diff line number Diff line change
@@ -1,45 +1,33 @@
# 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{validate_email}
s.version = "0.1.5"
s.name = "validate_email"
s.version = "0.1.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tanel Suurhans", "Tarmo Lehtpuu"]
s.date = %q{2010-11-03}
s.description = %q{Library for validating email addresses in Rails 3 models.}
s.date = "2012-07-12"
s.description = "Library for validating email addresses in Rails 3 models."
s.email = ["tanel.suurhans@perfectline.ee", "tarmo.lehtpuu@perfectline.ee"]
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
"README.markdown",
"init.rb",
"install.rb",
"lib/validate_email.rb",
"lib/locale/en.yml"
"init.rb",
"install.rb",
"lib/locale/en.yml",
"lib/validate_email.rb"
]
s.homepage = %q{http://github.com/perfectline/validates_email/tree/master}
s.rdoc_options = ["--charset=UTF-8"]
s.homepage = "http://github.com/perfectline/validates_email/tree/master"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Library for validating email addresses in Rails 3 models.}
s.test_files = [
"spec/resources/user.rb",
"spec/resources/user_with_ar.rb",
"spec/resources/user_with_ar_legacy.rb",
"spec/resources/user_with_blank.rb",
"spec/resources/user_with_legacy.rb",
"spec/resources/user_with_nil.rb",
"spec/spec_helper.rb",
"spec/validate_email_spec.rb"
]
s.rubygems_version = "1.8.24"
s.summary = "Library for validating email addresses in Rails 3 models."

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

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 25a5efc

Please sign in to comment.