sinatra-compass 0.4.0.b → 0.4.0

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.
Files changed (3) hide show
  1. data/LICENSE +27 -0
  2. data/lib/sinatra/compass.rb +1 -1
  3. metadata +27 -26
data/LICENSE ADDED
@@ -0,0 +1,27 @@
1
+ copyright (c) 2010 Konstantin Haase. All rights reserved.
2
+
3
+ Developed by: Konstantin Haase
4
+ http://github.com/rkh/big_band
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to
8
+ deal with the Software without restriction, including without limitation the
9
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10
+ sell copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+ 1. Redistributions of source code must retain the above copyright notice,
13
+ this list of conditions and the following disclaimers.
14
+ 2. Redistributions in binary form must reproduce the above copyright
15
+ notice, this list of conditions and the following disclaimers in the
16
+ documentation and/or other materials provided with the distribution.
17
+ 3. Neither the name of Konstantin Haase, nor the names of other contributors
18
+ may be used to endorse or promote products derived from this Software without
19
+ specific prior written permission.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
27
+ WITH THE SOFTWARE.
@@ -28,7 +28,7 @@ module Sinatra
28
28
  end
29
29
 
30
30
  def stylesheet(name)
31
- settings.compass_prefix / name
31
+ settings.compass_prefix / "#{name}.css"
32
32
  end
33
33
  end
34
34
 
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-compass
3
- version: &id004 !ruby/object:Gem::Version
4
- prerelease: true
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- - b
10
- version: 0.4.0.b
9
+ version: 0.4.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Konstantin Haase
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-04-16 00:00:00 +02:00
17
+ date: 2010-05-02 00:00:00 +02:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -57,37 +56,40 @@ dependencies:
57
56
  - 0
58
57
  - 4
59
58
  - 0
60
- - c
61
- version: 0.4.0.c
59
+ version: 0.4.0
62
60
  type: :runtime
63
61
  version_requirements: *id003
64
62
  - !ruby/object:Gem::Dependency
65
63
  name: sinatra-test-helper
66
64
  prerelease: false
67
- requirement: &id005 !ruby/object:Gem::Requirement
65
+ requirement: &id004 !ruby/object:Gem::Requirement
68
66
  requirements:
69
- - - "="
70
- - *id004
67
+ - - ~>
68
+ - !ruby/object:Gem::Version
69
+ segments:
70
+ - 0
71
+ - 4
72
+ - 0
73
+ version: 0.4.0
71
74
  type: :development
72
- version_requirements: *id005
75
+ version_requirements: *id004
73
76
  - !ruby/object:Gem::Dependency
74
77
  name: sinatra
75
78
  prerelease: false
76
- requirement: &id006 !ruby/object:Gem::Requirement
79
+ requirement: &id005 !ruby/object:Gem::Requirement
77
80
  requirements:
78
- - - ">="
81
+ - - ~>
79
82
  - !ruby/object:Gem::Version
80
83
  segments:
84
+ - 1
81
85
  - 0
82
- - 9
83
- - 4
84
- version: 0.9.4
86
+ version: "1.0"
85
87
  type: :runtime
86
- version_requirements: *id006
88
+ version_requirements: *id005
87
89
  - !ruby/object:Gem::Dependency
88
90
  name: compass
89
91
  prerelease: false
90
- requirement: &id007 !ruby/object:Gem::Requirement
92
+ requirement: &id006 !ruby/object:Gem::Requirement
91
93
  requirements:
92
94
  - - ">="
93
95
  - !ruby/object:Gem::Version
@@ -97,11 +99,11 @@ dependencies:
97
99
  - 17
98
100
  version: 0.8.17
99
101
  type: :runtime
100
- version_requirements: *id007
102
+ version_requirements: *id006
101
103
  - !ruby/object:Gem::Dependency
102
104
  name: rspec
103
105
  prerelease: false
104
- requirement: &id008 !ruby/object:Gem::Requirement
106
+ requirement: &id007 !ruby/object:Gem::Requirement
105
107
  requirements:
106
108
  - - ">="
107
109
  - !ruby/object:Gem::Version
@@ -111,7 +113,7 @@ dependencies:
111
113
  - 0
112
114
  version: 1.3.0
113
115
  type: :development
114
- version_requirements: *id008
116
+ version_requirements: *id007
115
117
  description: Better Compass integration for Sinatra (part of BigBand).
116
118
  email: konstantin.mailinglists@googlemail.com
117
119
  executables: []
@@ -123,6 +125,7 @@ extra_rdoc_files: []
123
125
  files:
124
126
  - lib/sinatra/compass.rb
125
127
  - README.md
128
+ - LICENSE
126
129
  has_rdoc: yard
127
130
  homepage: http://github.com/rkh/sinatra-compass
128
131
  licenses: []
@@ -141,13 +144,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
144
  version: "0"
142
145
  required_rubygems_version: !ruby/object:Gem::Requirement
143
146
  requirements:
144
- - - ">"
147
+ - - ">="
145
148
  - !ruby/object:Gem::Version
146
149
  segments:
147
- - 1
148
- - 3
149
- - 1
150
- version: 1.3.1
150
+ - 0
151
+ version: "0"
151
152
  requirements: []
152
153
 
153
154
  rubyforge_project: