ubiquo 0.2.10 → 0.2.11
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 +2 -2
- data/ubiquo.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.11
|
data/lib/ubiquo/template.erb
CHANGED
@@ -199,7 +199,7 @@ ActionController::Routing::Routes.draw do |map|
|
|
199
199
|
|
200
200
|
# Ubiquo plugins routes. See routes.rb from each plugin path.
|
201
201
|
#{ubiquo_routes}
|
202
|
-
<% if @opts[:template] == :edge %>
|
202
|
+
<% if @opts[:template] == :edge && @opts[:profile] == :complete %>
|
203
203
|
<%= "map.from_plugin :ubiquo_categories" %>
|
204
204
|
<% end %>
|
205
205
|
<% if opts[:gnuine] %>
|
@@ -259,7 +259,7 @@ CODE
|
|
259
259
|
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
|
-
<% if @opts[:template] == :edge %>
|
262
|
+
<% if @opts[:template] == :edge && @opts[:profile] == :complete %>
|
263
263
|
add_plugins(['ubiquo_categories'], :branch => nil)
|
264
264
|
<% end %>
|
265
265
|
<% if @opts[:gnuine] && opts[:profile] == :complete %>
|
data/ubiquo.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
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.11"
|
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"]
|
12
|
-
s.date = %q{2010-05-
|
12
|
+
s.date = %q{2010-05-31}
|
13
13
|
s.default_executable = %q{ubiquo}
|
14
14
|
s.description = %q{This gem provides a command-line application to make the creation of ubiquo based applications fast and easy.}
|
15
15
|
s.email = %q{rsalvado@gnuine.com}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 11
|
9
|
+
version: 0.2.11
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Albert Callarisa
|
@@ -20,7 +20,7 @@ autorequire:
|
|
20
20
|
bindir: bin
|
21
21
|
cert_chain: []
|
22
22
|
|
23
|
-
date: 2010-05-
|
23
|
+
date: 2010-05-31 00:00:00 +02:00
|
24
24
|
default_executable: ubiquo
|
25
25
|
dependencies:
|
26
26
|
- !ruby/object:Gem::Dependency
|