Skip to content

Commit

Permalink
Text cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Janda committed Feb 24, 2017
1 parent 9f71279 commit 363518e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Bartosz Janda
Copyright (c) 2017 PGS Software

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
22 changes: 0 additions & 22 deletions LICENSE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ios_logs.check</pre>
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

## About
The project maintained by software development agency [PGS Software](https://www.pgs-soft.com/).
See our other [open-source projects](https://github.com/PGSSoft) or [contact us](https://www.pgs-soft.com/contact-us/) to develop your product.
The project maintained by software development agency [PGS Software](https://www.pgs-soft.com).
See our other [open-source projects](https://github.com/PGSSoft) or [contact us](https://www.pgs-soft.com/contact-us) to develop your product.

## Follow us

Expand Down
6 changes: 3 additions & 3 deletions danger-ios_logs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = IosLogs::VERSION
spec.authors = ['Bartosz Janda', 'Joanna Bednarz']
spec.email = ['[email protected]', '[email protected]']
spec.description = 'A short description of danger-ios_logs.'
spec.summary = 'A longer description of danger-ios_logs.'
spec.homepage = 'https://github.com/Bartosz Janda/danger-ios_logs'
spec.description = 'Danger plugin to detect any NSLog/print entries left in the code'
spec.summary = 'Danger plugin to detect any NSLog/print entries left in the code'
spec.homepage = 'https://github.com/PGSSoft/danger-ios_logs'
spec.license = 'MIT'

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
Expand Down

0 comments on commit 363518e

Please sign in to comment.