css-lightbox 0.3.beta.0 → 0.3.beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ Compass::Frameworks.register("css-lightbox", :path => "#{File.dirname(__FILE__)}/..")
@@ -41,5 +41,5 @@ function lightboxBootstrap(boxes, close, sClass, hClass) {
41
41
 
42
42
  // Application ---------------------------------------------------------------
43
43
  $(document).ready(function(){
44
- lightboxBootstrap(lightboxes, closeLinks, showClass, hideClass);
44
+ lightboxBootstrap(lightboxes, closeLinks, showClass, hideClass);
45
45
  });
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-lightbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196299
4
+ hash: 62196297
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - beta
10
- - 0
11
- version: 0.3.beta.0
10
+ - 1
11
+ version: 0.3.beta.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-18 00:00:00 -06:00
20
- default_executable:
19
+ date: 2011-03-18 00:00:00 Z
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
22
  name: compass
@@ -27,13 +26,11 @@ dependencies:
27
26
  requirements:
28
27
  - - ">="
29
28
  - !ruby/object:Gem::Version
30
- hash: 62196237
29
+ hash: 29
31
30
  segments:
32
31
  - 0
33
32
  - 11
34
- - beta
35
- - 3
36
- version: 0.11.beta.3
33
+ version: "0.11"
37
34
  type: :runtime
38
35
  version_requirements: *id001
39
36
  description: a css-only lightbox implementation for compass
@@ -46,13 +43,13 @@ extra_rdoc_files: []
46
43
 
47
44
  files:
48
45
  - README.mkdn
46
+ - lib/css-lightbox.rb
49
47
  - stylesheets/_css-lightbox.scss
50
48
  - stylesheets/css-lightbox/_lightbox.scss
51
49
  - templates/project/_lightbox.scss
52
50
  - templates/project/lightbox.html
53
51
  - templates/project/lightbox.js
54
52
  - templates/project/manifest.rb
55
- has_rdoc: true
56
53
  homepage: http://www.oddbird.net/
57
54
  licenses: []
58
55
 
@@ -84,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
81
  requirements: []
85
82
 
86
83
  rubyforge_project:
87
- rubygems_version: 1.5.2
84
+ rubygems_version: 1.7.2
88
85
  signing_key:
89
86
  specification_version: 3
90
87
  summary: a css-only lightbox implementation for compass