Skip to content

Commit 5a7e66d

Browse files
BenFradetbenjben
authored andcommitted
Move the Ruby codebase to its own repository (closes #196)
1 parent a28cd92 commit 5a7e66d

19 files changed

+1
-8856
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ If there is an issue with the database necessitating a re-release within the mon
2525
## Maintainers
2626

2727
* Java/Scala: [Snowplow Analytics Ltd][snowplow-analytics]
28-
* Ruby: [Kelley Reynolds][kreynolds] at Inside Systems, Inc
2928
* Python: [Don Spaulding][donspaulding]
3029
* node.js (JavaScript): [Martin Katrenik][mkatrenik]
3130
* .NET (C#): [Sepp Wijnands][swijnands] at [iPerform Software][iperform]
32-
* PHP: [Lars Strojny][lstrojny]
3331
* Go: [Thomas Sileo][tsileo]
3432
* Erlang [Silviu Caragea][silviucpp]
3533
* `referers.yml`: [Snowplow Analytics][snowplow-analytics]
@@ -102,24 +100,7 @@ For more information, please see the Java/Scala [README][java-scala-readme].
102100

103101
## Usage: Ruby
104102

105-
The Ruby version of this library uses the updated API:
106-
107-
```ruby
108-
require 'referer-parser'
109-
110-
parser = RefererParser::Parser.new
111-
112-
parser.parse('http://www.google.com/search?q=gateway+oracle+cards+denise+linn&hl=en&client=safari')
113-
# => {
114-
:known=>true,
115-
:uri=>"http://www.google.com/search?q=gateway+oracle+cards+denise+linn&hl=en&client=safari",
116-
:source=>"Google",
117-
:medium=>"search",
118-
:term=>"gateway oracle cards denise linn"
119-
}
120-
```
121-
122-
For more information, please see the Ruby [README][ruby-readme].
103+
Check out the dedicated repository: https://github.com/snowplow-referer-parser/ruby-referer-parser
123104

124105
## Usage: Python
125106

@@ -299,8 +280,6 @@ You can contact the Snowplow Analytics team through any of the [channels listed
299280

300281
`referers.yml` is based on [Piwik's][piwik] [`SearchEngines.php`][piwik-search-engines] and [`Socials.php`][piwik-socials], copyright 2012 Matthieu Aubry and available under the [GNU General Public License v3][gpl-license].
301282

302-
The Ruby implementation is copyright 2014 Inside Systems, Inc and is available under the [Apache License, Version 2.0][apache-license].
303-
304283
The Java/Scala port is copyright 2012-2014 [Snowplow Analytics Ltd][snowplow-analytics] and is available under the [Apache License, Version 2.0][apache-license].
305284

306285
The Python port is copyright 2012-2014 [Don Spaulding][donspaulding] and is available under the [Apache License, Version 2.0][apache-license].
@@ -309,8 +288,6 @@ The node.js (JavaScript) port is copyright 2013-2014 [Martin Katrenik][mkatrenik
309288

310289
The .NET (C#) port is copyright 2013-2014 [iPerform Software][iperform] and is available under the [Apache License, Version 2.0][apache-license].
311290

312-
The PHP port is copyright 2013-2014 [Lars Strojny][lstrojny] and is available under the [MIT License][mit-license].
313-
314291
The Go port is copyright 2014 [Thomas Sileo][tsileo] and is available under the [MIT License][mit-license].
315292

316293
The Erlang port is copyright 2017 [Silviu Caragea][silviucpp] and is available under the [MIT License][mit-license].

ruby/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

ruby/Gemfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

ruby/LICENSE-2.0.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

ruby/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

ruby/Rakefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)