wnw_show 0.0.2 → 1.0.0

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.
@@ -1,5 +1,5 @@
1
1
  module WnwShow
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -83,9 +83,9 @@ if (!wnw.show) wnw.show = {};
83
83
  };
84
84
  var assetPath = function(name) {
85
85
  // for wnw rails environment
86
- //return "<%= asset_path('wnw_show/show/" + name + "') %>";
86
+ return "<%= asset_path('wnw_show/show/" + name + "') %>";
87
87
  // for local test
88
- return "/wnw_show/vendor/assets/images/wnw_show/show/" + name;
88
+ //return "/wnw_show/vendor/assets/images/wnw_show/show/" + name;
89
89
  };
90
90
  //publicフィールド・関数定義
91
91
  wnw.show.start = start;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wnw_show
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: