cyaml 0.0.26 → 0.0.27
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.
- data/stylesheets/cyaml/core/base.sass +0 -1
- data/stylesheets/cyaml/core/iehacks.sass +0 -2
- data/stylesheets/cyaml/core/slim_iehacks.sass +0 -1
- data/stylesheets/cyaml/navigation/nav_shinybuttons.sass +0 -2
- data/stylesheets/cyaml/navigation/nav_slidingdoor.sass +0 -1
- data/stylesheets/cyaml/navigation/nav_vlist.sass +0 -2
- data/stylesheets/cyaml/patches/patch_layout_draft.sass +0 -2
- data/stylesheets/cyaml/patches/patch_nav_vlist.sass +0 -2
- data/stylesheets/cyaml/print/print_draft.sass +0 -2
- data/stylesheets/cyaml/screen/content.sass +0 -2
- data/stylesheets/cyaml/screen/forms.sass +0 -2
- metadata +10 -23
metadata
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 26
|
|
9
|
-
version: 0.0.26
|
|
4
|
+
version: 0.0.27
|
|
10
5
|
platform: ruby
|
|
11
6
|
authors:
|
|
12
7
|
- Michael Gerber
|
|
@@ -19,18 +14,14 @@ default_executable:
|
|
|
19
14
|
dependencies:
|
|
20
15
|
- !ruby/object:Gem::Dependency
|
|
21
16
|
name: compass
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
type: :runtime
|
|
18
|
+
version_requirement:
|
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
20
|
requirements:
|
|
25
21
|
- - ">="
|
|
26
22
|
- !ruby/object:Gem::Version
|
|
27
|
-
segments:
|
|
28
|
-
- 0
|
|
29
|
-
- 10
|
|
30
|
-
- 5
|
|
31
23
|
version: 0.10.5
|
|
32
|
-
|
|
33
|
-
version_requirements: *id001
|
|
24
|
+
version:
|
|
34
25
|
description: the yaml framework as compass gem
|
|
35
26
|
email: mike@citrin.ch
|
|
36
27
|
executables: []
|
|
@@ -97,10 +88,8 @@ files:
|
|
|
97
88
|
- templates/project/config.scss
|
|
98
89
|
- templates/project/basemod.scss
|
|
99
90
|
- templates/project/manifest.rb
|
|
100
|
-
has_rdoc:
|
|
91
|
+
has_rdoc: false
|
|
101
92
|
homepage: http://www.citrin.ch/
|
|
102
|
-
licenses: []
|
|
103
|
-
|
|
104
93
|
post_install_message:
|
|
105
94
|
rdoc_options: []
|
|
106
95
|
|
|
@@ -110,22 +99,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
110
99
|
requirements:
|
|
111
100
|
- - ">="
|
|
112
101
|
- !ruby/object:Gem::Version
|
|
113
|
-
segments:
|
|
114
|
-
- 0
|
|
115
102
|
version: "0"
|
|
103
|
+
version:
|
|
116
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
105
|
requirements:
|
|
118
106
|
- - ">="
|
|
119
107
|
- !ruby/object:Gem::Version
|
|
120
|
-
segments:
|
|
121
|
-
- 0
|
|
122
108
|
version: "0"
|
|
109
|
+
version:
|
|
123
110
|
requirements: []
|
|
124
111
|
|
|
125
112
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 1.3.
|
|
113
|
+
rubygems_version: 1.3.1
|
|
127
114
|
signing_key:
|
|
128
|
-
specification_version:
|
|
115
|
+
specification_version: 2
|
|
129
116
|
summary: the yaml framework as compass gem
|
|
130
117
|
test_files: []
|
|
131
118
|
|