fancybox 0.0.17 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- data/fancybox.gemspec +1 -1
- data/lib/fancybox/version.rb +1 -1
- metadata +4 -4
data/fancybox.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.email = ["railscode@gmail.com"]
|
12
12
|
gem.description = "Fancybox 2 for Rails"
|
13
13
|
gem.summary = "Fancybox 2 for Rails"
|
14
|
-
gem.homepage = "https://github.com/
|
14
|
+
gem.homepage = "https://github.com/st-granat/fancybox"
|
15
15
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
17
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/fancybox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fancybox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.18
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass-rails
|
@@ -57,7 +57,7 @@ files:
|
|
57
57
|
- vendor/assets/stylesheets/fancybox.css
|
58
58
|
- vendor/assets/stylesheets/fancybox/2.1.3/changes.css.erb
|
59
59
|
- vendor/assets/stylesheets/fancybox/2.1.3/fancybox.css.erb
|
60
|
-
homepage: https://github.com/
|
60
|
+
homepage: https://github.com/st-granat/fancybox
|
61
61
|
licenses:
|
62
62
|
- MIT
|
63
63
|
post_install_message:
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
|
-
rubygems_version: 1.8.
|
81
|
+
rubygems_version: 1.8.19
|
82
82
|
signing_key:
|
83
83
|
specification_version: 3
|
84
84
|
summary: Fancybox 2 for Rails
|