Urlize.gemspec in Urlize-0.1.0 vs Urlize.gemspec in Urlize-0.1.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{Urlize}
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan L"]
s.date = %q{2010-11-29}
s.description = %q{A simple tool to parse out useful information from URLs}
@@ -23,11 +23,11 @@
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"Urlize.gemspec",
"VERSION",
+ "init.rb",
"lib/urlize.rb",
- "rails/init.rb",
"test/helper.rb",
"test/test_urlize.rb",
"urlize.rb"
]
s.homepage = %q{http://github.com/cr4zyguy/urlize}