Skip to content

Commit

Permalink
Fixing gem stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Aug 21, 2013
1 parent 6a330cb commit 61435f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source 'https://rubygems.org'
gem 'cinch-storage', path: '~/src/cinch-storage'

# Specify your gem's dependencies in cinch-hangouts.gemspec
gemspec
2 changes: 1 addition & 1 deletion cinch-hangouts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'cinch-test'

gem.add_dependency 'cinch', '~> 2.0.5'
gem.add_dependency 'cinch-storage', '~> 1.0.0'
gem.add_dependency 'cinch-storage', '~> 1.0.3'
gem.add_dependency 'cinch-toolbox', '~> 1.0.3'
gem.add_dependency 'time-lord', '~> 1.0.1'
end

0 comments on commit 61435f9

Please sign in to comment.