Skip to content

Commit

Permalink
getting rid of jeweler – we can manage the gemspec ourselves, thank y…
Browse files Browse the repository at this point in the history
…ou very much
  • Loading branch information
clemens committed Oct 1, 2011
1 parent 65d523b commit 7b87c02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 43 deletions.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -2,7 +2,6 @@ require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

require File.expand_path(File.join(File.dirname(__FILE__), 'tasks/distribution'))
require File.expand_path(File.join(File.dirname(__FILE__), 'tasks/documentation'))
require File.expand_path(File.join(File.dirname(__FILE__), 'tasks/testing'))

Expand Down
31 changes: 10 additions & 21 deletions delocalize.gemspec
@@ -1,15 +1,9 @@
# 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{delocalize}
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Clemens Kofler"]
s.date = %q{2010-06-25}
s.summary = %q{Localized date/time and number parsing}
s.description = %q{Delocalize is a tool for parsing localized dates/times and numbers.}
s.email = %q{clemens@railway.at}
s.extra_rdoc_files = [
Expand All @@ -33,15 +27,12 @@ Gem::Specification.new do |s|
"lib/delocalize/ruby_ext/datetime.rb",
"lib/delocalize/ruby_ext/numeric.rb",
"lib/delocalize/ruby_ext/time.rb",
"tasks/distribution.rb",
"tasks/documentation.rb",
"tasks/testing.rb"
]
s.homepage = %q{http://github.com/clemens/delocalize}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Localized date/time and number parsing}
s.test_files = [
"test/delocalize_test.rb",
"test/test_helper.rb",
Expand All @@ -58,17 +49,15 @@ Gem::Specification.new do |s|
"test/rails3_app/config/initializers/session_store.rb",
"test/rails3_app/config/routes.rb",
"test/rails3_app/config/boot.rb",
"test/rails3_app/app/controllers/application_controller.rb"
"test/rails3_app/app/controllers/application_controller.rb",
"test/rails3.1_app/config/environments/test.rb",
"test/rails3.1_app/config/environment.rb",
"test/rails3.1_app/config/initializers/new_rails_defaults.rb",
"test/rails3.1_app/config/initializers/session_store.rb",
"test/rails3.1_app/config/routes.rb",
"test/rails3.1_app/config/boot.rb",
"test/rails3.1_app/app/controllers/application_controller.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
else
end
else
end
s.add_dependency 'rails', '>= 2.3'
end

21 changes: 0 additions & 21 deletions tasks/distribution.rb

This file was deleted.

0 comments on commit 7b87c02

Please sign in to comment.