detectify 1.0.3 → 1.0.4
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 +4 -4
- data/README.md +2 -2
- data/lib/detectify/railtie.rb +1 -1
- data/lib/detectify/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee24aedba33f12a4281638b51dd4ba413fec2860
|
|
4
|
+
data.tar.gz: 110f8f81d190fb8559794abe5122b748684a71e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c124520872ef5b179e9189cb2545e797ec68c56c34f8c703022ca2894447f3f938be1937c80a7cb3e78ae21b2a0b37d6089e9966d41252d7e38b84940f29a51e
|
|
7
|
+
data.tar.gz: 6bcc81ecfeebbeefb9a0a5463ab14c25bf334c0a65fb00ab7300b750115475c7d5a20154be5ca514415cda039bc9afbc8159772aa988306c0de115b8ca6824aa
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Detectify
|
|
2
|
-
|
|
2
|
+
[](https://badge.fury.io/rb/detectify)
|
|
3
3
|
[](https://codeclimate.com/github/rubygarage/detectify)
|
|
4
4
|
[](https://coveralls.io/github/rubygarage/detectify?branch=master)
|
|
5
5
|
[](https://travis-ci.org/rubygarage/detectify)
|
|
@@ -24,7 +24,7 @@ Start off by generating an initializer:
|
|
|
24
24
|
|
|
25
25
|
this will create file `config/initializers/detectify.rb` in your application directory.
|
|
26
26
|
|
|
27
|
-
You can configure Detectify for your application needs via initializer. After this you can access detected entity via: `env['Detectify-Entity']`.
|
|
27
|
+
You can configure Detectify for your application needs via initializer. After this you can access detected entity via: `request.env['Detectify-Entity']`.
|
|
28
28
|
|
|
29
29
|
## Contributing
|
|
30
30
|
|
data/lib/detectify/railtie.rb
CHANGED
data/lib/detectify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: detectify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lukyanov Fedor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|