Sha256: f199327dee979b85cf20a5444beed9612fc48d6d2cd0c4186975d61b5527865a
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
$LOAD_PATH << File.expand_path("../lib", __FILE__) require 'cookie_monster/version' Gem::Specification.new do |s| s.name = 'cookie_monster' s.version = CookieMonster::VERSION s.date = '2013-05-13' s.summary = "A simple gem to encrypt cookies for ruby applications." s.description = "A simple gem to encrypt cookies for ruby applications." s.authors = ["Dylan Griffin"] s.email = 'dylan@dylangriff.in' s.files = `git ls-files`.split("\n") s.homepage = 'http://dylangriff.in' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cookie_monster-0.0.1 | cookie_monster.gemspec |