# -*- encoding: utf-8 -*- # stub: facebook-social_plugins 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "facebook-social_plugins".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kristian Mandrup".freeze] s.date = "2012-04-03" s.description = "HTML5 compatible social plugin helpers for Rails 3".freeze s.email = "kmandrup@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".rspec".freeze, "AddToTimeline.txt".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "facebook-social_plugins.gemspec".freeze, "lib/facebook-social_plugins.rb".freeze, "lib/facebook-social_plugins/activity_feed.rb".freeze, "lib/facebook-social_plugins/add_to_timeline.rb".freeze, "lib/facebook-social_plugins/analytics.rb".freeze, "lib/facebook-social_plugins/button.rb".freeze, "lib/facebook-social_plugins/comments.rb".freeze, "lib/facebook-social_plugins/facepile.rb".freeze, "lib/facebook-social_plugins/like_box.rb".freeze, "lib/facebook-social_plugins/like_button.rb".freeze, "lib/facebook-social_plugins/live_stream.rb".freeze, "lib/facebook-social_plugins/login_button.rb".freeze, "lib/facebook-social_plugins/open_graph/meta_helper.rb".freeze, "lib/facebook-social_plugins/rails/engine.rb".freeze, "lib/facebook-social_plugins/recommendations_box.rb".freeze, "lib/facebook-social_plugins/registration.rb".freeze, "lib/facebook-social_plugins/script_helper.rb".freeze, "lib/facebook-social_plugins/send_button.rb".freeze, "lib/facebook-social_plugins/social_plugin.rb".freeze, "lib/facebook-social_plugins/subscribe_button.rb".freeze, "lib/facebook-social_plugins/ui_helper.rb".freeze, "lib/facebook-social_plugins/view_helper.rb".freeze, "spec/facebook-social_plugins/og_meta_helper_spec.rb".freeze, "spec/facebook-social_plugins/script_helper_spec.rb".freeze, "spec/facebook-social_plugins/view_helper_spec.rb".freeze, "spec/spec_helper.rb".freeze, "vendor/assets/html/facebook_channel.html".freeze, "vendor/assets/images/fb_logout_large.gif".freeze, "vendor/assets/images/fb_logout_small.gif".freeze] s.homepage = "http://github.com/kristianmandrup/facebook-social_plugins".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Facebook HTML5 style social plugins for Rails 3".freeze s.specification_version = 3 s.add_development_dependency(%q<rails>.freeze, [">= 3".freeze]) s.add_development_dependency(%q<rspec>.freeze, [">= 2".freeze]) s.add_development_dependency(%q<rspec-rails>.freeze, [">= 2.5".freeze]) s.add_development_dependency(%q<shoulda>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rdoc>.freeze, [">= 3.12".freeze]) s.add_development_dependency(%q<bundler>.freeze, [">= 1.1.0".freeze]) s.add_development_dependency(%q<jeweler>.freeze, [">= 1.8.3".freeze]) s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze]) end