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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/applinks/version.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ece2b61c59d6901bdb434422df5783c77dfc5661
4
- data.tar.gz: 15a17a3e6c3f030acbd69be0e4c2ba377437cff6
3
+ metadata.gz: e9f9be7ff49ae2295ea6d7ce7de452c122611b82
4
+ data.tar.gz: 11fbccefa1d7e8337268a655afcb293f7eed75c0
5
5
  SHA512:
6
- metadata.gz: cc56119fdf9ea62463fa7de4b8a388d69269aef5de0e5ae898f99574946044fea07c1f10bf1461ea6e4a7f46c931f4c603ac0c4cce896862e60a867205349d52
7
- data.tar.gz: 8881712fd0d6df238e110ad3e4b9e66fb304b35b530aff48bf52e9250230d098d92fc52da21f3c729458ebaf0effa54e654c9846fa6f5f394c625da9bcd49123
6
+ metadata.gz: ea21c9e59abd97c734018b4fa4d6466e45f0567e0039cc8ad593c6420d7e1a60e9461951e2ff2b7c05edb8f80fd64ef433bf3196d58489afcf87c0ec74e5e5cc
7
+ data.tar.gz: d426e379f76e0dfa2118f6853f4af8ea921a3b107f73f861f72fe0d5f68964d02fc235474bcb62fb54961117dceea4f9386fa4161c5a6b33b8acec64cf60c909
@@ -1,3 +1,3 @@
1
1
  module Applinks
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: Description of Applinks.
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 and use applinks in your webapp
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