attlib 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/attlib.gemspec +2 -2
  2. data/lib/attlib/version.rb +1 -1
  3. metadata +6 -6
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = SnowPlow::Attlib::VERSION
9
9
  gem.authors = ["Yali Sassoon"]
10
10
  gem.email = ["yali.sassoon@keplarllp.com"]
11
- gem.description = %q{Library for extracting search marketing attribution data from referrer URLs}
12
- gem.summary = %q{Library for extracting search marketing attribution data from referrer URLs. This is used by SnowPlow (http://github.com/snowplow/snowplow). However, our hope is that this library (and the search engines YAML) will be extended by anyone interested in parsing search engine referrer data.}
11
+ gem.description = %q{attlib has become referer-parser: http://rubygems.org/gems/referer-parser}
12
+ gem.summary = %q{attlib has become referer-parser: http://rubygems.org/gems/referer-parser}
13
13
  gem.homepage = "http://github.com/snowplow/attlib"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
@@ -1,5 +1,5 @@
1
1
  module SnowPlow
2
2
  module Attlib
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attlib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yali Sassoon
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-10 00:00:00 Z
18
+ date: 2012-12-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "2.6"
33
33
  type: :development
34
34
  version_requirements: *id001
35
- description: Library for extracting search marketing attribution data from referrer URLs
35
+ description: "attlib has become referer-parser: http://rubygems.org/gems/referer-parser"
36
36
  email:
37
37
  - yali.sassoon@keplarllp.com
38
38
  executables: []
@@ -86,6 +86,6 @@ rubyforge_project:
86
86
  rubygems_version: 1.8.24
87
87
  signing_key:
88
88
  specification_version: 3
89
- summary: Library for extracting search marketing attribution data from referrer URLs. This is used by SnowPlow (http://github.com/snowplow/snowplow). However, our hope is that this library (and the search engines YAML) will be extended by anyone interested in parsing search engine referrer data.
89
+ summary: "attlib has become referer-parser: http://rubygems.org/gems/referer-parser"
90
90
  test_files:
91
91
  - spec/referrer_spec.rb