merb-less-more 0.0.1 → 0.0.2
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/Rakefile +1 -81
- metadata +3 -3
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ GEM_NAME = "merb-less-more"
|
|
2
2
|
GEM_VERSION = "0.0.1"
|
3
3
|
AUTHOR = "Spencer Steffen"
|
4
4
|
EMAIL = "spencer@citrusme.com"
|
5
|
-
HOMEPAGE = "http://
|
5
|
+
HOMEPAGE = "http://github.com/citrus/merb-less-more"
|
6
6
|
SUMMARY = "Merb plugin for less css support."
|
7
7
|
|
8
8
|
|
@@ -26,83 +26,3 @@ begin
|
|
26
26
|
rescue LoadError
|
27
27
|
puts "Jeweler not available. Install it with: gem install jeweler"
|
28
28
|
end
|
29
|
-
|
30
|
-
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
#
|
35
|
-
#require 'rake/gempackagetask'
|
36
|
-
#
|
37
|
-
##require 'merb-core'
|
38
|
-
##require 'merb-core/tasks/merb'
|
39
|
-
#
|
40
|
-
#spec = Gem::Specification.new do |s|
|
41
|
-
#
|
42
|
-
#end
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#begin
|
46
|
-
# require 'jeweler'
|
47
|
-
# Jeweler::Tasks.new do |gemspec|
|
48
|
-
# # Attributes omitted.
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
# puts "WTf #{gemspec}"
|
53
|
-
#
|
54
|
-
#
|
55
|
-
# end
|
56
|
-
# Jeweler::GemcutterTasks.new
|
57
|
-
#rescue LoadError
|
58
|
-
# puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
59
|
-
#end
|
60
|
-
#
|
61
|
-
#
|
62
|
-
###Rake::GemPackageTask.new(spec) do |pkg|
|
63
|
-
### pkg.gem_spec = spec
|
64
|
-
###end
|
65
|
-
###
|
66
|
-
###desc "install the plugin as a gem"
|
67
|
-
###task :build do
|
68
|
-
### pkg.gem_spec = spec
|
69
|
-
###
|
70
|
-
### #Merb::RakeHelper.install(GEM_NAME, :version => GEM_VERSION)
|
71
|
-
###
|
72
|
-
###
|
73
|
-
###end
|
74
|
-
####
|
75
|
-
####desc "Uninstall the gem"
|
76
|
-
####task :uninstall do
|
77
|
-
#### Merb::RakeHelper.uninstall(GEM_NAME, :version => GEM_VERSION)
|
78
|
-
####end
|
79
|
-
###
|
80
|
-
###desc "Create a gemspec file"
|
81
|
-
###task :gemspec do
|
82
|
-
### File.open("#{GEM_NAME}.gemspec", "w") do |file|
|
83
|
-
### file.puts spec.to_ruby
|
84
|
-
### end
|
85
|
-
###end
|
86
|
-
###
|
87
|
-
####begin
|
88
|
-
#### require 'spec'
|
89
|
-
#### require 'spec/rake/spectask'
|
90
|
-
####
|
91
|
-
#### task :default => [ :spec ]
|
92
|
-
####
|
93
|
-
#### desc 'Run specifications'
|
94
|
-
#### Spec::Rake::SpecTask.new(:spec) do |t|
|
95
|
-
#### t.spec_opts << '--options' << 'spec/spec.opts' if File.exists?('spec/spec.opts')
|
96
|
-
#### t.spec_opts << '--color' << '--format' << 'specdoc'
|
97
|
-
#### begin
|
98
|
-
#### require 'rcov'
|
99
|
-
#### t.rcov_opts << '--exclude' << 'spec'
|
100
|
-
#### t.rcov_opts << '--text-summary'
|
101
|
-
#### t.rcov_opts << '--sort' << 'coverage' << '--sort-reverse'
|
102
|
-
#### rescue LoadError
|
103
|
-
#### # rcov not installed
|
104
|
-
#### end
|
105
|
-
#### end
|
106
|
-
####rescue LoadError
|
107
|
-
#### # rspec not installed
|
108
|
-
####end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Spencer Steffen
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- lib/merb-less-more/controller_extension.rb
|
51
51
|
- lib/merb-less-more/more.rb
|
52
52
|
has_rdoc: true
|
53
|
-
homepage: http://
|
53
|
+
homepage: http://github.com/citrus/merb-less-more
|
54
54
|
licenses: []
|
55
55
|
|
56
56
|
post_install_message:
|