Skip to content

Commit

Permalink
Add missing license property to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
colstrom committed Aug 22, 2016
1 parent 968a0e5 commit 3bfeed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion related.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.version = Related::Version
s.summary = 'Related is a Redis-backed high performance distributed graph database.'
s.description = 'Related is a Redis-backed high performance distributed graph database.'
s.license = 'MIT'

s.author = 'Niklas Holmgren'
s.email = 'niklas@sutajio.se'
Expand All @@ -24,4 +25,4 @@ Gem::Specification.new do |s|
s.add_dependency('redis', '> 2.0.0')
s.add_dependency('redis-namespace', '> 0.8.0')
s.add_dependency('activemodel')
end
end

0 comments on commit 3bfeed9

Please sign in to comment.