swipebox 1.3.0.1 → 1.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c148e4099fd61700f76dadbc97e3790db951f3b4
4
- data.tar.gz: 6d1858503319c815d4baaef13038ef85b42a90bd
3
+ metadata.gz: 04fb75ab43a213a3833b54715094cef9be18d7b9
4
+ data.tar.gz: 0de63ded4ee8db8538999d5e3c1c6c96633ae748
5
5
  SHA512:
6
- metadata.gz: 78094600ffac02fd7d46a7ccb3e6a1ac6f408e2a63fa4794b58ec081722c8d07e468f44d1809635a037b25946bc03c7fbb8002112c5cae9e9c892e3e551c6144
7
- data.tar.gz: 57c9b9c5aaf85b8f002413e14adbe91f0625a544c7161a7154ac6dc6164e5f2184038f0836e0a596806375763bb6cb45f7ef48f1259f5e5c1121f3897430a2b0
6
+ metadata.gz: 40b8cf9fe703a4af690eee8038b8ecc4004d0ac1b381dca6ce606c1f3e0b9a6b6874bc5ce6b200062a13472ee5cac19b29caab6072bbf052f2fab00542fad905
7
+ data.tar.gz: f849ffcfd8b7c137de9a248e6ebe2248b03e85a4982618d102d1e5ddb8793608ea13c544cbb343a0d98f970a06d1abb7f37bc9b40a9782965d90b99a0e72064e
data/README.md CHANGED
@@ -57,8 +57,8 @@ loopAtEnd: false // true will return to the first image after the last image is
57
57
 
