wiskey 0.0.5 → 0.0.6

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.
@@ -17,3 +17,4 @@
17
17
  @import "css3/text-shadow";
18
18
  @import "css3/text-overflow";
19
19
  @import "css3/column-count";
20
+ @import "css3/user-select";
@@ -0,0 +1,10 @@
1
+ @mixin user-select($value) {
2
+ // auto | none | text
3
+ @include experimental(user-select, $value,
4
+ -moz, -webkit, -o, not -ms, not -khtml, official);
5
+ }
6
+
7
+ // Usage: Gradient position and shape-size are required. Color stops are optional.
8
+ // @include user-select(none);
9
+ // @include user-select(text);
10
+ // @include user-select(all);
@@ -1,3 +1,3 @@
1
1
  module Wiskey
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wiskey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-20 00:00:00.000000000Z
12
+ date: 2012-06-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70239908798100 !ruby/object:Gem::Requirement
16
+ requirement: &70138276599120 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70239908798100
24
+ version_requirements: *70138276599120
25
25
  description: The rails 3 gem, which include SCSS mixins and default rails templates
26
26
  for true-cutupping.
27
27
  email:
@@ -53,6 +53,7 @@ files:
53
53
  - app/assets/stylesheets/css3/_text-shadow.scss
54
54
  - app/assets/stylesheets/css3/_transform.scss
55
55
  - app/assets/stylesheets/css3/_transition.scss
56
+ - app/assets/stylesheets/css3/_user-select.scss
56
57
  - app/assets/stylesheets/functions/_experimental.scss
57
58
  - lib/tasks/install.rake
58
59
  - lib/wiskey.rb
@@ -82,8 +83,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
83
  version: '0'
83
84
  requirements: []
84
85
  rubyforge_project:
85
- rubygems_version: 1.8.10
86
+ rubygems_version: 1.8.11
86
87
  signing_key:
87
88
  specification_version: 3
88
89
  summary: The solutoiuns for the rails cutupping.
89
90
  test_files: []
91
+ has_rdoc: