colorbox-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ //= require_tree .
@@ -1,3 +1,3 @@
1
1
  module ColorboxRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorbox-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "B\xC5\x82a\xC5\xBCej Kosmowski"
@@ -77,12 +77,13 @@ files:
77
77
  - app/assets/stylesheets/colorbox-rails/application.css
78
78
  - app/assets/stylesheets/colorbox-rails/colorbox.css
79
79
  - app/assets/javascripts/colorbox-rails/jquery.colorbox-min.js
80
- - app/assets/javascripts/colorbox-rails/application.js
80
+ - app/assets/javascripts/colorbox-rails/colorbox-links.js
81
+ - app/assets/javascripts/application.js
81
82
  - config/routes.rb
82
83
  - lib/colorbox-rails.rb
83
84
  - lib/tasks/colorbox-rails_tasks.rake
84
- - lib/colorbox-rails/version.rb
85
85
  - lib/colorbox-rails/engine.rb
86
+ - lib/colorbox-rails/version.rb
86
87
  - MIT-LICENSE
87
88
  - Rakefile
88
89
  - README.rdoc