Skip to content

Commit

Permalink
Updated to 0.1.0, apparently you can't use require anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Feb 10, 2009
1 parent e8df513 commit 048e1d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serviceproxy.gemspec
@@ -1,9 +1,8 @@
# -*- encoding: utf-8 -*-
require File.join(File.dirname(__FILE__), 'lib', 'service_proxy', 'base')

Gem::Specification.new do |s|
s.name = %q{serviceproxy}
s.version = ServiceProxy::Base::VERSION
s.version = '0.1.0'

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeremy Durham"]
Expand Down

0 comments on commit 048e1d4

Please sign in to comment.