ymdp 0.0.14 → 0.0.15

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 CHANGED
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.15
@@ -2,7 +2,6 @@ require 'rubygems'
2
2
  require 'rtranslate'
3
3
  require 'timer'
4
4
  require 'compiler/template_compiler'
5
- require 'translator/ymdp_translate'
6
5
 
7
6
  module ApplicationView
8
7
  module Yaml
@@ -98,7 +97,6 @@ module ApplicationView
98
97
  class Base
99
98
  include ApplicationView::FileSupport
100
99
  extend ApplicationView::FileSupport
101
- include ApplicationView::Support::Timer
102
100
  include ApplicationView::Translator::Support
103
101
 
104
102
  def self.original_translations
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.0.14"
8
+ s.version = "0.0.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeff Coleman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Coleman