Skip to content

Commit b9fdeb1

Browse files
committed
Update repository location and license
1 parent 1051283 commit b9fdeb1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MIT-LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2012 nohup brasil
1+
Copyright (c) 2010-2014 Gabriel Sobrinho
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ Please also keep your commits **atomic** so that they are more likely to apply c
6161
## Development environment
6262
6363
``` bash
64-
$ git clone https://github.com/nohupbrasil/fonetica
64+
$ git clone https://github.com/sobrinho/fonetica
6565
$ cd fonetica
6666
$ bundle install
6767
$ rake test
6868
```
6969
7070
## License
7171
72-
Fonetica is hosted on Github: https://github.com/nohupbrasil/fonetica, where your contributions, forkings, comments and feedback are greatly welcomed.
72+
Fonetica is hosted on Github: https://github.com/sobrinho/fonetica, where your contributions, forkings, comments and feedback are greatly welcomed.
7373
74-
Copyright (c) 2010-2012 nohup brasil, released under the MIT license.
74+
Copyright (c) 2010-2014 Gabriel Sobrinho, released under the MIT license.

fonetica.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
88
s.platform = Gem::Platform::RUBY
99
s.authors = ["Gabriel Sobrinho"]
1010
s.email = ["[email protected]"]
11-
s.homepage = "https://github.com/nohupbrasil/fonetica"
12-
s.summary = %q{BuscaBR algorithm which allow the comparison of words based on their phonetic likeness}
11+
s.homepage = "https://github.com/sobrinho/fonetica"
12+
s.summary = %q{BuscaBR algorithm which allow the comparison of brazilian words based on their phonetic likeness}
1313
s.files = `git ls-files`.split("\n")
1414
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1515
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)