Sha256: 707420ec28a3ad1e1e94153b6e4fad9545563f356282c3e2a245a60035d7ca79
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{brightbox-boxgrinder-plugins} s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Neil Wilson"] s.date = %q{2011-05-13} s.description = %q{Brightbox Cloud support for Boxgrinder} s.email = %q{hello@brightbox.co.uk} s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.md", "lib/brightbox-boxgrinder-plugins.rb", "lib/delivery/bbcloud-delivery-plugin.rb", "lib/os/sl-plugin.rb", "lib/platform/bbcloud-platform-plugin.rb", "lib/platform/src/rc_local"] s.files = ["CHANGELOG", "LICENSE", "Manifest", "README.md", "Rakefile", "lib/brightbox-boxgrinder-plugins.rb", "lib/delivery/bbcloud-delivery-plugin.rb", "lib/os/sl-plugin.rb", "lib/platform/bbcloud-platform-plugin.rb", "lib/platform/src/rc_local", "brightbox-boxgrinder-plugins.gemspec"] s.homepage = %q{http://beta.brightbox.com} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Brightbox-boxgrinder-plugins", "--main", "README.md"] s.require_paths = ["lib"] s.rubyforge_project = %q{Brightbox Cloud} s.rubygems_version = %q{1.3.7} s.summary = %q{Brightbox Cloud support for Boxgrinder} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<bbcloud>, [">= 0.11.2"]) else s.add_dependency(%q<bbcloud>, [">= 0.11.2"]) end else s.add_dependency(%q<bbcloud>, [">= 0.11.2"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brightbox-boxgrinder-plugins-0.0.2 | brightbox-boxgrinder-plugins.gemspec |