Sha256: 6dc70464953fc3d876667351bfa5ec8c15ae9579db931bcc1e4702bd5eb6f24b
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "omniauth-lastfm/version" Gem::Specification.new do |s| s.name = "omniauth-lastfm" s.version = OmniAuth::Lastfm::VERSION s.authors = ["Claudio Poli"] s.email = ["claudio@audiobox.fm"] s.homepage = "http://github.com/masterkain/omniauth-lastfm" s.summary = %q{OmniAuth strategy for Last.fm} s.description = %q{OmniAuth strategy for Last.fm} s.rubyforge_project = "omniauth-lastfm" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rspec", "~> 2.10" s.add_development_dependency "rack-test" s.add_development_dependency "simplecov" s.add_development_dependency "webmock" s.add_runtime_dependency "omniauth-oauth", "~> 1.0" s.add_runtime_dependency "rest-client", ">= 1.6.6", "< 1.8" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-lastfm-0.0.6 | omniauth-lastfm.gemspec |