swipebox 0.1.1 → 0.1.2

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: 06939f95b88a0b44627ab340441150bc05402254
4
- data.tar.gz: faac96c3dc942a323a8dbdf2a2e08448e2fe0564
3
+ metadata.gz: 8bfa76d1aeec1033c0e8878582dbe9857045c3de
4
+ data.tar.gz: bb2900de052fa2155ca996cc69269cd089929dce
5
5
  SHA512:
6
- metadata.gz: 70999ae7074002cf67b71345df7baf0d6c398e73b31e2951f9f9acb65087c83a567a8865dc52eeeada9f6011db54c3857dd9e6b6d05efdfab5fcd0251573ab9d
7
- data.tar.gz: 75237abbb02a2bdbd345e0936e46bf74a1bf0ab620ac8bcab811fc909bf1b277397ed836e96804794780d6f0d1905eca8e3bd38d584e1047104704281839c26a
6
+ metadata.gz: 4423988df489417585a3b0882fb2aaccba935afc5844a0a2a920b4dbfa902140baa89a65c13e62a4e380e1ecb4ccb7df61b5ad1c2ec869cb7c933bad698ea508
7
+ data.tar.gz: d495c4a594174c4ac4e5c61cdddbf71ce55f4c4bcd3f6719c8faebd9d82e2af5ab38c7d243dc584332f4357761d30f7297c8bf536a5f3713c6bf1d529f8100ce
@@ -1,3 +1,3 @@
1
1
  module Swipebox
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -36,3 +36,15 @@ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-21 15:29:07 +0200
36
36
  Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-21 15:29:07 +0200
37
37
  Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-21 17:43:23 +0200
38
38
  Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-21 17:43:23 +0200
39
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-22 11:02:46 +0200
40
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:02:46 +0200
41
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:02:46 +0200
42
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:03:12 +0200
43
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:03:12 +0200
44
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-22 11:03:12 +0200
45
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-22 11:04:26 +0200
46
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:04:26 +0200
47
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:04:26 +0200
48
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:05:25 +0200
49
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-22 11:05:25 +0200
50
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-22 11:05:25 +0200
@@ -10,4 +10,11 @@ describe "swipebox integration" do
10
10
  visit '/assets/swipebox.css'
11
11
  page.text.must_include '.swipebox {'
12
12
  end
13
+
14
+ it "includes images from assets in the compiled css" do
15
+ visit '/assets/swipebox.css'
16
+ page.text.must_include '/assets/icons.svg'
17
+ page.text.must_include '/assets/icons.png'
18
+ page.text.must_include '/assets/loader.gif'
19
+ end
13
20
  end
metadata CHANGED
@@ -1,57 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-21 00:00:00.000000000 Z
11
+ date: 2013-10-22 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: 4.0.0
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
19
+ version: '3.1'
20
+ - - <
25
21
  - !ruby/object:Gem::Version
26
- version: 4.0.0
27
- - !ruby/object:Gem::Dependency
28
- name: railties
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: '4.0'
22
+ version: '5.0'
34
23
  type: :runtime
35
24
  prerelease: false
36
25
  version_requirements: !ruby/object:Gem::Requirement
37
26
  requirements:
38
- - - ~>
27
+ - - '>='
39
28
  - !ruby/object:Gem::Version
40
- version: '4.0'
29
+ version: '3.1'
30
+ - - <
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
41
33
  - !ruby/object:Gem::Dependency
42
34
  name: sass-rails
43
35
  requirement: !ruby/object:Gem::Requirement
44
36
  requirements:
45
- - - ~>
37
+ - - '>='
46
38
  - !ruby/object:Gem::Version
47
- version: '4.0'
39
+ version: '3.1'
40
+ - - <
41
+ - !ruby/object:Gem::Version
42
+ version: '5.0'
48
43
  type: :runtime
49
44
  prerelease: false
50
45
  version_requirements: !ruby/object:Gem::Requirement
51
46
  requirements:
52
- - - ~>
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '3.1'
50
+ - - <
53
51
  - !ruby/object:Gem::Version
54
- version: '4.0'
52
+ version: '5.0'
55
53
  - !ruby/object:Gem::Dependency
56
54
  name: minitest
57
55
  requirement: !ruby/object:Gem::Requirement
@@ -80,8 +78,7 @@ dependencies:
80
78
  - - '>='
81
79
  - !ruby/object:Gem::Version
82
80
  version: '0'
83
- description: Adds Swipebox http://brutaldesign.github.io/swipebox/ to Rails asset
84
- pipeline.
81
+ description: Swipebox | A touchable lightbox for the Rails asset pipeline.
85
82
  email:
86
83
  - info@mr.si
87
84
  executables: []
@@ -178,7 +175,7 @@ rubyforge_project:
178
175
  rubygems_version: 2.1.9
179
176
  signing_key:
180
177
  specification_version: 4
181
- summary: Gem for Swipebox by @brutaldesign
178
+ summary: Wrapper for Swipebox by @brutaldesign
182
179
  test_files:
183
180
  - test/dummy/app/assets/javascripts/application.js
184
181
  - test/dummy/app/assets/stylesheets/application.css