Skip to content

Commit 85c35e9

Browse files
committed
change ownership to perseids
1 parent b9e6bd9 commit 85c35e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
beta_code (0.0.8)
4+
beta_code (0.0.9)
55

66
GEM
77
remote: https://rubygems.org/
@@ -18,4 +18,4 @@ DEPENDENCIES
1818
test-unit (~> 3.2)
1919

2020
BUNDLED WITH
21-
1.17.2
21+
1.17.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BetaCode::beta_code_to_greek 'mh=nin a)/eide qea\\ *phlhi+a/dew *)axilh=os'
3838
## Updating JSON
3939

4040
```bash
41-
git subtree pull --prefix vendor/beta-code-json/ https://github.com/zfletch/beta-code-json master --squash
41+
git subtree pull --prefix vendor/beta-code-json/ https://github.com/perseids-tools/beta-code-json master --squash
4242
```
4343

4444
In the case of a merge conflict:
@@ -59,4 +59,4 @@ git commit
5959

6060
## Notes
6161

62-
For the mappings between beta code and Unicode, see [https://github.com/zfletch/beta-code-json](https://github.com/zfletch/beta-code-json).
62+
For the mappings between beta code and Unicode, see [https://github.com/perseids-tools/beta-code-json](https://github.com/perseids-tools/beta-code-json).

beta_code.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Gem::Specification.new do |s|
44
s.date = '2018-02-17'
55
s.summary = 'Converts Greek beta code to Greek characters and vice versa'
66
s.description = 'This is a gem that converts from Ancient Greek beta code to Unicode characters and vice versa'
7-
s.authors = ['zfletch']
8-
s.email = 'zfletch2@gmail.com'
7+
s.authors = ['perseids']
8+
s.email = 'perseids@tufts.edu'
99
s.files = ['lib/beta_code.rb'] + Dir['vendor/**/*']
10-
s.homepage = 'https://github.com/zfletch/beta-code-rb'
10+
s.homepage = 'https://github.com/perseids-tools/beta-code-rb'
1111
s.license = 'MIT'
1212

1313
s.add_development_dependency 'test-unit', '~> 3.2'

0 commit comments

Comments
 (0)