compass-cssfault 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +3 -0
  2. data/VERSION +1 -1
  3. metadata +2 -3
  4. data/compass-cssfault.gemspec +0 -49
data/Rakefile CHANGED
@@ -53,3 +53,6 @@ Rake::RDocTask.new do |rdoc|
53
53
  rdoc.rdoc_files.include('README*')
54
54
  rdoc.rdoc_files.include('lib/**/*.rb')
55
55
  end
56
+
57
+ Jeweler::GemcutterTasks.new
58
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-cssfault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Choan G\xC3\xA1lvez"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-06 00:00:00 +01:00
12
+ date: 2010-02-07 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -29,7 +29,6 @@ files:
29
29
  - README.rdoc
30
30
  - Rakefile
31
31
  - VERSION
32
- - compass-cssfault.gemspec
33
32
  - lib/cssfault.rb
34
33
  - lib/cssfault/compass_plugin.rb
35
34
  - lib/cssfault/stylesheets/_cssfault.sass
@@ -1,49 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{compass-cssfault}
8
- s.version = "0.1.1"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Choan G\303\241lvez"]
12
- s.date = %q{2010-02-06}
13
- s.description = %q{Easily create reusable layouts with Sass and Compass}
14
- s.email = %q{choan.galvez@gmail.com}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README.rdoc"
18
- ]
19
- s.files = [
20
- ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "compass-cssfault.gemspec",
27
- "lib/cssfault.rb",
28
- "lib/cssfault/compass_plugin.rb",
29
- "lib/cssfault/stylesheets/_cssfault.sass",
30
- "lib/cssfault/stylesheets/modules/_behaviour.sass",
31
- "lib/cssfault/stylesheets/modules/_layout.sass"
32
- ]
33
- s.homepage = %q{http://github.com/choan/compass-cssfault}
34
- s.rdoc_options = ["--charset=UTF-8"]
35
- s.require_paths = ["lib"]
36
- s.rubygems_version = %q{1.3.5}
37
- s.summary = %q{A plugin for Compass tailored for myself}
38
-
39
- if s.respond_to? :specification_version then
40
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
41
- s.specification_version = 3
42
-
43
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
44
- else
45
- end
46
- else
47
- end
48
- end
49
-