dismissible_blocks 2.0.2 → 2.0.3
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/dismissible_blocks.gemspec +6 -0
- data/lib/dismissible_blocks/version.rb +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 770445972ccddd5a3b240cbeef19cc512565b60d24ef36be42334dc5dca7af2f
|
|
4
|
+
data.tar.gz: da90de3612e80418146879c225ad90a11b94ca59597ee53d5a9adaf4fa4d1e1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25070a3dac721e16cf9a884381a6de223d33bf4deb1da117af88b494d8a4f09bdc53603cdc81ac8d9ae8e9f5c5465cf7c5ab8428ecd2a2ae01113a689d0715cf
|
|
7
|
+
data.tar.gz: 799817ef199c500f60647b80e0acd9833e4ee4d08d01ec5ed9abd0dbb4f24e0b39806ae6c2794546adae6af81e187e6c45cdd548f0709cafa0c181d489f0dbab
|
data/dismissible_blocks.gemspec
CHANGED
|
@@ -12,6 +12,12 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.description = 'Dismiss HTML blocks and save state in the database. Engine for Ruby on Rails.'
|
|
13
13
|
s.homepage = 'https://github.com/pbougie/dismissible_blocks'
|
|
14
14
|
s.license = 'MIT'
|
|
15
|
+
s.metadata = {
|
|
16
|
+
'bug_tracker_uri' => 'https://github.com/pbougie/dismissible_blocks/issues',
|
|
17
|
+
'changelog_uri' => 'https://github.com/pbougie/dismissible_blocks/blob/master/CHANGELOG.md',
|
|
18
|
+
'homepage_uri' => 'https://github.com/pbougie/dismissible_blocks',
|
|
19
|
+
'source_code_uri' => 'https://github.com/pbougie/dismissible_blocks',
|
|
20
|
+
}
|
|
15
21
|
|
|
16
22
|
s.files = Dir[
|
|
17
23
|
'{app,config,lib}/**/*',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dismissible_blocks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrick Bougie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -145,7 +145,11 @@ files:
|
|
|
145
145
|
homepage: https://github.com/pbougie/dismissible_blocks
|
|
146
146
|
licenses:
|
|
147
147
|
- MIT
|
|
148
|
-
metadata:
|
|
148
|
+
metadata:
|
|
149
|
+
bug_tracker_uri: https://github.com/pbougie/dismissible_blocks/issues
|
|
150
|
+
changelog_uri: https://github.com/pbougie/dismissible_blocks/blob/master/CHANGELOG.md
|
|
151
|
+
homepage_uri: https://github.com/pbougie/dismissible_blocks
|
|
152
|
+
source_code_uri: https://github.com/pbougie/dismissible_blocks
|
|
149
153
|
post_install_message: DismissibleBlocks 2+ removed jQuery as a dependency. See README.
|
|
150
154
|
rdoc_options: []
|
|
151
155
|
require_paths:
|