chosen.scss 1.0.3beta → 1.0.4beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/project/manifest.rb +1 -1
  2. metadata +3 -3
@@ -1,4 +1,4 @@
1
1
  # Make sure you list all the project template files here in the manifest.
2
2
  stylesheet 'chosen-README.scss', :media => 'screen, projection'
3
- directory 'chosen', :within => images_dir
3
+ directory 'chosen', :within => 'images_dir'
4
4
  javascript 'chosen.jquery.min.js'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chosen.scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3beta
4
+ version: 1.0.4beta
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70278236324280 !ruby/object:Gem::Requirement
16
+ requirement: &70165648341340 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.11'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70278236324280
24
+ version_requirements: *70165648341340
25
25
  description: a sass implementation of Chosen for compass
26
26
  email: chosen+scss@tixz.dk
27
27
  executables: []