ubiquo 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  Jeweler::Tasks.new do |gem|
8
8
  gem.name = "ubiquo"
9
9
  gem.summary = %Q{command line application for building ubiquo based applications.}
10
- gem.description = %Q{This gem provides a command-line interface to speed up creation of ubiquo based apps.}
10
+ gem.description = %Q{This gem provides a command-line interface to speed up the creation of ubiquo based apps.}
11
11
  gem.email = "rsalvado@gnuine.com"
12
12
  gem.homepage = "http://www.ubiquo.me"
13
13
  gem.authors = [
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.2
1
+ 0.4.3
@@ -88,6 +88,7 @@ Ubiquo::Config.add do |config|
88
88
  end
89
89
  CODE
90
90
  # Initializer for ubiquo crontab
91
+ if opts[:template] == :edge
91
92
  initializer 'ubiquo_crontab.rb', <<-CODE
92
93
  # -*- coding: utf-8 -*-
93
94
  Ubiquo::Cron::Crontab.schedule do |cron|
@@ -129,6 +130,7 @@ Ubiquo::Cron::Crontab.schedule do |cron|
129
130
  # cron.runner "* * * * *", "puts 6+6"
130
131
  end
131
132
  CODE
133
+ end
132
134
  # Initializer for exception notifier
133
135
  # Needs 3 params:
134
136
  # appname -> Application name (Ex: test)
data/ubiquo.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ubiquo}
8
- s.version = "0.4.2"
8
+ s.version = "0.4.3"
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{2011-02-14}
12
+ s.date = %q{2011-02-22}
13
13
  s.default_executable = %q{ubiquo}
14
- s.description = %q{This gem provides a command-line interface to speed up creation of ubiquo based apps.}
14
+ s.description = %q{This gem provides a command-line interface to speed up the creation of ubiquo based apps.}
15
15
  s.email = %q{rsalvado@gnuine.com}
16
16
  s.executables = ["ubiquo"]
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubiquo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Albert Callarisa
@@ -21,7 +21,7 @@ autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
23
 
24
- date: 2011-02-14 00:00:00 +01:00
24
+ date: 2011-02-22 00:00:00 +01:00
25
25
  default_executable: ubiquo
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
@@ -119,7 +119,7 @@ dependencies:
119
119
  version: "0.26"
120
120
  type: :development
121
121
  version_requirements: *id006
122
- description: This gem provides a command-line interface to speed up creation of ubiquo based apps.
122
+ description: This gem provides a command-line interface to speed up the creation of ubiquo based apps.
123
123
  email: rsalvado@gnuine.com
124
124
  executables:
125
125
  - ubiquo