mate.gemspec in mate-1.1.3 vs mate.gemspec in mate-1.1.4
- old
+ new
@@ -2,17 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = %q{mate}
- s.version = "1.1.3"
+ s.name = "mate"
+ s.version = "1.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = [%q{Ivan Kuchin}]
- s.date = %q{2011-09-19}
- s.executables = [%q{tm}]
+ s.authors = ["Ivan Kuchin"]
+ s.date = "2011-11-27"
+ s.executables = ["tm"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.markdown"
]
s.files = [
@@ -25,14 +25,14 @@
"lib/mate.rb",
"lib/mate/tmproj.rb",
"lib/mate/tmproj/ignores.rb",
"mate.gemspec"
]
- s.homepage = %q{http://github.com/toy/mate}
- s.licenses = [%q{MIT}]
- s.require_paths = [%q{lib}]
- s.rubygems_version = %q{1.8.8}
- s.summary = %q{TextMate project builder using git ignores for exclusions}
+ s.homepage = "http://github.com/toy/mate"
+ s.licenses = ["MIT"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = "1.8.11"
+ s.summary = "TextMate project builder using git ignores for exclusions"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then