ubiquo 0.4.4 → 0.4.5
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 +2 -2
- data/ubiquo.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.5
|
data/lib/ubiquo/template.erb
CHANGED
|
@@ -88,7 +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
|
+
<% if @opts[:template] == :edge %>
|
|
92
92
|
initializer 'ubiquo_crontab.rb', <<-CODE
|
|
93
93
|
# -*- coding: utf-8 -*-
|
|
94
94
|
Ubiquo::Cron::Crontab.schedule do |cron|
|
|
@@ -130,7 +130,7 @@ Ubiquo::Cron::Crontab.schedule do |cron|
|
|
|
130
130
|
# cron.runner "* * * * *", "puts 6+6"
|
|
131
131
|
end
|
|
132
132
|
CODE
|
|
133
|
-
end
|
|
133
|
+
<% end %>
|
|
134
134
|
# Initializer for exception notifier
|
|
135
135
|
# Needs 3 params:
|
|
136
136
|
# appname -> Application name (Ex: test)
|
data/ubiquo.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ubiquo}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.5"
|
|
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"]
|
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:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.4.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Albert Callarisa
|