# Generated by jeweler # 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 = "ubiquo" s.version = "0.6.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Albert Callarisa", "Jordi Beltran", "Bernat Foj", "Eric García", "Felip Ladrón", "David Lozano", "Antoni Reina", "Ramon Salvadó", "Arnau Sánchez"] s.date = "2011-12-16" s.description = "This gem provides a command-line interface to speed up the creation of ubiquo based apps." s.email = "rsalvado@gnuine.com" s.executables = ["ubiquo"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/ubiquo", "lib/ubiquo.rb", "lib/ubiquo/generator.rb", "lib/ubiquo/options.rb", "lib/ubiquo/template.erb", "test/fixtures/template.erb", "test/helper.rb", "test/ubiquo/generator_test.rb", "test/ubiquo/options_test.rb", "ubiquo.gemspec" ] s.homepage = "http://www.ubiquo.me" s.require_paths = ["lib"] s.rubygems_version = "1.8.12" s.summary = "command line application for building ubiquo based applications." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 2.3.14"]) s.add_runtime_dependency(%q, ["< 0.5.0"]) s.add_runtime_dependency(%q, [">= 1.4.3"]) s.add_runtime_dependency(%q, [">= 1.0.10"]) s.add_runtime_dependency(%q, [">= 2.4.2"]) s.add_development_dependency(%q, [">= 0.9.8"]) s.add_development_dependency(%q, [">= 1.5.2"]) s.add_development_dependency(%q, [">= 0.26"]) else s.add_dependency(%q, ["= 2.3.14"]) s.add_dependency(%q, ["< 0.5.0"]) s.add_dependency(%q, [">= 1.4.3"]) s.add_dependency(%q, [">= 1.0.10"]) s.add_dependency(%q, [">= 2.4.2"]) s.add_dependency(%q, [">= 0.9.8"]) s.add_dependency(%q, [">= 1.5.2"]) s.add_dependency(%q, [">= 0.26"]) end else s.add_dependency(%q, ["= 2.3.14"]) s.add_dependency(%q, ["< 0.5.0"]) s.add_dependency(%q, [">= 1.4.3"]) s.add_dependency(%q, [">= 1.0.10"]) s.add_dependency(%q, [">= 2.4.2"]) s.add_dependency(%q, [">= 0.9.8"]) s.add_dependency(%q, [">= 1.5.2"]) s.add_dependency(%q, [">= 0.26"]) end end