Skip to content

Commit

Permalink
Add auspost-drc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed May 7, 2010
1 parent 901f472 commit 8bd1301
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion auspost-drc.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{auspost-drc}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Darcy Laycock"]
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README.md",
"Rakefile",
"auspost-drc.gemspec",
"lib/aus_post/auspost-drc.rb",
"lib/aus_post/drc.rb",
"lib/aus_post/drc/calculator.rb",
"lib/aus_post/drc/parcel.rb",
Expand Down
1 change: 1 addition & 0 deletions lib/aus_post/auspost-drc.rb
@@ -0,0 +1 @@
require 'aus_post/drc'
2 changes: 1 addition & 1 deletion lib/aus_post/drc.rb
@@ -1,7 +1,7 @@
module AusPost
module DRC

VERSION = "0.1.0".freeze
VERSION = "0.1.1".freeze
Error = Class.new(StandardError)

autoload :Parcel, 'aus_post/drc/parcel'
Expand Down

0 comments on commit 8bd1301

Please sign in to comment.