ga_events 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,3 +77,8 @@ class GaEvents.GoogleAnalyticsAdapter
77
77
 
78
78
  class GaEvents.NullAdapter
79
79
  push: (obj) -> console.log obj if console?
80
+
81
+ class GaEvents.TestAdapter
82
+ push: (obj) ->
83
+ window.events = [] unless window.events?
84
+ window.events.push obj
@@ -1,3 +1,3 @@
1
1
  module GaEvents
2
- VERSION = '1.1.0'
2
+ VERSION = '1.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ga_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Florian Dütsch
@@ -9,11 +10,12 @@ authors:
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2014-10-17 00:00:00.000000000 Z
13
+ date: 2014-12-18 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rails
16
17
  requirement: !ruby/object:Gem::Requirement
18
+ none: false
17
19
  requirements:
18
20
  - - ! '>='
19
21
  - !ruby/object:Gem::Version
@@ -21,6 +23,7 @@ dependencies:
21
23
  type: :runtime
22
24
  prerelease: false
23
25
  version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
24
27
  requirements:
25
28
  - - ! '>='
26
29
  - !ruby/object:Gem::Version
@@ -52,26 +55,27 @@ files:
52
55
  - spec/spec_helper.rb
53
56
  homepage: https://github.com/Nix-wie-weg/ga_events
54
57
  licenses: []
55
- metadata: {}
56
58
  post_install_message:
57
59
  rdoc_options: []
58
60
  require_paths:
59
61
  - lib
60
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
+ none: false
61
64
  requirements:
62
65
  - - ! '>='
63
66
  - !ruby/object:Gem::Version
64
67
  version: '0'
65
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
+ none: false
66
70
  requirements:
67
71
  - - ! '>='
68
72
  - !ruby/object:Gem::Version
69
73
  version: '0'
70
74
  requirements: []
71
75
  rubyforge_project:
72
- rubygems_version: 2.4.1
76
+ rubygems_version: 1.8.23
73
77
  signing_key:
74
- specification_version: 4
78
+ specification_version: 3
75
79
  summary: This gem allows you to annotate events everywhere in the code of your Rails
76
80
  app. A rack middleware is automatically inserted into the stack. It transports the
77
81
  event data to the client. Normal requests get a DIV injected, AJAX requests get
@@ -81,3 +85,4 @@ summary: This gem allows you to annotate events everywhere in the code of your R
81
85
  test_files:
82
86
  - spec/middleware_spec.rb
83
87
  - spec/spec_helper.rb
88
+ has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- N2FlNTM2ZmYyMDRlOTQ0MjRjZTZmNTNiZWQwMDBiOTgyNTM1MTNmYQ==
5
- data.tar.gz: !binary |-
6
- Mzk2ZmY4OGNlYjI0NTUzOWNkZTBjYjQyMDM3MmM4Y2VmNmIyZThmNA==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- N2UxZGZiOTQ0NTI3ZmEyY2Y4ODY1NWY3ZmIzYTA4OWQzNWJjY2E0MWM4ZmYw
10
- Njc2NzhjMzFjY2ZhYmZhZDczNjUzZTY2NzAwYTZiNTY5ZmYxNmQ0MzIzYzI5
11
- NzY0MjA4NWRlZmMyOTZmMDc2OWNjYjU5MGM4ZTJhZTBkMGE1ZTM=
12
- data.tar.gz: !binary |-
13
- NDFlZjM5NjI3ODdiNjdmMWI4ZGMwMDE2MGI0MDQ4Y2UzOGE3NDA5NTQ5NTc1
14
- MDYxNWJmZDkwMDJiNDY3YjYzZDM3YjkzNTMzZGZkYmNhMDRiYzY1MmE0Y2Zh
15
- ZDY1MmYzNWQ4ZjVlOWQwNzJmZmU1ZmExYzg4MmVkNjJiMzM2MDA=