diff --git a/.gitignore b/.gitignore index 4622999..68f3aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ spec/test_app/tmp/ spec/test_app/.sass-cache codifligne-*.gem *.DS_Store +.ruby-version diff --git a/MIT-LICENSE b/MIT-LICENSE index a3f4ecc..b854f0b 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -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 diff --git a/codifligne.gemspec b/codifligne.gemspec index 8a1a996..8544857 100644 --- a/codifligne.gemspec +++ b/codifligne.gemspec @@ -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"]