Sha256: abe3a1e07af620fac6f7a9bae833f54f22040584825e72903bcf3b27ba5fbfa5

Contents?: true

Size: 923 Bytes

Versions: 2

Compression:

Stored size: 923 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'frappuccino/version'

Gem::Specification.new do |spec|
  spec.name          = "frappuccino"
  spec.version       = Frappuccino::VERSION
  spec.authors       = ["Steve Klabnik"]
  spec.email         = ["steve@steveklabnik.com"]
  spec.description   = %q{A library to do Functional Reactive Programming in Ruby.}
  spec.summary       = %q{Functional Reactive Programming in Ruby.}
  spec.homepage      = "https://github.com/steveklabnik/frappuccino"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frappuccino-0.3.0 frappuccino.gemspec
frappuccino-0.2.0 frappuccino.gemspec