fancybox3 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.
@@ -1,5 +1,5 @@
1
- require "fancybox3/engine"
2
-
3
- module Fancybox3
4
- # Your code goes here...
5
- end
1
+ require "fancybox3/engine"
2
+
3
+ module Fancybox3
4
+ # Your code goes here...
5
+ end
@@ -1,4 +1,4 @@
1
- module Fancybox3
2
- class Engine < ::Rails::Engine
3
- end
4
- end
1
+ module Fancybox3
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
- module Fancybox3
2
- VERSION = '0.1.0'
3
- end
1
+ module Fancybox3
2
+ VERSION = '0.1.1'
3
+ end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancybox3
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
  - fobiasmog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-18 00:00:00.000000000 Z
11
+ date: 2017-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.2
19
+ version: '5.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.2
26
+ version: '5.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,10 +38,9 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem provides jQuery FancyBox 3 for your Rails application. This
42
- gem is similar to the gem fancybox2-rails by Mattias Svedhem
41
+ description: Fancybox3.
43
42
  email:
44
- - zbrejkin@yandex.ru
43
+ - ''
45
44
  executables: []
46
45
  extensions: []
47
46
  extra_rdoc_files: []
@@ -50,10 +49,10 @@ files:
50
49
  - README.md
51
50
  - Rakefile
52
51
  - app/assets/config/fancybox3_manifest.js
53
- - app/assets/javascripts/fancybox.js
54
- - app/assets/javascripts/fancybox.min.js
55
- - app/assets/stylesheets/fancybox.css
56
- - app/assets/stylesheets/fancybox.min.css
52
+ - app/assets/javascripts/jquery.fancybox.js
53
+ - app/assets/javascripts/jquery.fancybox.min.js
54
+ - app/assets/stylesheets/jquery.fancybox.css
55
+ - app/assets/stylesheets/jquery.fancybox.min.css
57
56
  - lib/fancybox3.rb
58
57
  - lib/fancybox3/engine.rb
59
58
  - lib/fancybox3/version.rb
@@ -77,8 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
76
  version: '0'
78
77
  requirements: []
79
78
  rubyforge_project:
80
- rubygems_version: 2.6.8
79
+ rubygems_version: 2.6.10
81
80
  signing_key:
82
81
  specification_version: 4
83
- summary: Fancybox3 for Rails
82
+ summary: Fancybox3.
84
83
  test_files: []