Skip to content

Commit

Permalink
authors and ruby v
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick Wurm <y.wurm@qmul.ac.uk>
  • Loading branch information
yannickwurm committed Feb 19, 2015
1 parent fbf35d9 commit 4753515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oswitch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
# meta
s.name = 'oswitch'
s.version = '0.1.0'
s.authors = ['Anurag Priyam']
s.authors = ['Anurag Priyam', 'Bruno Vieira', 'Yannick Wurm']
s.email = ['anurag08priyam@gmail.com']
s.homepage = 'https://github.com/yeban/oswitch'
s.license = 'MIT'
Expand All @@ -17,11 +17,13 @@ DESC

# dependencies
s.add_dependency('colorize', '~> 0.7.5')
s.required_ruby_version = '>= 2.0'

# gem
s.files = Dir['lib/**/*'] + Dir['Dockerfiles/**/*']
s.files = s.files + ['Gemfile', 'oswitch.gemspec']
s.files = s.files + ['README.mkd']
s.require_paths = ['lib']
s.executables = ['oswitch']

end

0 comments on commit 4753515

Please sign in to comment.