Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Morgan committed Nov 8, 2014
1 parent d50bbd9 commit d2cf23e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
25 changes: 14 additions & 11 deletions url_validation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,27 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: url_validation 1.1.0 ruby lib

Gem::Specification.new do |s|
s.name = %q{url_validation}
s.version = "1.0.0"
s.name = "url_validation"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Tim Morgan}]
s.date = %q{2011-05-27}
s.description = %q{A simple, localizable EachValidator for URL fields in ActiveRecord 3.0.}
s.email = %q{git@timothymorgan.info}
s.require_paths = ["lib"]
s.authors = ["Tim Morgan"]
s.date = "2014-11-08"
s.description = "A simple, localizable EachValidator for URL fields in ActiveRecord 3.0."
s.email = "git@timothymorgan.info"
s.extra_rdoc_files = [
"LICENSE",
"README.textile"
]
s.files = [
".document",
".rspec",
".ruby-gemset",
".ruby-version",
"Gemfile",
"Gemfile.lock",
"LICENSE",
Expand All @@ -30,14 +34,13 @@ Gem::Specification.new do |s|
"spec/url_validator_spec.rb",
"url_validation.gemspec"
]
s.homepage = %q{http://github.com/riscfuture/url_validation}
s.require_paths = [%q{lib}]
s.homepage = "http://github.com/riscfuture/url_validation"
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
s.rubygems_version = %q{1.8.3}
s.summary = %q{Simple URL validation in Rails 3}
s.rubygems_version = "2.4.2"
s.summary = "Simple URL validation in Rails 3"

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<addressable>, [">= 0"])
Expand Down

0 comments on commit d2cf23e

Please sign in to comment.