ubiquo 0.9.0.b1 → 0.9.0.b2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Rakefile +14 -12
  2. data/VERSION +1 -1
  3. data/lib/ubiquo/template.erb +6 -5
  4. data/ubiquo.gemspec +8 -8
  5. metadata +18 -16
data/Rakefile CHANGED
@@ -11,18 +11,20 @@ begin
11
11
  gem.email = "rsalvado@gnuine.com"
12
12
  gem.homepage = "http://www.ubiquo.me"
13
13
  gem.authors = [
14
- "Albert Callarisa",
15
- "Jordi Beltran",
16
- "Bernat Foj",
17
- "Eric García",
18
- "Felip Ladrón",
19
- "David Lozano",
20
- "Antoni Reina",
21
- "Ramon Salvadó",
22
- "Arnau Sánchez"
23
- ]
24
- gem.add_dependency(%q<rails>, '~> 3.2.0.rc1')
25
- gem.add_dependency(%q<bundler>, '>= 1.0.10')
14
+ "Albert Callarisa",
15
+ "Jordi Beltran",
16
+ "Bernat Foj",
17
+ "Eric García",
18
+ "Felip Ladrón",
19
+ "David Lozano",
20
+ "Antoni Reina",
21
+ "Ramon Salvadó",
22
+ "Arnau Sánchez"
23
+ ]
24
+ # journey dependency: temporal due to dependencies issue:
25
+ # http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released#comment-29814
26
+ gem.add_dependency(%q<journey>, '= 1.0.0.rc1')
27
+ gem.add_dependency(%q<rails>, '~> 3.2.0.rc2')
26
28
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
27
29
  end
28
30
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.0.b1
1
+ 0.9.0.b2
@@ -122,10 +122,11 @@ CODE
122
122
  # exception_recipient -> email to deliver application error messages (Ex: developers@foo.com)
123
123
  # sender_adress -> email to user in from when delivering error message (Ex: notifier@foo.com)
124
124
  initializer 'exception_notifier.rb', <<-CODE
125
- #Exception notification
126
- ExceptionNotifier.exception_recipients = %w( #{exception_recipient} )
127
- ExceptionNotifier.sender_address = %("Application Error" <#{sender_address}>)
128
- ExceptionNotifier.email_prefix = "[#{appname} \#\{RAILS_ENV\} ERROR]"
125
+ # Exception notification
126
+ #{appname.camelize}::Application.config.middleware.use ExceptionNotifier,
127
+ :email_prefix => "[#{appname} \#\{Rails.env\} ERROR]",
128
+ :sender_address => %("Application Error" <#{sender_address}>),
129
+ :exception_recipients => %w( #{exception_recipient} )
129
130
  CODE
130
131
  postgresql = <<-CODE
131
132
  base_config: &base_config
@@ -248,7 +249,7 @@ platforms :mri_18 do
248
249
  end
249
250
 
250
251
  group :assets do
251
- gem 'sass-rails', '~> 3.2.0'
252
+ gem 'sass-rails', '~> 3.2.3'
252
253
  gem 'coffee-rails', '~> 3.2.0'
253
254
 
254
255
  gem 'uglifier', '>= 1.0.3'
data/ubiquo.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ubiquo"
8
- s.version = "0.9.0.b1"
8
+ s.version = "0.9.0.b2"
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-04"
12
+ s.date = "2012-01-05"
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"]
@@ -43,15 +43,15 @@ Gem::Specification.new do |s|
43
43
  s.specification_version = 3
44
44
 
45
45
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
46
- s.add_runtime_dependency(%q<rails>, ["~> 3.2.0.rc1"])
47
- s.add_runtime_dependency(%q<bundler>, [">= 1.0.10"])
46
+ s.add_runtime_dependency(%q<journey>, ["= 1.0.0.rc1"])
47
+ s.add_runtime_dependency(%q<rails>, ["~> 3.2.0.rc2"])
48
48
  else
49
- s.add_dependency(%q<rails>, ["~> 3.2.0.rc1"])
50
- s.add_dependency(%q<bundler>, [">= 1.0.10"])
49
+ s.add_dependency(%q<journey>, ["= 1.0.0.rc1"])
50
+ s.add_dependency(%q<rails>, ["~> 3.2.0.rc2"])
51
51
  end
52
52
  else
53
- s.add_dependency(%q<rails>, ["~> 3.2.0.rc1"])
54
- s.add_dependency(%q<bundler>, [">= 1.0.10"])
53
+ s.add_dependency(%q<journey>, ["= 1.0.0.rc1"])
54
+ s.add_dependency(%q<rails>, ["~> 3.2.0.rc2"])
55
55
  end
56
56
  end
57
57
 
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: 229
4
+ hash: 227
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 0
10
10
  - b
11
- - 1
12
- version: 0.9.0.b1
11
+ - 2
12
+ version: 0.9.0.b2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Albert Callarisa
@@ -25,40 +25,42 @@ autorequire:
25
25
  bindir: bin
26
26
  cert_chain: []
27
27
 
28
- date: 2012-01-04 00:00:00 Z
28
+ date: 2012-01-05 00:00:00 Z
29
29
  dependencies:
30
30
  - !ruby/object:Gem::Dependency
31
- name: rails
31
+ name: journey
32
32
  prerelease: false
33
33
  requirement: &id001 !ruby/object:Gem::Requirement
34
34
  none: false
35
35
  requirements:
36
- - - ~>
36
+ - - "="
37
37
  - !ruby/object:Gem::Version
38
- hash: 15424087
38
+ hash: 15424055
39
39
  segments:
40
- - 3
41
- - 2
40
+ - 1
41
+ - 0
42
42
  - 0
43
43
  - rc
44
44
  - 1
45
- version: 3.2.0.rc1
45
+ version: 1.0.0.rc1
46
46
  type: :runtime
47
47
  version_requirements: *id001
48
48
  - !ruby/object:Gem::Dependency
49
- name: bundler
49
+ name: rails
50
50
  prerelease: false
51
51
  requirement: &id002 !ruby/object:Gem::Requirement
52
52
  none: false
53
53
  requirements:
54
- - - ">="
54
+ - - ~>
55
55
  - !ruby/object:Gem::Version
56
- hash: 3
56
+ hash: 15424081
57
57
  segments:
58
- - 1
58
+ - 3
59
+ - 2
59
60
  - 0
60
- - 10
61
- version: 1.0.10
61
+ - rc
62
+ - 2
63
+ version: 3.2.0.rc2
62
64
  type: :runtime
63
65
  version_requirements: *id002
64
66
  description: This gem provides a command-line interface to speed up the creation of ubiquo based apps.