File: six.gemspec

package info (click to toggle)
ruby-six 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 295; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Gem::Specification.new do |s|
  s.name        = 'six'
  s.version     = '0.2.0'
  s.date        = '2011-09-02'
  s.summary     = "six"
  s.description = "Very simple authorization gem"
  s.authors     = ["Dmitriy Zaporozhets"]
  s.email       = 'dmitriy.zaporozhets@gmail.com'
  s.files       = ["lib/six.rb"]
  s.homepage    = 'https://github.com/randx/six'
end