snowplow-tracker 0.4.1 → 0.4.2
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.
- checksums.yaml +8 -8
- data/README.md +11 -2
- data/lib/snowplow-tracker/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDU0N2EyMjU3MDk1ODBhMGZlMzRlNjg1Mzg4ZmQ3OTg1N2QwZGFhMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjgxMmRlZGNjNThlZWZkYTIwNDk5Y2ViZTE4ZjA4NmEyYzMzOThiMw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTg4MDk0ZGM5ZjI0MjhiZmI2NzE0N2E3ZjJlMjNkNjVlZmVkZTg5MzhlMDQx
|
|
10
|
+
NTFhNmIwYWMxMGRhMmM0ODVkMzJkZTcwM2JmZjg4ODFlYTMwNDM0Y2MxNjE3
|
|
11
|
+
YjE3YWZkYTVhNjkwN2M3MWNiYmRlOTUyZGFlMGYyMzc3OGEwNDA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDBmMDgwOGM4ZWI1Y2IyMTNlZWQzMThjMWM1ZDk5MWQwZTJhNGIyMGIxOTQw
|
|
14
|
+
YTc5YmJjZjRjYzg2NDJmNGNlODFkMGFmYjkyNzQxZjc1MGI4MzZhMGUzYjkz
|
|
15
|
+
NzU4MTk0MTBmN2M4Njg1ODczNzIzM2Q3YTQ4YmRmNTQyOWVkMjA=
|
data/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[](https://travis-ci.org/snowplow/snowplow-ruby-tracker)
|
|
4
4
|
[](https://codeclimate.com/github/snowplow/snowplow-ruby-tracker)
|
|
5
5
|
[](https://coveralls.io/r/snowplow/snowplow-ruby-tracker)
|
|
6
|
+
[![License][license-image]][license]
|
|
6
7
|
|
|
7
8
|
## Overview
|
|
8
9
|
|
|
@@ -19,10 +20,17 @@ Assuming git, **[Vagrant] [vagrant-install]** and **[VirtualBox] [virtualbox-ins
|
|
|
19
20
|
host$ cd snowplow-ruby-tracker
|
|
20
21
|
host$ vagrant up && vagrant ssh
|
|
21
22
|
guest$ cd /vagrant
|
|
23
|
+
guest$ gem install bundler
|
|
22
24
|
guest$ bundle install
|
|
23
25
|
guest$ rspec
|
|
24
26
|
```
|
|
25
27
|
|
|
28
|
+
## Publishing
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
host$ vagrant push
|
|
32
|
+
```
|
|
33
|
+
|
|
26
34
|
## Find out more
|
|
27
35
|
|
|
28
36
|
| Technical Docs | Setup Guide | Roadmap | Contributing |
|
|
@@ -43,6 +51,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
43
51
|
See the License for the specific language governing permissions and
|
|
44
52
|
limitations under the License.
|
|
45
53
|
|
|
54
|
+
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
|
|
55
|
+
[license]: http://www.apache.org/licenses/LICENSE-2.0
|
|
56
|
+
|
|
46
57
|
[ruby]: https://www.ruby-lang.org/en/
|
|
47
58
|
[rails]: http://rubyonrails.org/
|
|
48
59
|
[rubygems]: https://rubygems.org/
|
|
@@ -61,5 +72,3 @@ limitations under the License.
|
|
|
61
72
|
[setup]: https://github.com/snowplow/snowplow/wiki/Ruby-Tracker-Setup
|
|
62
73
|
[roadmap]: https://github.com/snowplow/snowplow/wiki/Ruby-Tracker-Roadmap
|
|
63
74
|
[contributing]: https://github.com/snowplow/snowplow/wiki/Ruby-Tracker-Contributing
|
|
64
|
-
|
|
65
|
-
[license]: http://www.apache.org/licenses/LICENSE-2.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snowplow-tracker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Dean
|
|
@@ -9,20 +9,20 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-04-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: contracts
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- -
|
|
18
|
+
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '0.3'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- -
|
|
25
|
+
- - ~>
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: '0.3'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.4.
|
|
106
|
+
rubygems_version: 2.4.6
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Ruby Analytics for Snowplow
|