Sha256: 0252c045c5db862fc67a0eba3d7380a409bd3e0a3cfa3b2cbb7530743d761b70

Contents?: true

Size: 757 Bytes

Versions: 2

Compression:

Stored size: 757 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "24games"
  s.version     = Calc24::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["takafan"]
  s.email       = ["takafan@163.com"]
  s.homepage    = "http://github.com/takafan/24games"
  s.summary     = %q{24 game/Solve}
  s.description = %q{computes an expression to solve the 24 game if possible.}

  s.rubyforge_project = "24games"

  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"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
24games-0.2.4 calc24.gemspec
24games-0.2.3 calc24.gemspec