authbuttons-rails 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. data/.document +5 -0
  2. data/Gemfile +13 -0
  3. data/Gemfile.lock +20 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +54 -0
  6. data/Rakefile +53 -0
  7. data/VERSION +1 -0
  8. data/authbuttons-rails.gemspec +108 -0
  9. data/lib/authbuttons-rails.rb +1 -0
  10. data/lib/authbuttons/rails/engine.rb +7 -0
  11. data/test/helper.rb +18 -0
  12. data/test/test_authbuttons-rails.rb +7 -0
  13. data/vendor/assets/images/aol_128.png +0 -0
  14. data/vendor/assets/images/aol_256.png +0 -0
  15. data/vendor/assets/images/aol_32.png +0 -0
  16. data/vendor/assets/images/aol_64.png +0 -0
  17. data/vendor/assets/images/basecamp_128.png +0 -0
  18. data/vendor/assets/images/basecamp_256.png +0 -0
  19. data/vendor/assets/images/basecamp_32.png +0 -0
  20. data/vendor/assets/images/basecamp_64.png +0 -0
  21. data/vendor/assets/images/campfire_128.png +0 -0
  22. data/vendor/assets/images/campfire_256.png +0 -0
  23. data/vendor/assets/images/campfire_32.png +0 -0
  24. data/vendor/assets/images/campfire_64.png +0 -0
  25. data/vendor/assets/images/facebook_128.png +0 -0
  26. data/vendor/assets/images/facebook_256.png +0 -0
  27. data/vendor/assets/images/facebook_32.png +0 -0
  28. data/vendor/assets/images/facebook_64.png +0 -0
  29. data/vendor/assets/images/github_128.png +0 -0
  30. data/vendor/assets/images/github_256.png +0 -0
  31. data/vendor/assets/images/github_32.png +0 -0
  32. data/vendor/assets/images/github_64.png +0 -0
  33. data/vendor/assets/images/google_128.png +0 -0
  34. data/vendor/assets/images/google_256.png +0 -0
  35. data/vendor/assets/images/google_32.png +0 -0
  36. data/vendor/assets/images/google_64.png +0 -0
  37. data/vendor/assets/images/linkedin_128.png +0 -0
  38. data/vendor/assets/images/linkedin_256.png +0 -0
  39. data/vendor/assets/images/linkedin_32.png +0 -0
  40. data/vendor/assets/images/linkedin_64.png +0 -0
  41. data/vendor/assets/images/myspace_128.png +0 -0
  42. data/vendor/assets/images/myspace_256.png +0 -0
  43. data/vendor/assets/images/myspace_32.png +0 -0
  44. data/vendor/assets/images/myspace_64.png +0 -0
  45. data/vendor/assets/images/openid_128.png +0 -0
  46. data/vendor/assets/images/openid_256.png +0 -0
  47. data/vendor/assets/images/openid_32.png +0 -0
  48. data/vendor/assets/images/openid_64.png +0 -0
  49. data/vendor/assets/images/presently_128.png +0 -0
  50. data/vendor/assets/images/presently_256.png +0 -0
  51. data/vendor/assets/images/presently_32.png +0 -0
  52. data/vendor/assets/images/presently_64.png +0 -0
  53. data/vendor/assets/images/twitter_128.png +0 -0
  54. data/vendor/assets/images/twitter_256.png +0 -0
  55. data/vendor/assets/images/twitter_32.png +0 -0
  56. data/vendor/assets/images/twitter_64.png +0 -0
  57. data/vendor/assets/images/yahoo_128.png +0 -0
  58. data/vendor/assets/images/yahoo_256.png +0 -0
  59. data/vendor/assets/images/yahoo_32.png +0 -0
  60. data/vendor/assets/images/yahoo_64.png +0 -0
  61. metadata +155 -0
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/Gemfile ADDED
@@ -0,0 +1,13 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "shoulda", ">= 0"
10
+ gem "bundler", "~> 1.0.0"
11
+ gem "jeweler", "~> 1.6.4"
12
+ gem "rcov", ">= 0"
13
+ end
@@ -0,0 +1,20 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ git (1.2.5)
5
+ jeweler (1.6.4)
6
+ bundler (~> 1.0)
7
+ git (>= 1.2.5)
8
+ rake
9
+ rake (0.9.2)
10
+ rcov (0.9.10)
11
+ shoulda (2.11.3)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ bundler (~> 1.0.0)
18
+ jeweler (~> 1.6.4)
19
+ rcov
20
+ shoulda
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Dave Hulihan
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,54 @@
1
+ # authbuttons-rails
2
+
3
+ A collection of authentication provider icons for Rails 3.1/Sprockets. Icons are stored in the asset pipeline, so you don't have to copy anything to your app.
4
+ Created from the original [authbuttons](https://github.com/intridea/authbuttons) by [intridea](http://intridea.com/).
5
+
6
+ ## Installation
7
+
8
+ Add this to Gemfile:
9
+
10
+ ```ruby
11
+ gem "authbuttons-rails"
12
+ ```
13
+
14
+ Install:
15
+
16
+ ```bash
17
+ bundle install
18
+ ```
19
+
20
+ Use it:
21
+
22
+ ```ruby
23
+ <%= image_tag("facebook_32") %>
24
+ ```
25
+
26
+ You have resolution choices of 32, 64, 128, and 256 pixels.
27
+
28
+ Enjoy!
29
+
30
+ ### Gallery
31
+
32
+ ![Aol](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/aol_64.png)
33
+
34
+ ![Basecamp](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/basecamp_64.png)
35
+
36
+ ![Campfire](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/campfire_64.png)
37
+
38
+ ![Facebook](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/facebook_64.png)
39
+
40
+ ![Github](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/github_64.png)
41
+
42
+ ![Google](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/google_64.png)
43
+
44
+ ![LinkedIn](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/linkedin_64.png)
45
+
46
+ ![MySpace](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/myspace_64.png)
47
+
48
+ ![OpenID](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/openid_64.png)
49
+
50
+ ![Presently](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/presently_64.png)
51
+
52
+ ![Twitter](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/twitter_64.png)
53
+
54
+ ![Yahoo](https://github.com/hulihanapplications/authbuttons-rails/raw/master/vendor/assets/images/yahoo_64.png)
@@ -0,0 +1,53 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
+ gem.name = "authbuttons-rails"
18
+ gem.homepage = "http://github.com/hulihanapplications/authbuttons-rails"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{A collection of authentication provider icons for Rails 3.1/Sprockets}
21
+ gem.description = %Q{A collection of authentication provider icons for Rails 3.1/Sprockets}
22
+ gem.email = "dave@hulihanapplications.com"
23
+ gem.authors = ["Dave Hulihan", "Hulihan Applications"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rake/testtask'
29
+ Rake::TestTask.new(:test) do |test|
30
+ test.libs << 'lib' << 'test'
31
+ test.pattern = 'test/**/test_*.rb'
32
+ test.verbose = true
33
+ end
34
+
35
+ require 'rcov/rcovtask'
36
+ Rcov::RcovTask.new do |test|
37
+ test.libs << 'test'
38
+ test.pattern = 'test/**/test_*.rb'
39
+ test.verbose = true
40
+ test.rcov_opts << '--exclude "gems/*"'
41
+ end
42
+
43
+ task :default => :test
44
+
45
+ require 'rake/rdoctask'
46
+ Rake::RDocTask.new do |rdoc|
47
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
48
+
49
+ rdoc.rdoc_dir = 'rdoc'
50
+ rdoc.title = "authbuttons-rails #{version}"
51
+ rdoc.rdoc_files.include('README*')
52
+ rdoc.rdoc_files.include('lib/**/*.rb')
53
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.2
@@ -0,0 +1,108 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{authbuttons-rails}
8
+ s.version = "0.1.2"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Dave Hulihan", "Hulihan Applications"]
12
+ s.date = %q{2011-09-15}
13
+ s.description = %q{A collection of authentication provider icons for Rails 3.1/Sprockets}
14
+ s.email = %q{dave@hulihanapplications.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.md"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ "Gemfile",
22
+ "Gemfile.lock",
23
+ "LICENSE.txt",
24
+ "README.md",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "authbuttons-rails.gemspec",
28
+ "lib/authbuttons-rails.rb",
29
+ "lib/authbuttons/rails/engine.rb",
30
+ "test/helper.rb",
31
+ "test/test_authbuttons-rails.rb",
32
+ "vendor/assets/images/aol_128.png",
33
+ "vendor/assets/images/aol_256.png",
34
+ "vendor/assets/images/aol_32.png",
35
+ "vendor/assets/images/aol_64.png",
36
+ "vendor/assets/images/basecamp_128.png",
37
+ "vendor/assets/images/basecamp_256.png",
38
+ "vendor/assets/images/basecamp_32.png",
39
+ "vendor/assets/images/basecamp_64.png",
40
+ "vendor/assets/images/campfire_128.png",
41
+ "vendor/assets/images/campfire_256.png",
42
+ "vendor/assets/images/campfire_32.png",
43
+ "vendor/assets/images/campfire_64.png",
44
+ "vendor/assets/images/facebook_128.png",
45
+ "vendor/assets/images/facebook_256.png",
46
+ "vendor/assets/images/facebook_32.png",
47
+ "vendor/assets/images/facebook_64.png",
48
+ "vendor/assets/images/github_128.png",
49
+ "vendor/assets/images/github_256.png",
50
+ "vendor/assets/images/github_32.png",
51
+ "vendor/assets/images/github_64.png",
52
+ "vendor/assets/images/google_128.png",
53
+ "vendor/assets/images/google_256.png",
54
+ "vendor/assets/images/google_32.png",
55
+ "vendor/assets/images/google_64.png",
56
+ "vendor/assets/images/linkedin_128.png",
57
+ "vendor/assets/images/linkedin_256.png",
58
+ "vendor/assets/images/linkedin_32.png",
59
+ "vendor/assets/images/linkedin_64.png",
60
+ "vendor/assets/images/myspace_128.png",
61
+ "vendor/assets/images/myspace_256.png",
62
+ "vendor/assets/images/myspace_32.png",
63
+ "vendor/assets/images/myspace_64.png",
64
+ "vendor/assets/images/openid_128.png",
65
+ "vendor/assets/images/openid_256.png",
66
+ "vendor/assets/images/openid_32.png",
67
+ "vendor/assets/images/openid_64.png",
68
+ "vendor/assets/images/presently_128.png",
69
+ "vendor/assets/images/presently_256.png",
70
+ "vendor/assets/images/presently_32.png",
71
+ "vendor/assets/images/presently_64.png",
72
+ "vendor/assets/images/twitter_128.png",
73
+ "vendor/assets/images/twitter_256.png",
74
+ "vendor/assets/images/twitter_32.png",
75
+ "vendor/assets/images/twitter_64.png",
76
+ "vendor/assets/images/yahoo_128.png",
77
+ "vendor/assets/images/yahoo_256.png",
78
+ "vendor/assets/images/yahoo_32.png",
79
+ "vendor/assets/images/yahoo_64.png"
80
+ ]
81
+ s.homepage = %q{http://github.com/hulihanapplications/authbuttons-rails}
82
+ s.licenses = ["MIT"]
83
+ s.require_paths = ["lib"]
84
+ s.rubygems_version = %q{1.7.2}
85
+ s.summary = %q{A collection of authentication provider icons for Rails 3.1/Sprockets}
86
+
87
+ if s.respond_to? :specification_version then
88
+ s.specification_version = 3
89
+
90
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
91
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
92
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
93
+ s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
94
+ s.add_development_dependency(%q<rcov>, [">= 0"])
95
+ else
96
+ s.add_dependency(%q<shoulda>, [">= 0"])
97
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
98
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
99
+ s.add_dependency(%q<rcov>, [">= 0"])
100
+ end
101
+ else
102
+ s.add_dependency(%q<shoulda>, [">= 0"])
103
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
104
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
105
+ s.add_dependency(%q<rcov>, [">= 0"])
106
+ end
107
+ end
108
+
@@ -0,0 +1 @@
1
+ require File.expand_path(File.dirname(__FILE__) + "/authbuttons/rails/engine")
@@ -0,0 +1,7 @@
1
+ require "rails"
2
+
3
+ module Authbuttons
4
+ class Engine < ::Rails::Engine
5
+ engine_name :authbuttons
6
+ end
7
+ end
@@ -0,0 +1,18 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+ require 'test/unit'
11
+ require 'shoulda'
12
+
13
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
14
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
15
+ require 'authbuttons-rails'
16
+
17
+ class Test::Unit::TestCase
18
+ end
@@ -0,0 +1,7 @@
1
+ require 'helper'
2
+
3
+ class TestAuthbuttonsRails < Test::Unit::TestCase
4
+ should "probably rename this file and start testing for real" do
5
+ flunk "hey buddy, you should probably rename this file and start testing for real"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,155 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: authbuttons-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Dave Hulihan
9
+ - Hulihan Applications
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2011-09-15 00:00:00.000000000Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: shoulda
17
+ requirement: &74695720 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: *74695720
26
+ - !ruby/object:Gem::Dependency
27
+ name: bundler
28
+ requirement: &74695430 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.0
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: *74695430
37
+ - !ruby/object:Gem::Dependency
38
+ name: jeweler
39
+ requirement: &74695130 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ version: 1.6.4
45
+ type: :development
46
+ prerelease: false
47
+ version_requirements: *74695130
48
+ - !ruby/object:Gem::Dependency
49
+ name: rcov
50
+ requirement: &74694810 !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ type: :development
57
+ prerelease: false
58
+ version_requirements: *74694810
59
+ description: A collection of authentication provider icons for Rails 3.1/Sprockets
60
+ email: dave@hulihanapplications.com
61
+ executables: []
62
+ extensions: []
63
+ extra_rdoc_files:
64
+ - LICENSE.txt
65
+ - README.md
66
+ files:
67
+ - .document
68
+ - Gemfile
69
+ - Gemfile.lock
70
+ - LICENSE.txt
71
+ - README.md
72
+ - Rakefile
73
+ - VERSION
74
+ - authbuttons-rails.gemspec
75
+ - lib/authbuttons-rails.rb
76
+ - lib/authbuttons/rails/engine.rb
77
+ - test/helper.rb
78
+ - test/test_authbuttons-rails.rb
79
+ - vendor/assets/images/aol_128.png
80
+ - vendor/assets/images/aol_256.png
81
+ - vendor/assets/images/aol_32.png
82
+ - vendor/assets/images/aol_64.png
83
+ - vendor/assets/images/basecamp_128.png
84
+ - vendor/assets/images/basecamp_256.png
85
+ - vendor/assets/images/basecamp_32.png
86
+ - vendor/assets/images/basecamp_64.png
87
+ - vendor/assets/images/campfire_128.png
88
+ - vendor/assets/images/campfire_256.png
89
+ - vendor/assets/images/campfire_32.png
90
+ - vendor/assets/images/campfire_64.png
91
+ - vendor/assets/images/facebook_128.png
92
+ - vendor/assets/images/facebook_256.png
93
+ - vendor/assets/images/facebook_32.png
94
+ - vendor/assets/images/facebook_64.png
95
+ - vendor/assets/images/github_128.png
96
+ - vendor/assets/images/github_256.png
97
+ - vendor/assets/images/github_32.png
98
+ - vendor/assets/images/github_64.png
99
+ - vendor/assets/images/google_128.png
100
+ - vendor/assets/images/google_256.png
101
+ - vendor/assets/images/google_32.png
102
+ - vendor/assets/images/google_64.png
103
+ - vendor/assets/images/linkedin_128.png
104
+ - vendor/assets/images/linkedin_256.png
105
+ - vendor/assets/images/linkedin_32.png
106
+ - vendor/assets/images/linkedin_64.png
107
+ - vendor/assets/images/myspace_128.png
108
+ - vendor/assets/images/myspace_256.png
109
+ - vendor/assets/images/myspace_32.png
110
+ - vendor/assets/images/myspace_64.png
111
+ - vendor/assets/images/openid_128.png
112
+ - vendor/assets/images/openid_256.png
113
+ - vendor/assets/images/openid_32.png
114
+ - vendor/assets/images/openid_64.png
115
+ - vendor/assets/images/presently_128.png
116
+ - vendor/assets/images/presently_256.png
117
+ - vendor/assets/images/presently_32.png
118
+ - vendor/assets/images/presently_64.png
119
+ - vendor/assets/images/twitter_128.png
120
+ - vendor/assets/images/twitter_256.png
121
+ - vendor/assets/images/twitter_32.png
122
+ - vendor/assets/images/twitter_64.png
123
+ - vendor/assets/images/yahoo_128.png
124
+ - vendor/assets/images/yahoo_256.png
125
+ - vendor/assets/images/yahoo_32.png
126
+ - vendor/assets/images/yahoo_64.png
127
+ homepage: http://github.com/hulihanapplications/authbuttons-rails
128
+ licenses:
129
+ - MIT
130
+ post_install_message:
131
+ rdoc_options: []
132
+ require_paths:
133
+ - lib
134
+ required_ruby_version: !ruby/object:Gem::Requirement
135
+ none: false
136
+ requirements:
137
+ - - ! '>='
138
+ - !ruby/object:Gem::Version
139
+ version: '0'
140
+ segments:
141
+ - 0
142
+ hash: 719270483
143
+ required_rubygems_version: !ruby/object:Gem::Requirement
144
+ none: false
145
+ requirements:
146
+ - - ! '>='
147
+ - !ruby/object:Gem::Version
148
+ version: '0'
149
+ requirements: []
150
+ rubyforge_project:
151
+ rubygems_version: 1.7.2
152
+ signing_key:
153
+ specification_version: 3
154
+ summary: A collection of authentication provider icons for Rails 3.1/Sprockets
155
+ test_files: []