sass-getunicode 0.0.0 → 0.0.1

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NDE5YjNlNjI1NGJlMWE0NWFjZWU1NjE2Y2QxMWYwZDUyMzM4NDg2OQ==
5
+ data.tar.gz: !binary |-
6
+ ZDdmMzQ1YzhhOTdjZmZhYTBmYjU4YTE4Y2M5NzFjZTE4NzBmYTRjNA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ODE1OWZkYzA1YjlkMTJkZjc1YTJjODFkODk1OGFjMDFiM2NmYzkwOTM5YmMx
10
+ NzU5OGFkY2VhNGI1YjBkNDdmMzY2ODZkYmU3OTM3ZTcwZTcwMGUwYmViOWM4
11
+ ZjlmNjQxNzgyMjhlZTdjZTI4Y2E3MzJkZWFiY2YyNzMyMGNlMGM=
12
+ data.tar.gz: !binary |-
13
+ OTQ1ZWQwMDk3OGUxMzUyZjM1NDJiMWVlMzc1YjMyNjJkZmNiZDljMjA3ZDJh
14
+ ZWMwYTdhNTllNjA5YzI0MWZjMWUyMTg1MjU0OTliYWEyM2UwMWZiZTUwMWMw
15
+ MDdlODQ0ZTViYzBhNGU3NTBhNGQ2MGMzMTc1OTgzYzdjYmM3M2M=
@@ -1,14 +1,9 @@
1
- require "rubygems"
2
-
3
1
  #
4
- # Get a character unicode
5
- #
6
- # Usage
2
+ # Example:
7
3
  #
8
4
  # .foo:after{
9
5
  # content:getUnicode("⬆");
10
6
  # }
11
- #
12
7
  #
13
8
  module Sass::Script::Functions
14
9
  def getUnicode(string)
@@ -0,0 +1 @@
1
+ require 'sass/getunicode'
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-getunicode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
5
- prerelease:
4
+ version: 0.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Victor Coulon
@@ -10,36 +9,50 @@ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
11
  date: 2013-03-22 00:00:00.000000000 Z
13
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: sass
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
14
27
  description: Sass function for find a character unicode.
15
28
  email: vic.coulon@gmail.com
16
29
  executables: []
17
30
  extensions: []
18
31
  extra_rdoc_files: []
19
32
  files:
20
- - lib/getunicode.rb
33
+ - lib/sass/getunicode.rb
34
+ - lib/sass-getunicode.rb
21
35
  homepage: http://github.com/victa/sass-getunicode
22
36
  licenses: []
37
+ metadata: {}
23
38
  post_install_message:
24
39
  rdoc_options: []
25
40
  require_paths:
26
41
  - lib
27
42
  required_ruby_version: !ruby/object:Gem::Requirement
28
- none: false
29
43
  requirements:
30
44
  - - ! '>='
31
45
  - !ruby/object:Gem::Version
32
46
  version: '0'
33
47
  required_rubygems_version: !ruby/object:Gem::Requirement
34
- none: false
35
48
  requirements:
36
49
  - - ! '>='
37
50
  - !ruby/object:Gem::Version
38
51
  version: '0'
39
52
  requirements: []
40
53
  rubyforge_project:
41
- rubygems_version: 1.8.25
54
+ rubygems_version: 2.0.3
42
55
  signing_key:
43
- specification_version: 3
56
+ specification_version: 4
44
57
  summary: Sass function for find a character unicode.
45
58
  test_files: []