applinks 0.1.0 → 0.1.1
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/lib/applinks/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9f9be7ff49ae2295ea6d7ce7de452c122611b82
|
|
4
|
+
data.tar.gz: 11fbccefa1d7e8337268a655afcb293f7eed75c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea21c9e59abd97c734018b4fa4d6466e45f0567e0039cc8ad593c6420d7e1a60e9461951e2ff2b7c05edb8f80fd64ef433bf3196d58489afcf87c0ec74e5e5cc
|
|
7
|
+
data.tar.gz: d426e379f76e0dfa2118f6853f4af8ea921a3b107f73f861f72fe0d5f68964d02fc235474bcb62fb54961117dceea4f9386fa4161c5a6b33b8acec64cf60c909
|
data/lib/applinks/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: applinks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stuart Jones
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 4.0.4
|
|
27
|
-
description:
|
|
27
|
+
description: A rails engine that provides a helper which writes (hopefully) correctly
|
|
28
|
+
formatted applinks meta tags into your layout
|
|
28
29
|
email:
|
|
29
30
|
- applinks@skillbox.com
|
|
30
31
|
executables: []
|
|
@@ -100,7 +101,7 @@ rubyforge_project:
|
|
|
100
101
|
rubygems_version: 2.2.2
|
|
101
102
|
signing_key:
|
|
102
103
|
specification_version: 4
|
|
103
|
-
summary: Trying to make it easy to add
|
|
104
|
+
summary: Trying to make it easy to add applinks meta tags in your webapp
|
|
104
105
|
test_files:
|
|
105
106
|
- test/applinks_test.rb
|
|
106
107
|
- test/dummy/app/assets/javascripts/application.js
|