Sha256: ee252237581235b0c1b9db53365a27fce9818a3e9a5ba84abaf08700a5247600

Contents?: true

Size: 931 Bytes

Versions: 3

Compression:

Stored size: 931 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "fix_mah_gemfile"
  spec.version       = FixMahGemfile::VERSION
  spec.authors       = ["Eddy Kim"]
  spec.email         = ["eddyhkim@gmail.com"]
  spec.description   = %q{command-line script to modify and run bundler for you in one operation}
  spec.summary       = %q{command-line script to modify and run bundler for you in one operation}
  spec.homepage      = "https://github.com/edk/fix_mah_gemfile"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = ["fix_mah_gemfile"]
  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

3 entries across 3 versions & 1 rubygems

Version Path
fix_mah_gemfile-0.0.3 fix_mah_gemfile.gemspec
fix_mah_gemfile-0.0.2 fix_mah_gemfile.gemspec
fix_mah_gemfile-0.0.1 fix_mah_gemfile.gemspec