Sha256: 1d684586173b73dc20c210f4029b9b058f8e577c5e91b308fee2fed468aa34b3

Contents?: true

Size: 872 Bytes

Versions: 5

Compression:

Stored size: 872 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "funkr/version"

Gem::Specification.new do |s|
  s.name        = "funkr"
  s.version     = Funkr::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Paul Rivier"]
  s.email       = ["paul (dot) r (dot) ml (at) gmail (dot) com"]
  s.homepage    = "http://github.com/paul-r-ml/funkr"
  s.summary     = %q{[EXPERIMENTAL] Some functionnal constructs for ruby}
  s.description = %q{[EXPERIMENTAL] Some functionnal constructs for ruby, like ADT, functors, monads}

  s.rubyforge_project = "funkr"

  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 'rake', '~> 0.9.2'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
funkr-0.0.26 funkr.gemspec
funkr-0.0.25 funkr.gemspec
funkr-0.0.24 funkr.gemspec
funkr-0.0.23 funkr.gemspec
funkr-0.0.22 funkr.gemspec