Skip to content

Commit

Permalink
Cleaned up the gemspec in preparation for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
hotgazpacho committed Oct 30, 2009
1 parent f272a67 commit e80712d
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2009 hotgazpacho
Copyright (c) 2009 Will Green, Ivan Porto Carrero, David Blackmon

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -13,4 +13,4 @@ uses the .Net BCL, and write the code directly in Ruby.

== Copyright

Copyright (c) 2009 hotgazpacho. See LICENSE for details.
Copyright (c) 2009 Will Green, Ivan Porto Carrero, David Blackmon. See LICENSE for details.
34 changes: 17 additions & 17 deletions Rakefile
Expand Up @@ -3,20 +3,20 @@ require 'rake'
require 'fileutils'
require 'rake/rdoctask'
require 'lib/iron-term-ansicolor'
#begin
# require 'jeweler'
# Jeweler::Tasks.new do |gem|
# gem.name = "iron-term-ansicolor"
# gem.summary = %Q{TODO}
# gem.email = "will@hotgazpacho.org"
# gem.homepage = "http://github.com/hotgazpacho/iron-term-ansicolor"
# gem.authors = ["hotgazpacho"]
# # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
# end

#rescue LoadError
# puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
#end
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "iron-term-ansicolor"
gem.summary = %Q{TODO}
gem.email = "will@hotgazpacho.org"
gem.homepage = "http://github.com/hotgazpacho/iron-term-ansicolor"
gem.authors = ["hotgazpacho","casualjim"]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end

rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

require 'spec/rake/spectask'
Spec::Rake::SpecTask.new(:spec) do |spec|
Expand Down Expand Up @@ -67,7 +67,7 @@ RDOC_OPTIONS = [
RDOC_FILES = (%w( README.rdoc)).sort

# The full file list used for rdocs, tarballs, gems, and for generating the xmpp4r.gemspec.
PKG_FILES = (%w( Rakefile caricature.gemspec ) + RDOC_FILES + Dir["{lib,spec}/**/*"]).sort
PKG_FILES = (%w( Rakefile iron-term-ansicolor.gemspec ) + RDOC_FILES + Dir["{lib,spec}/**/*"]).sort

# RDOC
#######
Expand Down Expand Up @@ -126,7 +126,7 @@ begin
s.extra_rdoc_files = RDOC_FILES
s.rdoc_options = RDOC_OPTIONS
s.required_ruby_version = ">= 1.8.6"
s.add_dependency 'ironruby-win32console', ">= 0.2.0"
s.add_dependency 'term-ansicolor', ">= 1.0.4"
end

Rake::GemPackageTask.new(spec) do |pkg|
Expand Down Expand Up @@ -196,7 +196,7 @@ rescue LoadError
###
Packaging Warning : RubyGems is apparently not installed on this
system and any file add/remove/rename will not
be auto-updated in the 'caricature.gemspec' when you run any
be auto-updated in the 'iron-term-ansicolor.gemspec' when you run any
package tasks. All such file changes are recommended
to be packaged on a system with RubyGems installed
if you intend to push commits to the Git repo so the
Expand Down
62 changes: 31 additions & 31 deletions iron-term-ansicolor.gemspec
@@ -1,32 +1,32 @@
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
# RUN : 'rake gem:update_gemspec'

Gem::Specification.new do |s|
s.authors = ["Will Green", "David Blackmon", "Ivan Porto Carrero"]
s.bindir = "bin"
s.add_dependency "ironruby-win32console", ">= 0.2.0, runtime"
s.description = "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby."
s.email = "will@hotgazpacho.org"
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc",
"Rakefile",
"caricature.gemspec",
"lib/iron-term-ansicolor.rb",
"spec/iron-term-ansicolor_simple_background_spec.rb",
"spec/iron-term-ansicolor_simple_foreground_spec.rb",
"spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = "http://github.com/hotgazpacho/iron-term-ansicolor"
s.loaded = false
s.name = "iron-term-ansicolor"
s.platform = "ruby"
s.rdoc_options = ["--quiet", "--title", "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby.", "--main", "README.rdoc", "--line-numbers", "--format", "darkfish"]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 1.8.6"
s.required_rubygems_version = ">= 0"
s.rubyforge_project = "iron-term-ansicolor"
s.rubygems_version = "1.3.5"
s.specification_version = 3
s.summary = "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby."
s.version = "0.0.1"
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
# RUN : 'rake gem:update_gemspec'

Gem::Specification.new do |s|
s.authors = ["Will Green", "David Blackmon", "Ivan Porto Carrero"]
s.bindir = "bin"
s.add_dependency "term-ansicolor", ">= 1.0.4, runtime"
s.description = "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby."
s.email = "will@hotgazpacho.org"
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc",
"Rakefile",
"iron-term-ansicolor.gemspec",
"lib/iron-term-ansicolor.rb",
"spec/iron-term-ansicolor_simple_background_spec.rb",
"spec/iron-term-ansicolor_simple_foreground_spec.rb",
"spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = "http://github.com/hotgazpacho/iron-term-ansicolor"
s.loaded = false
s.name = "iron-term-ansicolor"
s.platform = "ruby"
s.rdoc_options = ["--quiet", "--title", "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby.", "--main", "README.rdoc", "--line-numbers", "--format", "darkfish"]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 1.8.6"
s.required_rubygems_version = ">= 0"
s.rubyforge_project = "iron-term-ansicolor"
s.rubygems_version = "1.3.5"
s.specification_version = 3
s.summary = "iron-term-ansicolor brings color output for RSpec and the likes to IronRuby."
s.version = "0.0.1"
end

0 comments on commit e80712d

Please sign in to comment.