Skip to content

Commit

Permalink
add file to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhang committed Mar 1, 2012
1 parent e7c4512 commit ba91e6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions halberd.gemspec
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
"config/halberd.yml",
"halberd.gemspec",
"lib/halberd.rb",
"lib/utils.rb",
"spec/halberd_spec.rb",
"spec/spec_helper.rb"
]
Expand Down
1 change: 0 additions & 1 deletion lib/halberd.rb
@@ -1,6 +1,5 @@
require 'savon_model'
require 'orderedhash'
require './lib/utils'

Savon.configure do |config|
config.soap_version = 2
Expand Down

0 comments on commit ba91e6c

Please sign in to comment.