Sha256: b8033694db50af1835e0195297e92c76df3a0f4653477b96354f0fa333015039
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "configurator2" s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Flip Sasser"] s.date = "2013-01-02" s.description = "" s.email = "flip@getplinq.com" s.extra_rdoc_files = [ "README.md" ] s.files = [ ".rspec", "Guardfile", "README.md", "Rakefile", "VERSION", "configurator2.gemspec", "lib/configurator.rb", "lib/configurator/configuration.rb", "lib/configurator/option.rb", "spec/lib/configurator_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/Plinq/configurator" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "A mixin to add a .config method and options with defaults to any library" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
configurator2-0.1.3 | configurator2.gemspec |
configurator2-0.1.2 | configurator2.gemspec |