Skip to content

Commit

Permalink
simplify requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rejuvyesh committed Dec 24, 2013
1 parent 0e6e42c commit 066a4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0-rc1

before_install:
- sudo apt-get update -qq
Expand All @@ -18,20 +17,11 @@ before_install:
- make
- sudo make install
- bundle install # hack
# imagemagick is installed by default on normal travis image now
# - sudo apt-get install -qq -y imagemagick libmagickwand-dev

# matrix:
# allow_failures:
# - rvm: 2.0.0

branches:
except:
- gh-pages

#notifications:
# irc: "chat.freenode.net#lolcommits"

deploy:
provider: rubygems
api_key:
Expand Down
6 changes: 3 additions & 3 deletions lolcommits.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('mini_magick', '~> 3.5')
s.add_runtime_dependency('git', '~> 1.2.5')
s.add_runtime_dependency('choice', '~> 0.1.6')
s.add_runtime_dependency('launchy', '~> 2.2.0')
s.add_runtime_dependency('launchy')
s.add_runtime_dependency('methadone', '~> 1.2.4')
s.add_runtime_dependency('open4', '~> 1.3.0')
s.add_runtime_dependency('activesupport', '~> 3.2.12')
s.add_runtime_dependency('activesupport')

# development dependencies
s.add_development_dependency('rdoc')
Expand All @@ -43,6 +43,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('httmultiparty') #dot_com
s.add_runtime_dependency('httparty', "~> 0.11.0") #dot_com
s.add_runtime_dependency('json', '~> 1.7.6') #lolsrv
s.add_runtime_dependency('mime-types', '~> 1.25')
s.add_runtime_dependency('mime-types')

end

0 comments on commit 066a4a2

Please sign in to comment.