splendeo-lightbox2_helpers 0.5 → 0.5.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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: splendeo-lightbox2_helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Enrique Garcia Cota (egarcia)
|
|
@@ -23,7 +23,6 @@ extra_rdoc_files:
|
|
|
23
23
|
- README
|
|
24
24
|
files:
|
|
25
25
|
- init.rb
|
|
26
|
-
- README
|
|
27
26
|
- lib/lightbox2_helpers.rb
|
|
28
27
|
- lib/lightbox2_helpers/lightbox2_helpers.rb
|
|
29
28
|
- lib/lightbox2_helpers/form_helpers.rb
|
|
@@ -39,8 +38,9 @@ files:
|
|
|
39
38
|
- public/javascripts/lightbox2_helpers/effects.js
|
|
40
39
|
- public/javascripts/lightbox2_helpers/lightbox.js
|
|
41
40
|
- public/stylesheets/lightbox2_helpers/lightbox.css
|
|
41
|
+
- README
|
|
42
42
|
has_rdoc: true
|
|
43
|
-
homepage: http://github.com/
|
|
43
|
+
homepage: http://github.com/splendeo/lightbox2_helpers
|
|
44
44
|
licenses:
|
|
45
45
|
post_install_message:
|
|
46
46
|
rdoc_options:
|
|
@@ -65,6 +65,6 @@ rubyforge_project:
|
|
|
65
65
|
rubygems_version: 1.3.5
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 2
|
|
68
|
-
summary: lightbox2_helpers
|
|
68
|
+
summary: lightbox2_helpers helpers for using lightbox2 on rails
|
|
69
69
|
test_files: []
|
|
70
70
|
|