flexslider 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,11 @@ Flexslider 2 by Woo Themes - https://github.com/woothemes/FlexSlider
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'flexslider', :git => 'https://github.com/constantm/Flexslider-2-Rails-Gem.git'
9
+ gem 'flexslider'
10
+
11
+ Alternatively, you can get it from Github
12
+
13
+ gem 'flexslider', :git => 'https://github.com/constantm/Flexslider-2-Rails-Gem.git'
10
14
 
11
15
  And then execute:
12
16
 
@@ -1,3 +1,3 @@
1
1
  module Flexslider
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
@@ -48,7 +48,7 @@ html[xmlns] .slides {display: block;}
48
48
 
49
49
 
50
50
  /* Direction Nav */
51
- .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
51
+ .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
52
52
  .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
53
53
  .flex-direction-nav .flex-prev {left: -36px;}
54
54
  .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexslider
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
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: 2012-07-21 00:00:00.000000000 Z
12
+ date: 2012-11-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Flexslider 2 Rails Gem
15
15
  email:
@@ -20,6 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - lib/flexslider/version.rb
22
22
  - lib/flexslider.rb
23
+ - vendor/assets/images/bg_direction_nav.png
23
24
  - vendor/assets/javascripts/flexslider.js
24
25
  - vendor/assets/stylesheets/flexslider.css
25
26
  - LICENSE
@@ -44,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
45
  version: '0'
45
46
  requirements: []
46
47
  rubyforge_project:
47
- rubygems_version: 1.8.24
48
+ rubygems_version: 1.8.23
48
49
  signing_key:
49
50
  specification_version: 3
50
51
  summary: Rails wrapper for the Flexslider 2 jQuery carousel by WooThemes