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 CHANGED
@@ -1 +1 @@
1
- 0.9.0.b6
1
+ 0.9.0.b8
@@ -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[ubiquo_core ubiquo_authentication ubiquo_access_control]
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)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ubiquo"
8
- s.version = "0.9.0.b6"
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: 235
4
+ hash: 247
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 0
10
10
  - b
11
- - 6
12
- version: 0.9.0.b6
11
+ - 8
12
+ version: 0.9.0.b8
13
13
  platform: ruby
14
14
  authors:
15
15
  - Albert Callarisa