ga_events 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/javascripts/ga_events.js.coffee +5 -0
- data/lib/ga_events/version.rb +1 -1
- metadata +10 -5
- checksums.yaml +0 -15
data/lib/ga_events/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
76
|
+
rubygems_version: 1.8.23
|
|
73
77
|
signing_key:
|
|
74
|
-
specification_version:
|
|
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=
|