Sha256: 4313fdafe18482c1d99d2f050e2511b68638f2de3d685dcf3c21b185f1ab0b51
Contents?: true
Size: 867 Bytes
Versions: 4
Compression:
Stored size: 867 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "iceauth/version" Gem::Specification.new do |s| s.name = "iceauth" s.version = Iceauth::VERSION s.authors = ["Mark Dillon"] s.email = ["mdillon@gmail.com"] s.homepage = "" s.summary = %q{Generate authentication for an icebreaker based rails application} s.description = %q{Generate authentication for an icebreaker based rails application} s.rubyforge_project = "iceauth" 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"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
iceauth-0.0.4 | iceauth.gemspec |
iceauth-0.0.3 | iceauth.gemspec |
iceauth-0.0.2 | iceauth.gemspec |
iceauth-0.0.1 | iceauth.gemspec |