58
58
  Look at the original [Swipebox repo](https://github.com/brutaldesign/swipebox#usage) for more.
59
59
 
60
- I have modified source a bit from the 1.3.0.1 version:
61
- - SCSS instead of CSS because we need the `asset-url` helpers
60
+ I have modified source a bit from the 1.3.0.1.1 version:
61
+ - SCSS instead of CSS because we need the `image-url` helpers
62
62
  - .png -> .svg via class not hardcoded image path
63
63
 
64
64
  ## License
@@ -1,3 +1,3 @@
1
1
  module Swipebox
2
- VERSION = '1.3.0.1'
2
+ VERSION = '1.3.0.1.1'
3
3
  end
@@ -1,4 +1,4 @@
1
- /*! Swipebox v1.3.0.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1
+ /*! Swipebox v1.3.0.1.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
2
2
 
3
3
  ;( function ( window, document, $, undefined ) {
4
4
 
@@ -1,4 +1,4 @@
1
- /*! Swipebox v1.3.0.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
1
+ /*! Swipebox v1.3.0.1.1 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
2
2
 
3
3
  html.swipebox-html.swipebox-touch {
4
4
  overflow: hidden !important;
@@ -94,7 +94,7 @@ html.swipebox-html.swipebox-touch {
94
94
  }
95
95
  }
96
96
  .slide-loading {
97
- background: asset-url('swipebox-loader.gif') no-repeat center center;
97
+ background: image-url('swipebox-loader.gif') no-repeat center center;
98
98
  }
99
99
  }
100
100
 
@@ -131,7 +131,7 @@ html.swipebox-html.swipebox-touch {
131
131
  }
132
132
 
133
133
  #swipebox-prev, #swipebox-next, #swipebox-close {
134
- background-image: asset-url('swipebox-icons.png');
134
+ background-image: image-url('swipebox-icons.png');
135
135
  background-repeat: no-repeat;
136
136
  border: none !important;
137
137
  text-decoration: none !important;
@@ -140,7 +140,7 @@ html.swipebox-html.swipebox-touch {
140
140
  height: 50px;
141
141
  top: 0;
142
142
  &.svg {
143
- background-image: asset-url('swipebox-icons.svg');
143
+ background-image: image-url('swipebox-icons.svg');
144
144
  }
145
145
  }
146
146
 
metadata CHANGED
@@ -1,81 +1,81 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.1
4
+ version: 1.3.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2014-11-01 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
19
  version: '3.1'
20
- - - "<"
20
+ - - <
21
21
  - !ruby/object:Gem::Version
22
22
  version: '5.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
27
+ - - '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
- - - "<"
30
+ - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: sass-rails
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - '>='
38
38
  - !ruby/object:Gem::Version
39
39
  version: '3.1'
40
- - - "<"
40
+ - - <
41
41
  - !ruby/object:Gem::Version
42
42
  version: '5.0'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
47
+ - - '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: '3.1'
50
- - - "<"
50
+ - - <
51
51
  - !ruby/object:Gem::Version
52
52
  version: '5.0'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: minitest
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - "~>"
57
+ - - ~>
58
58
  - !ruby/object:Gem::Version
59
59
  version: '5'
60
60
  type: :development
61
61
  prerelease: false
62
62
  version_requirements: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
64
+ - - ~>
65
65
  - !ruby/object:Gem::Version
66
66
  version: '5'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: capybara
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - "~>"
71
+ - - ~>
72
72
  - !ruby/object:Gem::Version
73
73
  version: '2'
74
74
  type: :development
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - "~>"
78
+ - - ~>
79
79
  - !ruby/object:Gem::Version
80
80
  version: '2'
81
81
  description: Swipebox | A touchable lightbox for the Rails asset pipeline.
@@ -85,13 +85,16 @@ executables: []
85
85
  extensions: []
86
86
  extra_rdoc_files: []
87
87
  files:
88
+ - lib/swipebox/version.rb
89
+ - lib/swipebox.rb
90
+ - vendor/assets/images/swipebox-icons.png
91
+ - vendor/assets/images/swipebox-icons.svg
92
+ - vendor/assets/images/swipebox-loader.gif
93
+ - vendor/assets/javascripts/swipebox.js
94
+ - vendor/assets/stylesheets/swipebox.css.scss
88
95
  - MIT-LICENSE
89
- - README.md
90
96
  - Rakefile
91
- - lib/swipebox.rb
92
- - lib/swipebox/version.rb
93
- - test/dummy/README.rdoc
94
- - test/dummy/Rakefile
97
+ - README.md
95
98
  - test/dummy/app/assets/javascripts/application.js
96
99
  - test/dummy/app/assets/stylesheets/application.css
97
100
  - test/dummy/app/controllers/application_controller.rb
@@ -100,7 +103,6 @@ files:
100
103
  - test/dummy/bin/bundle
101
104
  - test/dummy/bin/rails
102
105
  - test/dummy/bin/rake
103
- - test/dummy/config.ru
104
106
  - test/dummy/config/application.rb
105
107
  - test/dummy/config/boot.rb
106
108
  - test/dummy/config/database.yml
@@ -117,11 +119,14 @@ files:
117
119
  - test/dummy/config/initializers/wrap_parameters.rb
118
120
  - test/dummy/config/locales/en.yml
119
121
  - test/dummy/config/routes.rb
122
+ - test/dummy/config.ru
120
123
  - test/dummy/log/test.log
121
124
  - test/dummy/public/404.html
122
125
  - test/dummy/public/422.html
123
126
  - test/dummy/public/500.html
124
127
  - test/dummy/public/favicon.ico
128
+ - test/dummy/Rakefile
129
+ - test/dummy/README.rdoc
125
130
  - test/dummy/tmp/cache/assets/test/sass/af322a0e92ccadac09012d154ee28b4f413653a2/swipebox.css.scssc
126
131
  - test/dummy/tmp/cache/assets/test/sprockets/094fe312f84e24456e939e232419d161
127
132
  - test/dummy/tmp/cache/assets/test/sprockets/3624f679b2faef3c8d4f0be8b412a7b4
@@ -140,11 +145,6 @@ files:
140
145
  - test/dummy/tmp/cache/assets/test/sprockets/ecdcd5383451c2a6f726373f42341806
141
146
  - test/integration/swipebox_integration_test.rb
142
147
  - test/test_helper.rb
143
- - vendor/assets/images/swipebox-icons.png
144
- - vendor/assets/images/swipebox-icons.svg
145
- - vendor/assets/images/swipebox-loader.gif
146
- - vendor/assets/javascripts/swipebox.js
147
- - vendor/assets/stylesheets/swipebox.css.scss
148
148
  homepage: https://github.com/mrfoto/swipebox
149
149
  licenses:
150
150
  - MIT
@@ -155,17 +155,17 @@ require_paths:
155
155
  - lib
156
156
  required_ruby_version: !ruby/object:Gem::Requirement
157
157
  requirements:
158
- - - ">="
158
+ - - '>='
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - ">="
163
+ - - '>='
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.2.2
168
+ rubygems_version: 2.0.14
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Wrapper for Swipebox by @brutaldesign