ubiquo 0.2.9 → 0.2.10
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/VERSION +1 -1
- data/lib/ubiquo/template.erb +1 -1
- data/test/fixtures/template.erb +1 -1
- data/ubiquo.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.10
|
data/lib/ubiquo/template.erb
CHANGED
@@ -260,7 +260,7 @@ ubiquo_branch = <%= @opts[:template] == :edge ? 'nil' : "'0.7-stable'" %>
|
|
260
260
|
add_plugins(selected_plugins + external_plugins, :branch => ubiquo_branch, :devel => <%= @opts[:devel] ? true : false %>)
|
261
261
|
|
262
262
|
<% if @opts[:template] == :edge %>
|
263
|
-
|
263
|
+
add_plugins(['ubiquo_categories'], :branch => nil)
|
264
264
|
<% end %>
|
265
265
|
<% if @opts[:gnuine] && opts[:profile] == :complete %>
|
266
266
|
plugin 'ubiquo_design', :git => 'gitosis@gandalf.gnuine.com:ubiquo_design.git', :submodule => true, :branch => ubiquo_branch
|
data/test/fixtures/template.erb
CHANGED
@@ -260,7 +260,7 @@ ubiquo_branch = <%= @opts[:template] == :edge ? 'nil' : "'0.7-stable'" %>
|
|
260
260
|
add_plugins(selected_plugins + external_plugins, :branch => ubiquo_branch, :devel => <%= @opts[:devel] ? true : false %>)
|
261
261
|
|
262
262
|
<% if @opts[:template] == :edge %>
|
263
|
-
|
263
|
+
add_plugins(['ubiquo_categories'], :branch => nil)
|
264
264
|
<% end %>
|
265
265
|
<% if @opts[:gnuine] && opts[:profile] == :complete %>
|
266
266
|
plugin 'ubiquo_design', :git => 'gitosis@gandalf.gnuine.com:ubiquo_design.git', :submodule => true, :branch => ubiquo_branch
|
data/ubiquo.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ubiquo}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Albert Callarisa", "Bernat Foj", "Eric Garc\303\255a", "Felip Ladr\303\263n", "Antoni Reina", "Ramon Salvad\303\263", "Arnau S\303\241nchez"]
|