# -*- encoding: utf-8 -*-
# stub: facebook-social_plugins 0.2.1 ruby lib

Gem::Specification.new do |s|
  s.name = "facebook-social_plugins".freeze
  s.version = "0.2.1".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-17"
  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, "CHANGELOG".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/helper/open_graph.rb".freeze, "lib/facebook-social_plugins/helper/script.rb".freeze, "lib/facebook-social_plugins/helper/view.rb".freeze, "lib/facebook-social_plugins/plugin/activity_feed.rb".freeze, "lib/facebook-social_plugins/plugin/add_to_timeline.rb".freeze, "lib/facebook-social_plugins/plugin/button.rb".freeze, "lib/facebook-social_plugins/plugin/comments.rb".freeze, "lib/facebook-social_plugins/plugin/facepile.rb".freeze, "lib/facebook-social_plugins/plugin/like_box.rb".freeze, "lib/facebook-social_plugins/plugin/like_button.rb".freeze, "lib/facebook-social_plugins/plugin/live_stream.rb".freeze, "lib/facebook-social_plugins/plugin/login_button.rb".freeze, "lib/facebook-social_plugins/plugin/recommendations_box.rb".freeze, "lib/facebook-social_plugins/plugin/registration.rb".freeze, "lib/facebook-social_plugins/plugin/send_button.rb".freeze, "lib/facebook-social_plugins/plugin/social.rb".freeze, "lib/facebook-social_plugins/plugin/subscribe_button.rb".freeze, "lib/facebook-social_plugins/plugin/ui_helper.rb".freeze, "lib/facebook-social_plugins/rails/engine.rb".freeze, "spec/facebook-social_plugins/open_graph_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