jquery-colorbox-rails 1.7.2 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d3bd387fe6974c4f2be333f42f0221428bfa781783fe97249001bbbe830f877
4
- data.tar.gz: 1c32edb630710ff2c943bae65c638af03d1b70011caade5264a625422d39ffa1
3
+ metadata.gz: 7c5447fea8ea2a0f0231aad38e512b41c15f6af2fe995d9185ca754866d241c4
4
+ data.tar.gz: 3f4b7c0f4b401de19e4fcdebc68e9f3936d6c41043f2a6ed49dda34c1a99d453
5
5
  SHA512:
6
- metadata.gz: 71d38a4503e6bd0fa9dfec6e56c56c9ac0e07ea22db4a7d060f7a0c9c5cc0ad95fc8f426c98b6afccbee140bd81617b297b9e2d81ebcb99ea2151bf28e2ccb4a
7
- data.tar.gz: cadeca485faf5263809b3d4759abd8633eb5fe81a2537c067cf77c23369fbfaffcea68cd480ab9be986640a134b8716047eb879b4d424becfcc33df3bbea06df
6
+ metadata.gz: bbc1659a86b053a9e19108d8b74df1fb4664268d7e84187573bc59fca49d9b8dcfba44462a09f6ce39b1365c8dc7904fcafcdc1bdf80f1b8bb6013e3ec746288
7
+ data.tar.gz: a392b1af57eac17e561d407914d23fcfc5f165fd9bfb0e8035dd756a28224720d8b8e4897173ada4e0e8561eecfdf36fc3f1d42fc78dadec4c52550d544bd21f
@@ -1,4 +1,4 @@
1
- Copyright 2017 Krzysztof Knapik <knapo@knapo.net>
1
+ Copyright 2019 Krzysztof Knapik <knapo@knapo.net>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- require "jquery-colorbox-rails/engine"
1
+ require 'jquery-colorbox-rails/engine'
2
2
 
3
3
  module JqueryColorboxRails
4
- end
4
+ end
@@ -1,8 +1,5 @@
1
1
  module JqueryColorboxRails
2
2
  class Engine < ::Rails::Engine
3
- config.assets.precompile += %w(
4
- colorbox/*.png
5
- colorbox/*.gif
6
- )
3
+ config.assets.precompile += %w[colorbox/*.png colorbox/*.gif]
7
4
  end
8
- end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = "1.7.2"
2
+ VERSION = '1.7.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-colorbox-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-08 00:00:00.000000000 Z
11
+ date: 2019-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
27
41
  description: jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for
28
42
  Rails 3.1+ asset pipeline
29
43
  email:
@@ -33,7 +47,7 @@ extensions: []
33
47
  extra_rdoc_files: []
34
48
  files:
35
49
  - Gemfile
36
- - MIT-LICENSE
50
+ - LICENSE
37
51
  - README.md
38
52
  - Rakefile
39
53
  - lib/jquery-colorbox-rails.rb
@@ -103,7 +117,9 @@ files:
103
117
  homepage: https://github.com/knapo/jquery-colorbox-rails
104
118
  licenses:
105
119
  - MIT
106
- metadata: {}
120
+ metadata:
121
+ homepage_uri: https://github.com/knapo/jquery-colorbox-rails
122
+ source_code_uri: https://github.com/knapo/jquery-colorbox-rails
107
123
  post_install_message:
108
124
  rdoc_options: []
109
125
  require_paths:
@@ -112,15 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
128
  requirements:
113
129
  - - ">="
114
130
  - !ruby/object:Gem::Version
115
- version: '0'
131
+ version: 2.0.0
116
132
  required_rubygems_version: !ruby/object:Gem::Requirement
117
133
  requirements:
118
134
  - - ">="
119
135
  - !ruby/object:Gem::Version
120
136
  version: '0'
121
137
  requirements: []
122
- rubyforge_project: jquery-colorbox-rails
123
- rubygems_version: 2.7.6
138
+ rubygems_version: 3.0.3
124
139
  signing_key:
125
140
  specification_version: 4
126
141
  summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline