Sha256: f69c9cff321c19aa30ae5666345c96d98b16e44a0142c61813c51ca3808d479a
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
require 'rubygems' require 'hoe' $: << File.expand_path(File.join(File.dirname(__FILE__),"../../lib")) Hoe.plugin :bundler Hoe.spec "fixture_project" do developer("MCA","mca@example.com") license "fixture license" extra_deps << ["xxx"] extra_deps << ["yyy", ">=0"] extra_deps << ["zzz", "< 1.5.0"] extra_dev_deps << ["aaa", ">=0"] extra_dev_deps << ["bbb", ">= 2.2.0"] extra_dev_deps << ["ccc"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hoe-bundler-1.5.0 | test/fixture_project/Rakefile |
hoe-bundler-1.4.0 | test/fixture_project/Rakefile |