ymdp 0.7.5 → 0.7.6

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.7.5
1
+ 0.7.6
@@ -84,20 +84,16 @@ YMDP.Init.after = function() {
84
84
 
85
85
  // Execute the before, startup and after methods. Do not overwrite. (Change YMDP.Init.startup to create a custom initializer.)
86
86
  YMDP.init = function() {
87
- try {
88
- Debug.log("OIB.init for view " + View.name, "<%= @message %>");
89
- Logger.init();
90
- Tags.init();
91
- YMDP.Init.browser();
92
- YMDP.Init.resources();
93
- I18n.addLanguageToBody();
94
- I18n.translateLoading();
95
- I18n.translateError();
96
- YMDP.Init.before();
97
- YMDP.Init.startup();
98
- } catch (omg) {
99
- alert(omg.message);
100
- }
87
+ Debug.log("OIB.init for view " + View.name, "<%= @message %>");
88
+ Logger.init();
89
+ Tags.init();
90
+ YMDP.Init.browser();
91
+ YMDP.Init.resources();
92
+ I18n.addLanguageToBody();
93
+ I18n.translateLoading();
94
+ I18n.translateError();
95
+ YMDP.Init.before();
96
+ YMDP.Init.startup();
101
97
  };
102
98
 
103
99
  YMDP.Init.browser = function() {
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.7.5"
8
+ s.version = "0.7.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Isaac Priestley"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 5
10
- version: 0.7.5
9
+ - 6
10
+ version: 0.7.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Isaac Priestley