Skip to content

Commit

Permalink
Upgrade to first official temando gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stirk committed Oct 17, 2012
1 parent c04836e commit 33c42a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -4,5 +4,3 @@ source "http://rubygems.org"
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

gem 'temando', :git => 'git://github.com/reInteractive/temando'
2 changes: 1 addition & 1 deletion spree_temando.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 3.2.3"
s.add_dependency 'temando', '~>0.0.1'
s.add_dependency 'temando', '~>0.1.0'

s.add_development_dependency 'rspec', '~> 2.11.0'
s.add_development_dependency 'faker'
Expand Down

0 comments on commit 33c42a7

Please sign in to comment.