From 01d273bdd184d0107872943e6bde037838e3f94e Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Thu, 25 Feb 2016 12:35:34 -0300 Subject: [PATCH] Add gemspec to correct place --- vendor/contacts/contacts.gemspec | 14 ++++++++++++++ vendor/gdata/gdata.gemspec | 6 ++++++ vendor/plugins/action_tracker/action_tracker.gemspec | 6 ++++++ vendor/plugins/acts_as_versioned/acts_as_versioned.gemspec | 32 ++++++++++++++++++++++++++++++++ vendor/plugins/kandadaboggu-vote_fu/vote_fu.gemspec | 36 ++++++++++++++++++++++++++++++++++++ vendor/plugins/recaptcha/recaptcha.gemspec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vendor/plugins/ruby_bosh/ruby_bosh.gemspec | 35 +++++++++++++++++++++++++++++++++++ 7 files changed, 194 insertions(+), 0 deletions(-) create mode 100644 vendor/contacts/contacts.gemspec create mode 100644 vendor/gdata/gdata.gemspec create mode 100644 vendor/plugins/action_tracker/action_tracker.gemspec create mode 100644 vendor/plugins/acts_as_versioned/acts_as_versioned.gemspec create mode 100644 vendor/plugins/kandadaboggu-vote_fu/vote_fu.gemspec create mode 100644 vendor/plugins/recaptcha/recaptcha.gemspec create mode 100644 vendor/plugins/ruby_bosh/ruby_bosh.gemspec diff --git a/vendor/contacts/contacts.gemspec b/vendor/contacts/contacts.gemspec new file mode 100644 index 0000000..ea16d08 --- /dev/null +++ b/vendor/contacts/contacts.gemspec @@ -0,0 +1,14 @@ +Gem::Specification.new do |s| + s.name = "contacts" + s.version = "1.2.0" + s.date = "2009-05-06" + s.summary = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo." + s.email = "lucas@rufy.com" + s.homepage = "http://github.com/cardmagic/contacts" + s.description = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo." + s.has_rdoc = false + s.authors = ["Lucas Carlson"] + s.files = ["LICENSE", "Rakefile", "README", "examples/grab_contacts.rb", "lib/contacts.rb", "lib/contacts/base.rb", "lib/contacts/json_picker.rb", "lib/contacts/gmail.rb", "lib/contacts/aol.rb", "lib/contacts/hotmail.rb", "lib/contacts/plaxo.rb", "lib/contacts/yahoo.rb"] + s.add_dependency("json", ">= 1.1.1") + s.add_dependency('gdata', '>= 1.1.1') +end diff --git a/vendor/gdata/gdata.gemspec b/vendor/gdata/gdata.gemspec new file mode 100644 index 0000000..0a19147 --- /dev/null +++ b/vendor/gdata/gdata.gemspec @@ -0,0 +1,6 @@ +Gem::Specification.new do |s| + s.name = "gdata" + s.version = "1.1.1" + s.summary = 'This gem provides a set of wrappers designed to make it easy to work with the Google Data APIs.' + s.authors = ['Jeff Fisher', 'Trevor Johns'] +end diff --git a/vendor/plugins/action_tracker/action_tracker.gemspec b/vendor/plugins/action_tracker/action_tracker.gemspec new file mode 100644 index 0000000..9ba8f3b --- /dev/null +++ b/vendor/plugins/action_tracker/action_tracker.gemspec @@ -0,0 +1,6 @@ +Gem::Specification.new do |s| + s.name = "action_tracker" + s.version = "0.0.1" + s.summary = "Track models' actions" + s.authors = ['Caio SBA'] +end diff --git a/vendor/plugins/acts_as_versioned/acts_as_versioned.gemspec b/vendor/plugins/acts_as_versioned/acts_as_versioned.gemspec new file mode 100644 index 0000000..84c6cc4 --- /dev/null +++ b/vendor/plugins/acts_as_versioned/acts_as_versioned.gemspec @@ -0,0 +1,32 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = "acts_as_versioned" + s.version = "3.2.1" + + s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= + s.authors = ["Jason Whitehorn"] + s.date = "2013-05-03" + s.description = "Active Record model versioning" + s.email = "jason.whitehorn@gmail.com" + s.extra_rdoc_files = ["README.md", "lib/acts_as_versioned.rb"] + s.files = ["Gemfile", "Gemfile.lock", "MIT-LICENSE", "Manifest", "README.md", "RUNNING_UNIT_TESTS", "Rakefile", "acts_as_versioned.gemspec", "acts_as_versioned_plugin.sqlite3.db", "init.rb", "lib/acts_as_versioned.rb"] + s.homepage = "http://github.com/jwhitehorn/acts_as_versioned" + s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Acts_as_versioned", "--main", "README.md"] + s.require_paths = ["lib"] + s.rubyforge_project = "acts_as_versioned" + s.rubygems_version = "1.8.25" + s.summary = "Active Record model versioning" + + 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, [">= 0"]) + else + s.add_dependency(%q, [">= 0"]) + end + else + s.add_dependency(%q, [">= 0"]) + end +end diff --git a/vendor/plugins/kandadaboggu-vote_fu/vote_fu.gemspec b/vendor/plugins/kandadaboggu-vote_fu/vote_fu.gemspec new file mode 100644 index 0000000..6568ee9 --- /dev/null +++ b/vendor/plugins/kandadaboggu-vote_fu/vote_fu.gemspec @@ -0,0 +1,36 @@ +Gem::Specification.new do |s| + s.name = "kandadaboggu-vote_fu" + s.version = "0.0.15" + s.date = "2010-03-08" + s.summary = "Enhanced vote_fu with numerical voting and total vote caching." + s.email = "kandadaboggu@gmail.com" + s.homepage = "http://github.com/kandadaboggu/vote_fu" + s.description = "Enhanced vote_fu with numerical voting and total vote caching." + s.has_rdoc = false + s.authors = ["Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Kandada Boggu"] + s.files = [ "CHANGELOG.markdown", + "MIT-LICENSE", + "README.markdown", + "generators/vote_fu", + "generators/vote_fu/vote_fu_generator.rb", + "generators/vote_fu/templates", + "generators/vote_fu/templates/migration.rb", + "init.rb", + "lib/vote_fu.rb", + "lib/acts_as_voteable.rb", + "lib/acts_as_voter.rb", + "lib/has_karma.rb", + "lib/models/vote.rb", + "lib/controllers/votes_controller.rb", + "test/vote_fu_test.rb", + "examples/votes_controller.rb", + "examples/users_controller.rb", + "examples/voteables_controller.rb", + "examples/voteable.rb", + "examples/voteable.html.erb", + "examples/votes/_voteable_vote.html.erb", + "examples/votes/create.rjs", + "examples/routes.rb", + "rails/init.rb" + ] +end diff --git a/vendor/plugins/recaptcha/recaptcha.gemspec b/vendor/plugins/recaptcha/recaptcha.gemspec new file mode 100644 index 0000000..4bcc7b2 --- /dev/null +++ b/vendor/plugins/recaptcha/recaptcha.gemspec @@ -0,0 +1,65 @@ +# 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 = %q{recaptcha} + s.version = "0.3.2" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Jason L. Perry"] + s.date = %q{2010-12-20} + s.description = %q{This plugin adds helpers for the reCAPTCHA API } + s.email = %q{jasper@ambethia.com} + s.extra_rdoc_files = [ + "LICENSE", + "README.rdoc" + ] + s.files = [ + "CHANGELOG", + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "init.rb", + "lib/recaptcha.rb", + "lib/recaptcha/client_helper.rb", + "lib/recaptcha/configuration.rb", + "lib/recaptcha/merb.rb", + "lib/recaptcha/rails.rb", + "lib/recaptcha/verify.rb", + "recaptcha.gemspec", + "tasks/recaptcha_tasks.rake", + "test/recaptcha_test.rb", + "test/verify_recaptcha_test.rb" + ] + s.homepage = %q{http://ambethia.com/recaptcha} + s.require_paths = ["lib"] + s.rubygems_version = %q{1.3.7} + s.summary = %q{Helpers for the reCAPTCHA API} + s.test_files = [ + "test/recaptcha_test.rb", + "test/verify_recaptcha_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::VERSION) >= Gem::Version.new('1.2.0') then + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + end + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + end +end + diff --git a/vendor/plugins/ruby_bosh/ruby_bosh.gemspec b/vendor/plugins/ruby_bosh/ruby_bosh.gemspec new file mode 100644 index 0000000..2993d93 --- /dev/null +++ b/vendor/plugins/ruby_bosh/ruby_bosh.gemspec @@ -0,0 +1,35 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = %q{ruby_bosh} + s.version = "0.5.4" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Pradeep Elankumaran"] + s.date = %q{2009-04-21} + s.description = %q{An XMPP BOSH session pre-initializer for Ruby web applications} + s.email = %q{pradeep@intridea.com} + s.files = ["VERSION.yml", "lib/ruby_bosh.rb", "spec/ruby_bosh_spec.rb", "spec/spec_helper.rb"] + s.has_rdoc = true + s.homepage = %q{http://github.com/skyfallsin/ruby_bosh} + s.rdoc_options = ["--inline-source", "--charset=UTF-8"] + s.require_paths = ["lib"] + s.rubygems_version = %q{1.3.1} + s.summary = %q{A BOSH session pre-initializer for Ruby web applications} + + if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION + s.specification_version = 2 + + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0"]) + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + end + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + end +end -- libgit2 0.21.2