-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomniauth-feeligo.gemspec
29 lines (25 loc) · 1.24 KB
/
omniauth-feeligo.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "omniauth-feeligo"
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Ross"]
s.date = "2012-10-25"
s.description = "Use omniauth with Feeligo."
s.email = "daniel@feeligo.com"
s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "lib/omniauth-feeligo.rb", "lib/omniauth/feeligo.rb", "lib/omniauth/feeligo/version.rb", "lib/omniauth/strategies/feeligo.rb"]
s.files = ["CHANGELOG", "README.rdoc", "Rakefile", "init.rb", "lib/omniauth-feeligo.rb", "lib/omniauth/feeligo.rb", "lib/omniauth/feeligo/version.rb", "lib/omniauth/strategies/feeligo.rb", "omniauth-feeligo.gemspec", "Manifest"]
s.homepage = "https://github.com/danielross/omniauth-feeligo"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Omniauth-feeligo", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = "omniauth-feeligo"
s.rubygems_version = "1.8.24"
s.summary = "Use omniauth with Feeligo."
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end