Skip to content

Commit

Permalink
adding license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 26, 2013
1 parent e2893e9 commit 9556d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Gem::Specification.new do |s|
s.homepage = "http://rubygems.org/gems/neography"
s.summary = "ruby wrapper to Neo4j Rest API"
s.description = "A Ruby wrapper to the Neo4j Rest API see http://docs.neo4j.org/chunked/stable/rest-api.html for more details."

s.license = 'MIT'

s.rubyforge_project = "neography"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 9556d55

Please sign in to comment.