Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Fixes license and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Peignier committed Mar 12, 2018
1 parent c0efb26 commit 0b26e10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ spec/test_app/tmp/
spec/test_app/.sass-cache
codifligne-*.gem
*.DS_Store
.ruby-version
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016 Xinhui
Copyright (c) 2016-2018 af83 Dev Team

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
8 changes: 4 additions & 4 deletions codifligne.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ require "codifligne/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.homepage = "https://github.com/AF83/stif-codifline-api"
s.homepage = "https://github.com/af83/stif-codifline-api"
s.name = "codifligne"
s.version = Codifligne::VERSION
s.authors = ["Xinhui"]
s.email = ["xuwhisk@gmail.com"]
s.summary = "A wrapper for STIF Codifligne API."
s.authors = ["af83 Dev Team"]
s.email = ["devs@af83.com"]
s.summary = "A wrapper for STIF Codifligne/iLICO API."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.markdown"]
Expand Down

0 comments on commit 0b26e10

Please sign in to comment.