dugway 0.6.6 → 0.6.7

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.
Files changed (3) hide show
  1. data/lib/dugway.rb +4 -4
  2. data/lib/dugway/version.rb +1 -1
  3. metadata +1 -1
data/lib/dugway.rb CHANGED
@@ -1,9 +1,9 @@
1
1
  # Set our encodings to ensure we're always dealing with UTF-8 data.
2
2
  # Users experiencing problems with their templates should ensure they are saved as UTF-8.
3
- silence_warnings do
4
- Encoding.default_external = Encoding::UTF_8
5
- Encoding.default_internal = Encoding::UTF_8
6
- end
3
+ old_verbose, $VERBOSE = $VERBOSE, nil
4
+ Encoding.default_external = Encoding::UTF_8
5
+ Encoding.default_internal = Encoding::UTF_8
6
+ $VERBOSE = old_verbose
7
7
 
8
8
  require 'active_support/all'
9
9
  require 'i18n'
@@ -1,3 +1,3 @@
1
1
  module Dugway
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dugway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: