ubiquo 0.9.0.b5 → 0.9.0.b6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.0.b5
1
+ 0.9.0.b6
@@ -262,7 +262,7 @@ jruby_adapter_gem = adapter_gem == "pg" ? "postgres" : adapter_gem
262
262
  ubiquo_gems = (selected_plugins).map do |plugin|
263
263
  <% if @opts[:gem_path] %>
264
264
  " gem \"#{plugin}\""
265
- <% else %>>
265
+ <% else %>
266
266
  " gem \"#{plugin}\", :git => #{plugin_repo(plugin)}"
267
267
  <% end %>
268
268
  end.join("\n")
@@ -302,7 +302,7 @@ end
302
302
  <% end %>
303
303
 
304
304
  gem "paperclip", "~> 2.4.5"
305
- gem "exception_notifier", "~> 1.0.0"
305
+ gem "exception_notification", "~> 2.5.2"
306
306
 
307
307
  <% if @opts[:profile] == :complete # used in i18n %>
308
308
  #gem 'routing-filter', '~> 0.2.4', :require => false
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ubiquo"
8
- s.version = "0.9.0.b5"
8
+ s.version = "0.9.0.b6"
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"]
12
- s.date = "2012-01-13"
12
+ s.date = "2012-01-18"
13
13
  s.description = "This gem provides a command-line interface to speed up the creation of ubiquo based apps."
14
14
  s.email = "rsalvado@gnuine.com"
15
15
  s.executables = ["ubiquo"]
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: 237
4
+ hash: 235
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 0
10
10
  - b
11
- - 5
12
- version: 0.9.0.b5
11
+ - 6
12
+ version: 0.9.0.b6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Albert Callarisa
@@ -25,7 +25,7 @@ autorequire:
25
25
  bindir: bin
26
26
  cert_chain: []
27
27
 
28
- date: 2012-01-13 00:00:00 Z
28
+ date: 2012-01-18 00:00:00 Z
29
29
  dependencies:
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rails