bit of refactoring and adding zamioculcas bin

This commit is contained in:
Norm MacLennan
2015-01-15 07:24:14 -05:00
parent 0328ebd878
commit adae2dcdcc
18 changed files with 888 additions and 805 deletions

11
Gemfile
View File

@@ -1,9 +1,14 @@
source 'https://rubygems.org'
gem 'savon'
gem 'savon_spec'
gem 'rspec'
gem 'webmock'
group :test do
gem 'rake'
gem 'savon_spec'
gem 'rspec'
gem 'webmock'
gem 'zanzibar', path: '.'
end
# Specify your gem's dependencies in zanzibar.gemspec
gemspec