dismissible_blocks 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86ea6854f13eb5943d5090277b79024351930decc88ab3150a219a08ff4dcb03
4
- data.tar.gz: 7f9b14928f485e867b87e5401cc548d1b790477e6e2b64e266a0920cdf9454be
3
+ metadata.gz: 770445972ccddd5a3b240cbeef19cc512565b60d24ef36be42334dc5dca7af2f
4
+ data.tar.gz: da90de3612e80418146879c225ad90a11b94ca59597ee53d5a9adaf4fa4d1e1d
5
5
  SHA512:
6
- metadata.gz: 9148983885cbcaa5279b65d0487d3522711189ac28e5cd256d624f044459bfa33ea3f4823a55ab004b989b539b631351b89651aeb02e1e20b47a9ad26efd9de5
7
- data.tar.gz: 94ac4766a7b3b8b23591591760a85f9f04fa045f2733b406e2edaa301c4dd2838780f230fc7499070c2e7f1c0876a9d047b54d1445923fc7474d9b5d26b9105d
6
+ metadata.gz: 25070a3dac721e16cf9a884381a6de223d33bf4deb1da117af88b494d8a4f09bdc53603cdc81ac8d9ae8e9f5c5465cf7c5ab8428ecd2a2ae01113a689d0715cf
7
+ data.tar.gz: 799817ef199c500f60647b80e0acd9833e4ee4d08d01ec5ed9abd0dbb4f24e0b39806ae6c2794546adae6af81e187e6c45cdd548f0709cafa0c181d489f0dbab
@@ -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}/**/*',
@@ -1,3 +1,3 @@
1
1
  module DismissibleBlocks
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
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.2
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-20 00:00:00.000000000 Z
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: