Skip to content

Commit d5c9928

Browse files
committed
Fix some gemspec issues
1 parent 35d7702 commit d5c9928

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v1.2.1. Fix some gemspec issues
2+
13
v1.2. Support for Ruby 1.9.1 / Update test to match corrections given by aspell 0.60.6
24

35
v1.1. Would be nice if it actually compiled again.

Rakefile

-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
21
require 'rubygems'
32
require 'jeweler'
4-
# gem 'echoe', '>=2.3'
5-
# require 'echoe'
6-
7-
# Echoe.new("raspell") do |p|
8-
# p.rubyforge_name = "fauna"
9-
# p.summary = "An interface binding for the Aspell spelling checker."
10-
# p.url = "http://blog.evanweaver.com/files/doc/fauna/raspell/"
11-
# p.docs_host = "blog.evanweaver.com:~/www/bax/public/files/doc/"
12-
# p.has_rdoc = false # avoids warnings on gem install
13-
# p.rdoc_pattern = /CHANGELOG|EXAMPLE|LICENSE|README|lib/
14-
# p.rdoc_options = [] # don't want to include the stubbed out source
15-
# p.require_signed = true
16-
# end
17-
183

194
begin
205
require 'jeweler'

VERSION.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
:major: 0
3-
:minor: 0
4-
:patch: 0
2+
:major: 1
3+
:minor: 2
4+
:patch: 1

raspell.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{raspell}
5-
s.version = "1.2"
5+
s.version = "1.2.1"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Evan Weaver", "Dylan Markow"]

0 commit comments

Comments
 (0)