Skip to content

Commit

Permalink
Fix license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Brisse committed May 12, 2016
1 parent c2b2931 commit 2958bc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/mno-enterprise-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://maestrano.com"
s.summary = "Maestrano Enterprise - API"
s.description = "Maestrano Enterprise - essentials API"
s.license = "Maestrano Enterprise License V1"
s.license = "Apache-2.0"

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion core/mno-enterprise-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://maestrano.com"
s.summary = "Maestrano Enterprise - Core functionnality"
s.description = "Core functionnality of MNOE. This handles the core functionnality."
s.license = "Maestrano Enterprise License V1"
s.license = "Apache-2.0"

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/mno-enterprise-frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://maestrano.com"
s.summary = "Maestrano Enterprise - Frontend"
s.description = "Angular/Bootstrap frontend for MNOE"
s.license = "Maestrano Enterprise License V1"
s.license = "Apache-2.0"

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion mno-enterprise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://maestrano.com"
s.summary = "Maestrano Enterprise"
s.description = "Maestrano Enterprise is your application marketplace, out of the box."
s.license = "Maestrano Enterprise License V1"
s.license = "Apache-2.0"

# s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
Expand Down

0 comments on commit 2958bc8

Please sign in to comment.