trusty-cms 3.0.1 → 3.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22d7afbccf5af9f2a45ad798ddc209d8eb3d6cf9
4
- data.tar.gz: 48c6fea8fbad91e66ed091687bfa2c1b3e6bffc7
3
+ metadata.gz: a95869ca80b7bdebfe34f3298e39374179934ae6
4
+ data.tar.gz: 352a9a9808037a12359c46bab63f1f651aacc2e7
5
5
  SHA512:
6
- metadata.gz: c69d2ff0d860d7f124a9e384fc800bdc14d6972e7451db15976af2d2b9feb1db0eea6a16783fbdc499de018938bf221417a3316ce988cb914b6036584bbc9d5f
7
- data.tar.gz: 4a1269e4d2f95c38b2b59876ddd74dc6999945ab77ee622901feced68e8bf8817f7f51034dfff6586a4d211162c3d3feb7aa934eab817e70848e55e9a28fe971
6
+ metadata.gz: a91ac5d6b161a44b1caade9d94b91ec84a222cd7d77670ec226ff5bfca9087a83d6c6338daa345ad80138a7b1d966d22c123530eafc2027c8c8e4d6a276650a8
7
+ data.tar.gz: bfc329ef2ee4d31f06848494c970b495be70d8dece58304c653372a65a2f73b0fffbdac4464dc0e3bb23919e12e09b72cf4675b37b2d62643d0287ac9962de17
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- trusty-cms (3.0.1)
11
+ trusty-cms (3.0.2)
12
12
  RedCloth (~> 4.3.2)
13
13
  acts_as_tree (~> 2.6.1)
14
14
  bundler (~> 1.7)
@@ -155,7 +155,7 @@ GEM
155
155
  json (2.1.0)
156
156
  launchy (2.4.3)
157
157
  addressable (~> 2.3)
158
- libv8 (3.16.14.19)
158
+ libv8 (3.16.14.19-x86_64-darwin-16)
159
159
  loofah (2.0.3)
160
160
  nokogiri (>= 1.5.9)
161
161
  mail (2.6.6)
@@ -33,7 +33,8 @@
33
33
  }
34
34
 
35
35
  TabControl.addTab = function(tabText) {
36
- $('div#tab_control .tabs').append("<a id='tab_" + tabText + "' href='#' class='tab'><span>" + tabText + "</span><img src='" + ActionController::Base.relative_url_root + "<%= asset_path('admin/tab_close.png') %>' class='close' alt='Remove part' title='Remove part' /></a>");
36
+ var relative_url_root = "<%= ActionController::Base.relative_url_root %>";
37
+ $('div#tab_control .tabs').append("<a id='tab_" + tabText + "' href='#' class='tab'><span>" + tabText + "</span><img src='" + relative_url_root + "<%= asset_path('admin/tab_close.png') %>' class='close' alt='Remove part' title='Remove part' /></a>");
37
38
  var $page_part_index = $('#page_part_index_field');
38
39
  $page_part_index.val(parseInt($page_part_index.val()) + 1);
39
40
  }
data/lib/trusty_cms.rb CHANGED
@@ -2,6 +2,6 @@ TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unle
2
2
 
3
3
  unless defined? TrustyCms::VERSION
4
4
  module TrustyCms
5
- VERSION = "3.0.1"
5
+ VERSION = "3.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-14 00:00:00.000000000 Z
11
+ date: 2017-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo