diff options
| -rw-r--r-- | hcl.gemspec | 58 | 
1 files changed, 25 insertions, 33 deletions
| diff --git a/hcl.gemspec b/hcl.gemspec index 93dcb62..c6221ee 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -1,60 +1,52 @@  # Generated by jeweler  # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'  # -*- encoding: utf-8 -*-  Gem::Specification.new do |s|    s.name = %q{hcl} -  s.version = "0.3.0" +  s.version = "0.3.1"    s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=    s.authors = ["Zack Hobson"] -  s.date = %q{2010-09-26} +  s.date = %q{2011-07-13}    s.default_executable = %q{hcl}    s.description = %q{HCl is a command-line client for manipulating Harvest time sheets.}    s.email = %q{zack@opensourcery.com}    s.executables = ["hcl"]    s.extra_rdoc_files = [      "LICENSE", -     "README.markdown" +    "README.markdown"    ]    s.files = [      ".document", -     ".gitignore", -     "CHANGELOG", -     "LICENSE", -     "README.markdown", -     "Rakefile", -     "VERSION", -     "bin/hcl", -     "deps.rip", -     "hcl.gemspec", -     "lib/hcl/app.rb", -     "lib/hcl/commands.rb", -     "lib/hcl/day_entry.rb", -     "lib/hcl/project.rb", -     "lib/hcl/task.rb", -     "lib/hcl/timesheet_resource.rb", -     "lib/hcl/utility.rb", -     "test/app_test.rb", -     "test/day_entry_test.rb", -     "test/test_helper.rb", -     "test/utility_test.rb" +    "CHANGELOG", +    "HACKING.markdown", +    "LICENSE", +    "README.markdown", +    "Rakefile", +    "VERSION", +    "bin/hcl", +    "deps.rip", +    "hcl.gemspec", +    "lib/hcl/app.rb", +    "lib/hcl/commands.rb", +    "lib/hcl/day_entry.rb", +    "lib/hcl/project.rb", +    "lib/hcl/task.rb", +    "lib/hcl/timesheet_resource.rb", +    "lib/hcl/utility.rb", +    "test/app_test.rb", +    "test/day_entry_test.rb", +    "test/test_helper.rb", +    "test/utility_test.rb"    ]    s.homepage = %q{http://github.com/zenhob/hcl} -  s.rdoc_options = ["--charset=UTF-8"]    s.require_paths = ["lib"] -  s.rubygems_version = %q{1.3.7} +  s.rubygems_version = %q{1.4.1}    s.summary = %q{Harvest timesheets from the command-line} -  s.test_files = [ -    "test/app_test.rb", -     "test/day_entry_test.rb", -     "test/test_helper.rb", -     "test/utility_test.rb" -  ]    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 | 
