Sha256: 699f35fc67f88d50312010afd1df6ccba734df4c8212ebc585cb5e9afd043a25

Contents?: true

Size: 729 Bytes

Versions: 1

Compression:

Stored size: 729 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "french_man"
  s.version     = FrenchMan::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Rufus Post", "Jeremy Grant"]
  s.email       = ["rufuspost@gmail.com"]
  s.homepage    = ""
  s.summary     = %q{machinist but just for hashes and arrays}

  s.rubyforge_project = "french_man"
 
  s.add_development_dependency "rspec", "2.5.0"

  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

1 entries across 1 versions & 1 rubygems

Version Path
french_man-0.0.2 french_man.gemspec