eu_cookies 1.1.1 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 677ac0ae9f9c15a7fc7c0d1b2db638b89c188445
4
- data.tar.gz: 2264280f5a823e2f7d2834e8a6fc8cb2f47395e4
3
+ metadata.gz: 5db10776cb4364a2e0bd12d9abb14d441180d8d3
4
+ data.tar.gz: 7f561ba5ce76bb98ba692e691fb721f596b955c6
5
5
  SHA512:
6
- metadata.gz: 264114ba06380ced27c8ba41c85ce89742afa3e26591ff648f7abde701d6c7e88659e1eef391da37736d600ce1777103b926a827fdf963591c7b96d17413b065
7
- data.tar.gz: 2dc7caf4f165e9ed53b1cfc60c97c989ae836f857b62f76c5b0e79bb54c4814aefc02613318ef82fb3eca23a19b7bd50e2b3fd09f075bbf6188e39d5e16bd63c
6
+ metadata.gz: d688b9e89c0b4177c4aace709f9043164784c7b8a75d9baa857a7cbf2970d7a34e463a71e0f52c58ac971ff5c6d8cb39a39ac744c9d0d43460c737a6b34f0550
7
+ data.tar.gz: 87dab9f3da48377884e488eb2a32afbf8870f4a8fe2ede1cf4f29818c9c166c9ba9511477f07d39a0c59a67e1bf8b796ed6c5892c2e2cb888c87a8c89c86d26a
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # EuCookies
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/eu_cookies.svg)](https://badge.fury.io/rb/eu_cookies)
4
+
3
5
  A Rails solution to the European Cookie Law issue.
4
6
 
5
7
  This will add a dismissable "cookies bar" and an optional link to a policy page.
@@ -12,7 +14,7 @@ This will add a dismissable "cookies bar" and an optional link to a policy page.
12
14
  Add this line to your application's Gemfile:
13
15
 
14
16
  ```ruby
15
- gem 'eu_cookies', "~> 1.1.0"
17
+ gem 'eu_cookies', '~> 1.1.0'
16
18
  ```
17
19
 
18
20
  And then execute:
data/eu_cookies.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
 
22
22
  spec.add_runtime_dependency "railties", ">= 3.1"
23
23
  spec.add_runtime_dependency "sass-rails"
24
- spec.add_runtime_dependency "js_cookie_rails", "~> 1.0"
24
+ spec.add_runtime_dependency "js_cookie_rails", "~> 2.0"
25
25
 
26
26
  spec.add_development_dependency "bundler", "~> 1.3"
27
27
  spec.add_development_dependency "rake", "~> 10"
@@ -1,3 +1,3 @@
1
1
  module EuCookies
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eu_cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Lepore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-06 00:00:00.000000000 Z
12
+ date: 2016-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '1.0'
48
+ version: '2.0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: '1.0'
55
+ version: '2.0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: bundler
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -195,7 +195,7 @@ files:
195
195
  - Rakefile
196
196
  - app/assets/javascripts/eu_cookies.js
197
197
  - app/assets/stylesheets/eu_cookies/_variables.scss
198
- - app/assets/stylesheets/eu_cookies/style.css.scss
198
+ - app/assets/stylesheets/eu_cookies/style.scss
199
199
  - app/controllers/eu_cookies_controller.rb
200
200
  - app/helpers/eu_cookies_helper.rb
201
201
  - app/views/eu_cookies/_cookies_bar.html.erb
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  version: '0'
243
243
  requirements: []
244
244
  rubyforge_project:
245
- rubygems_version: 2.4.8
245
+ rubygems_version: 2.5.1
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: A Rails solution to the European Cookie Law issue