Sha256: 5ae0b602f8d5ca9b18d09e33d8879e8b00e4fd7296d2ef51a64ef7bf43f02161
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 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" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-lastfm-0.0.5 | omniauth-lastfm.gemspec |
omniauth-lastfm-0.0.4 | omniauth-lastfm.gemspec |