fiksu-af 1.1.3 → 1.1.4

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/fiksu-af.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.name = 'fiksu-af'
8
8
  s.version = Af::VERSION
9
9
  s.license = 'New BSD License'
10
- s.date = '2013-11-09'
10
+ s.date = '2013-11-18'
11
11
  s.summary = "An application framework for ruby on rails based scripts."
12
12
  s.description = "Af groups together gems and provides some glue and helper classes to easily creating applications in a ruby on rails environment."
13
13
  s.authors = ["Keith Gabryelski", "Leonardo Meira"]
@@ -165,7 +165,7 @@ module Af
165
165
  end
166
166
  rescue Exception => e
167
167
  # catching Exception cause some programs and libraries suck
168
- logger.error "fatal error durring work: #{e.message}"
168
+ logger.error "fatal error during work: #{e.message}"
169
169
  logger.warn e
170
170
  @has_errors = true
171
171
  end
@@ -1,4 +1,4 @@
1
1
  module Af
2
2
  # the current version of this gem
3
- VERSION = "1.1.3"
3
+ VERSION = "1.1.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiksu-af
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-09 00:00:00.000000000 Z
13
+ date: 2013-11-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pg_application_name
@@ -245,7 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
245
  version: '0'
246
246
  requirements: []
247
247
  rubyforge_project:
248
- rubygems_version: 1.8.24
248
+ rubygems_version: 1.8.25
249
249
  signing_key:
250
250
  specification_version: 3
251
251
  summary: An application framework for ruby on rails based scripts.