ubiquo.gemspec in ubiquo-0.3.2 vs ubiquo.gemspec in ubiquo-0.3.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{ubiquo}
- s.version = "0.3.2"
+ s.version = "0.3.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Albert Callarisa", "Bernat Foj", "Eric Garc\303\255a", "Felip Ladr\303\263n", "Antoni Reina", "Ramon Salvad\303\263", "Arnau S\303\241nchez"]
- s.date = %q{2010-08-04}
+ s.date = %q{2010-09-25}
s.default_executable = %q{ubiquo}
s.description = %q{This gem provides a command-line application to make the creation of ubiquo based applications fast and easy.}
s.email = %q{rsalvado@gnuine.com}
s.executables = ["ubiquo"]
s.extra_rdoc_files = [
@@ -37,22 +37,22 @@
"ubiquo.gemspec"
]
s.homepage = %q{http://www.ubiquo.me}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.6}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{command line application for building ubiquo based applications.}
s.test_files = [
"test/helper.rb",
- "test/ubiquo/options_test.rb",
- "test/ubiquo/generator_test.rb"
+ "test/ubiquo/generator_test.rb",
+ "test/ubiquo/options_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, ["= 2.3.8"])
s.add_development_dependency(%q<mocha>, [">= 0.9.8"])
s.add_development_dependency(%q<highline>, [">= 1.5.2"])
s.add_development_dependency(%q<ya2yaml>, [">= 0.26"])
else