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 +1 -1
- data/lib/application_view/translator/base.rb +0 -2
- data/ymdp.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
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
|
data/ymdp.gemspec
CHANGED