ubiquo 0.9.0.b6 → 0.9.0.b8
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/ubiquo.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.0.
|
|
1
|
+
0.9.0.b8
|
data/lib/ubiquo/template.erb
CHANGED
|
@@ -28,7 +28,7 @@ case choosen_plugin_set
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
# temporally overriden to the gemified set of plugins
|
|
31
|
-
selected_plugins = %w[
|
|
31
|
+
selected_plugins = minimal_plugins + %w[ubiquo_jobs]
|
|
32
32
|
|
|
33
33
|
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 238
|
|
34
34
|
def file(*args, &block)
|
data/ubiquo.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "ubiquo"
|
|
8
|
-
s.version = "0.9.0.
|
|
8
|
+
s.version = "0.9.0.b8"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Albert Callarisa", "Jordi Beltran", "Bernat Foj", "Eric Garc\303\255a", "Felip Ladr\303\263n", "David Lozano", "Antoni Reina", "Ramon Salvad\303\263", "Arnau S\303\241nchez"]
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ubiquo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 247
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 0
|
|
10
10
|
- b
|
|
11
|
-
-
|
|
12
|
-
version: 0.9.0.
|
|
11
|
+
- 8
|
|
12
|
+
version: 0.9.0.b8
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Albert Callarisa
|