Sha256: 7496553c60153afc58d7cfba3e72818579e243f15d985fa01add3af38d7dccc4
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{my_scripts} s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["arvicco"] s.date = %q{2010-01-22} s.description = %q{Collection of simple scripts (mostly dev-related)} s.email = %q{arvitallian@gmail.com} s.executables = ["gitcp", "jew", "mybones", "rabbit"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/gitcp", "bin/jew", "bin/mybones", "bin/rabbit", "features/my_scripts.feature", "features/step_definitions/my_scripts_steps.rb", "features/support/env.rb", "lib/my_scripts.rb", "my_scripts.gemspec", "spec/my_scripts_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/arvicco/my_scripts} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{A collection of ascripts} s.test_files = [ "spec/my_scripts_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<rspec>, [">= 1.2.9"]) s.add_development_dependency(%q<cucumber>, [">= 0"]) else s.add_dependency(%q<rspec>, [">= 1.2.9"]) s.add_dependency(%q<cucumber>, [">= 0"]) end else s.add_dependency(%q<rspec>, [">= 1.2.9"]) s.add_dependency(%q<cucumber>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_scripts-0.0.3 | my_scripts.gemspec |