Skip to content

Commit 0c94838

Browse files
committed
touching gemspec
1 parent 78564a0 commit 0c94838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'rubygems'
22
require 'rake'
33
require 'echoe'
44

5-
Echoe.new('address_extractor', '0.1.0') do |p|
5+
Echoe.new('address_extractor', '0.1.1') do |p|
66
p.description = "Give it text. It finds addresses in it."
77
p.url = "http://github.com/coderifous/address_extractor"
88
p.author = "Jim Garvin"

address_extractor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{address_extractor}
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44

55
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
66
s.authors = ["Jim Garvin"]

0 commit comments

Comments
 (0)