File tree 4 files changed +6
-19
lines changed
4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change
1
+ v1.2.1. Fix some gemspec issues
2
+
1
3
v1.2. Support for Ruby 1.9.1 / Update test to match corrections given by aspell 0.60.6
2
4
3
5
v1.1. Would be nice if it actually compiled again.
Original file line number Diff line number Diff line change 1
-
2
1
require 'rubygems'
3
2
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
-
18
3
19
4
begin
20
5
require 'jeweler'
Original file line number Diff line number Diff line change 1
1
---
2
- :major : 0
3
- :minor : 0
4
- :patch : 0
2
+ :major : 1
3
+ :minor : 2
4
+ :patch : 1
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = %q{raspell}
5
- s . version = "1.2"
5
+ s . version = "1.2.1 "
6
6
7
7
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
8
8
s . authors = [ "Evan Weaver" , "Dylan Markow" ]
You can’t perform that action at this time.
0 commit comments