compass-connector 0.8.2 → 0.8.3
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 +15 -0
- data/lib/compass-connector.rb +1 -1
- data/lib/compass-connector/configuration.rb +4 -0
- metadata +5 -11
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
N2JhNmJlNDY4YzJjMTE1MGU1OWZmZjUyOWZmMDZiODljYmRjMzNhZQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NzM4NGEyMzFiNzVhZDU4ZjdiZTg5MzZmYzNmZjdkOTg5MjIwMzRiYQ==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
Y2Q2OWJiZTAzZWFiOWZhN2E1YWZjZWFlOWEyZjY4NDQ0NGFhNjA2MjYzMDk3
|
|
10
|
+
ZDQwNjg1MmI2M2Y5Yzg0ZGRhZTdmZWI0M2Y2OWYyNjQwNDBiMjVmMjBkMDFl
|
|
11
|
+
OGY1ZDlhZTdkOGI3MzJiOTU0ODM0Yjc3ZjhlNGJjODkxYTVjOTA=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZGQ1NGFlZmQ0NTQ1ZDBiYjNiNWZlZWRjM2FiM2ZlYjllNGU2ZTI0ZjJjNzlh
|
|
14
|
+
YmY4NjBjMjc2MTVhNzY0NTg3YjdkYjVjYWI2OWNjOGY0MWQzNjhkZTUyZjYy
|
|
15
|
+
NTQwZGNiZDEwNTc0OGMxYTc4OGVmMGNkMzBlNzgyODc5YzA0NTM=
|
data/lib/compass-connector.rb
CHANGED
|
@@ -6,6 +6,10 @@ CompassConnector::Resolver.configuration().each do |key,value|
|
|
|
6
6
|
gem lib, version
|
|
7
7
|
require lib
|
|
8
8
|
end
|
|
9
|
+
elsif key == "imports"
|
|
10
|
+
value.each do |path|
|
|
11
|
+
Compass.configuration.add_import_path path
|
|
12
|
+
end
|
|
9
13
|
else
|
|
10
14
|
if value.is_a?String and value.start_with?(":")
|
|
11
15
|
value[0]=''
|
metadata
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-connector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.8.3
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Arkadiusz Dzięgiel
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-01 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: compass
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ! '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -22,7 +20,6 @@ dependencies:
|
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - ! '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
@@ -30,7 +27,6 @@ dependencies:
|
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: json
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
31
|
- - ! '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
@@ -38,7 +34,6 @@ dependencies:
|
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
38
|
- - ! '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
@@ -65,27 +60,26 @@ files:
|
|
|
65
60
|
homepage: http://bitbucket.org/glorpen/compassconnector
|
|
66
61
|
licenses:
|
|
67
62
|
- GPL-3
|
|
63
|
+
metadata: {}
|
|
68
64
|
post_install_message: To fully utilize this gem you should install connector app for
|
|
69
65
|
your project
|
|
70
66
|
rdoc_options: []
|
|
71
67
|
require_paths:
|
|
72
68
|
- lib
|
|
73
69
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
|
-
none: false
|
|
75
70
|
requirements:
|
|
76
71
|
- - ! '>='
|
|
77
72
|
- !ruby/object:Gem::Version
|
|
78
73
|
version: '0'
|
|
79
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
|
-
none: false
|
|
81
75
|
requirements:
|
|
82
76
|
- - ! '>='
|
|
83
77
|
- !ruby/object:Gem::Version
|
|
84
78
|
version: '0'
|
|
85
79
|
requirements: []
|
|
86
80
|
rubyforge_project:
|
|
87
|
-
rubygems_version:
|
|
81
|
+
rubygems_version: 2.0.3
|
|
88
82
|
signing_key:
|
|
89
|
-
specification_version:
|
|
83
|
+
specification_version: 4
|
|
90
84
|
summary: Compass integration with any framework
|
|
91
85
|
test_files: []
|