fancybox 0.0.17 → 0.0.18

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.
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/vav/fancybox"
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) }
@@ -1,3 +1,3 @@
1
1
  module Fancybox
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
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.17
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-07-31 00:00:00.000000000 Z
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/vav/fancybox
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.23
81
+ rubygems_version: 1.8.19
82
82
  signing_key:
83
83
  specification_version: 3
84
84
  summary: Fancybox 2 for Rails