actionview-link_to_blank 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0837a75705362f414dcb9dd238aea537af4eabd1
4
- data.tar.gz: 3d620166ab6a1ab7c0621835627cc8943f30fda4
3
+ metadata.gz: 23e426373922150a81e24f62484e001d7c8ac8f0
4
+ data.tar.gz: 35fd5f9ceed3fddebbc34483c60dd8720a89686c
5
5
  SHA512:
6
- metadata.gz: 37c1f11a79b91925f569596f5d0abff9f5bb6428b2a5a109cf163779827cfb8d8487571d07c352b7d1fe7ea9d728146948b90214b3c1511e848648197c2c0c98
7
- data.tar.gz: 1f769ba6546238ea40ea7407f8e115a824bf15d4bff76a16650a7026d4d25288f81c3667c5ab852c1dcc0f6cf0f0ef94a60fc378c0ceff384befaef95378be01
6
+ metadata.gz: 5a0aadf6bdb801c1435cfa6d18ffa51c5c0982cce362fc35176031c10e3cde4b438b9a5e3e67aaf5612e90db503c3ed86a9266925c272f5ea2d7ade4a2c99bfe
7
+ data.tar.gz: 64329e4d5a6780b4c2feca2ee74e3568c25790c95be15be5327bbf4aea54973d149d82717cd8f996572de76765adbf59ca7703f0a582321d71e46dba51f3684a
@@ -0,0 +1 @@
1
+ strategy: 'none'
@@ -1,18 +1,26 @@
1
1
  language: ruby
2
+ sudo: false
2
3
  rvm:
3
- - 1.9.3
4
- - 2.0.0
5
- - 2.1.1
4
+ - 2.0.0
5
+ - 2.1.8
6
+ - 2.2.4
7
+ - 2.3.0
6
8
  before_install:
7
9
  - gem update bundler
8
10
  gemfile:
9
11
  - gemfiles/rails_3_2.gemfile
10
- - gemfiles/rails_3_2_stable.gemfile
11
12
  - gemfiles/rails_4_0.gemfile
12
- - gemfiles/rails_4_0_stable.gemfile
13
13
  - gemfiles/rails_4_1.gemfile
14
- - gemfiles/rails_4_1_stable.gemfile
14
+ - gemfiles/rails_4_2.gemfile
15
+ - gemfiles/rails_5_0.gemfile
15
16
  - gemfiles/rails_master.gemfile
16
- branches:
17
- only:
18
- - master
17
+ matrix:
18
+ exclude:
19
+ - rvm: 2.0.0
20
+ gemfile: gemfiles/rails_5_0.gemfile
21
+ - rvm: 2.0.0
22
+ gemfile: gemfiles/rails_master.gemfile
23
+ - rvm: 2.1.8
24
+ gemfile: gemfiles/rails_5_0.gemfile
25
+ - rvm: 2.1.8
26
+ gemfile: gemfiles/rails_master.gemfile
data/Appraisals CHANGED
@@ -1,38 +1,42 @@
1
- appraise "rails_3_2" do
2
- version = '~> 3.2'
1
+ appraise 'rails_3_2' do
2
+ version = '~> 3.2.0'
3
3
  gem 'actionpack', version
4
4
  gem 'activesupport', version
5
+ gem 'minitest', '~> 4.7.5'
6
+ gem 'test-unit', '~> 3.0'
5
7
  end
6
8
 
7
- appraise "rails_4_0" do
9
+ appraise 'rails_4_0' do
8
10
  version = '~> 4.0.0'
9
11
  gem 'actionpack', version
10
12
  gem 'activesupport', version
11
13
  end
12
14
 
13
- appraise "rails_4_1" do
15
+ appraise 'rails_4_1' do
14
16
  version = '~> 4.1.0'
15
17
  gem 'actionpack', version
16
18
  gem 'activesupport', version
17
19
  end
18
20
 
19
- appraise "rails_master" do
20
- gem 'actionview', github: 'rails/rails', branch: 'master'
21
- gem 'actionpack', github: 'rails/rails', branch: 'master'
22
- gem 'activesupport', github: 'rails/rails', branch: 'master'
23
- end
24
-
25
- appraise "rails_3_2_stable" do
26
- gem 'actionpack', github: 'rails/rails', branch: '3-2-stable'
27
- gem 'activesupport', github: 'rails/rails', branch: '3-2-stable'
21
+ appraise 'rails_4_2' do
22
+ version = '~> 4.2.0'
23
+ gem 'actionview', version
24
+ gem 'actionpack', version
25
+ gem 'activesupport', version
26
+ gem 'rails-dom-testing'
28
27
  end
29
28
 
30
- appraise "rails_4_0_stable" do
31
- gem 'actionpack', github: 'rails/rails', branch: '4-0-stable'
32
- gem 'activesupport', github: 'rails/rails', branch: '4-0-stable'
29
+ appraise 'rails_5_0' do
30
+ version = '~> 5.0.0.beta'
31
+ gem 'actionview', version
32
+ gem 'actionpack', version
33
+ gem 'activesupport', version
34
+ gem 'rails-dom-testing'
33
35
  end
34
36
 
35
- appraise "rails_4_1_stable" do
36
- gem 'actionpack', github: 'rails/rails', branch: '4-1-stable'
37
- gem 'activesupport', github: 'rails/rails', branch: '4-1-stable'
37
+ appraise 'rails_master' do
38
+ gem 'actionview', github: 'rails/rails', branch: 'master'
39
+ gem 'actionpack', github: 'rails/rails', branch: 'master'
40
+ gem 'activesupport', github: 'rails/rails', branch: 'master'
41
+ gem 'rails-dom-testing'
38
42
  end
data/README.md CHANGED
@@ -73,7 +73,7 @@ Use the `link_to_blank` helper method, equal `link_to('foo', target: '_blank')`
73
73
 
74
74
  $ bundle exec rake
75
75
 
76
- If you want to run against actionpack v3.2, v4.0, v4.1, and v4.2 run below:
76
+ If you want to run against actionpack v3.2, v4.0, v4.1, v4.2, v5.0 and master run below:
77
77
 
78
78
  $ bundle exec appraisal install
79
79
  $ bundle exec appraisal rake
@@ -83,8 +83,8 @@ Test for specific version:
83
83
  $ bundle exec appraisal install
84
84
  $ bundle exec appraisal rails_4_0 rake
85
85
 
86
- Prepare rails_3_2(gem), rails_3_2_stable(github), rails_4_0(gem), rails_4_0_stable(github), rails_4_1(gem),
87
- rails_4_1_stable(github), rails_master(github)
86
+ Prepare rails_3_2(gem), rails_4_0(gem), rails_4_1(gem),
87
+ rails_4_2(gem), rails_5_0(gem), rails_master(github)
88
88
 
89
89
  ## Contributing
90
90
 
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/testtask'
3
3
  require 'appraisal'
4
4
 
5
5
  desc 'Default Task'
6
- task :default => :test
6
+ task default: :test
7
7
 
8
8
  Rake::TestTask.new do |t|
9
9
  t.libs << 'test'
@@ -4,22 +4,22 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'action_view/link_to_blank/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "actionview-link_to_blank"
7
+ spec.name = 'actionview-link_to_blank'
8
8
  spec.version = ActionView::LinkToBlank::VERSION
9
- spec.authors = ["sanemat"]
10
- spec.email = ["o.gata.ken@gmail.com"]
11
- spec.description = %q{Alias link_to with target _blank}
12
- spec.summary = %q{Alias link_to with target _blank}
13
- spec.homepage = "https://github.com/sanemat/actionview-link_to_blank"
14
- spec.license = "MIT"
9
+ spec.authors = ['sanemat']
10
+ spec.email = ['o.gata.ken@gmail.com']
11
+ spec.description = %q(Alias link_to with target _blank)
12
+ spec.summary = %q(Alias link_to with target _blank)
13
+ spec.homepage = 'https://github.com/sanemat/actionview-link_to_blank'
14
+ spec.license = 'MIT'
15
15
 
16
- spec.files = `git ls-files`.split($/)
16
+ spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
19
+ spec.require_paths = ['lib']
20
20
 
21
- spec.add_development_dependency "bundler", '>= 1.3'
22
- spec.add_development_dependency "rake"
21
+ spec.add_development_dependency 'bundler', '>= 1.3'
22
+ spec.add_development_dependency 'rake'
23
23
  spec.add_development_dependency 'minitest'
24
24
 
25
25
  spec.add_dependency 'actionpack'
@@ -0,0 +1,6 @@
1
+ # ChangeLog
2
+
3
+ ## 1.0.4
4
+
5
+ * Update dependencies
6
+ * Support rails v5
@@ -2,10 +2,12 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "coveralls", :require=>false
5
+ gem "coveralls", :require => false
6
6
  gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
8
- gem "actionpack", "~> 3.2"
9
- gem "activesupport", "~> 3.2"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
+ gem "actionpack", "~> 3.2.0"
9
+ gem "activesupport", "~> 3.2.0"
10
+ gem "minitest", "~> 4.7.5"
11
+ gem "test-unit", "~> 3.0"
10
12
 
11
- gemspec :path=>".././"
13
+ gemspec :path => "../"
@@ -2,10 +2,10 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "coveralls", :require=>false
5
+ gem "coveralls", :require => false
6
6
  gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
8
  gem "actionpack", "~> 4.0.0"
9
9
  gem "activesupport", "~> 4.0.0"
10
10
 
11
- gemspec :path=>".././"
11
+ gemspec :path => "../"
@@ -2,10 +2,10 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "coveralls", :require=>false
5
+ gem "coveralls", :require => false
6
6
  gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
8
  gem "actionpack", "~> 4.1.0"
9
9
  gem "activesupport", "~> 4.1.0"
10
10
 
11
- gemspec :path=>".././"
11
+ gemspec :path => "../"
@@ -0,0 +1,13 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "pry"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
+ gem "actionview", "~> 4.2.0"
9
+ gem "actionpack", "~> 4.2.0"
10
+ gem "activesupport", "~> 4.2.0"
11
+ gem "rails-dom-testing"
12
+
13
+ gemspec :path => "../"
@@ -0,0 +1,13 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "pry"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
+ gem "actionview", "~> 5.0.0.beta"
9
+ gem "actionpack", "~> 5.0.0.beta"
10
+ gem "activesupport", "~> 5.0.0.beta"
11
+ gem "rails-dom-testing"
12
+
13
+ gemspec :path => "../"
@@ -2,11 +2,12 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "coveralls", :require=>false
5
+ gem "coveralls", :require => false
6
6
  gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
8
- gem "actionview", :github=>"rails/rails", :branch=>"master"
9
- gem "actionpack", :github=>"rails/rails", :branch=>"master"
10
- gem "activesupport", :github=>"rails/rails", :branch=>"master"
7
+ gem "appraisal", :github => "thoughtbot/appraisal"
8
+ gem "actionview", :github => "rails/rails", :branch => "master"
9
+ gem "actionpack", :github => "rails/rails", :branch => "master"
10
+ gem "activesupport", :github => "rails/rails", :branch => "master"
11
+ gem "rails-dom-testing"
11
12
 
12
- gemspec :path=>".././"
13
+ gemspec :path => "../"
@@ -1,5 +1,5 @@
1
1
  module ActionView
2
2
  module LinkToBlank
3
- VERSION = "1.0.3"
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
@@ -1,2 +1,2 @@
1
- require "action_view/link_to_blank/version"
1
+ require 'action_view/link_to_blank/version'
2
2
  require 'action_view/link_to_blank/railtie' if defined? Rails
@@ -1,15 +1,18 @@
1
- #coding: utf-8
1
+ # coding: utf-8
2
2
  require 'coveralls'
3
3
  Coveralls.wear!
4
4
 
5
5
  require 'minitest/autorun'
6
+ require 'active_support'
6
7
  require 'active_support/concern'
7
8
  require 'active_support/deprecation'
8
9
  require 'active_support/core_ext'
9
10
  require 'active_support/testing/deprecation'
11
+ require 'action_controller'
10
12
  require 'action_view'
11
13
  require 'action_view/link_to_blank/link_to_blank'
12
14
  require 'action_dispatch'
15
+ require 'rails-dom-testing' if Gem::Version.new(ActionPack::VERSION::STRING) >= Gem::Version.new("4.2")
13
16
 
14
17
  # Copy from actionpack/test/abstract_unit.rb
15
18
  module RenderERBUtils
@@ -34,7 +37,6 @@ end
34
37
  Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
35
38
 
36
39
  class TestActionViewLinkToBlank < MiniTest::Test
37
-
38
40
  # In a few cases, the helper proxies to 'controller'
39
41
  # or request.
40
42
  #
@@ -54,7 +56,11 @@ class TestActionViewLinkToBlank < MiniTest::Test
54
56
  include ActionView::Helpers::UrlHelper
55
57
  include routes.url_helpers
56
58
 
57
- include ActionDispatch::Assertions::DomAssertions
59
+ dom_assertion = Gem::Version.new(ActionPack::VERSION::STRING) < Gem::Version.new("4.2")\
60
+ ? ActionDispatch::Assertions::DomAssertions
61
+ : Rails::Dom::Testing::Assertions::DomAssertions
62
+
63
+ include dom_assertion
58
64
  include ActiveSupport::Testing::Deprecation
59
65
  include ActionView::Context
60
66
  include RenderERBUtils
@@ -142,8 +148,8 @@ class TestActionViewLinkToBlank < MiniTest::Test
142
148
  end
143
149
 
144
150
  def test_link_tag_with_deprecated_confirm
145
- skip('Not deprecate in Rails3.2') if ActionPack::VERSION::MAJOR == 3
146
- skip('Remove in Rails4.1') if ActionPack::VERSION::MAJOR >= 4 && ActionPack::VERSION::MINOR >= 1
151
+ skip('Not deprecate in Rails3.2') if Gem::Version.new(ActionPack::VERSION::STRING) < Gem::Version.new('4')
152
+ skip('Remove in Rails4.1') if Gem::Version.new(ActionPack::VERSION::STRING) >= Gem::Version.new('4.1')
147
153
  assert_deprecated ":confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: \'Text\' }' instead" do
148
154
  assert_dom_equal(
149
155
  %{<a href="http://www.example.com" data-confirm="Are you sure?" target="_blank">Hello</a>},
@@ -228,8 +234,8 @@ class TestActionViewLinkToBlank < MiniTest::Test
228
234
  end
229
235
 
230
236
  def test_link_tag_using_post_javascript_and_with_deprecated_confirm
231
- skip('Not deprecate in Rails3.2') if ActionPack::VERSION::MAJOR == 3
232
- skip('Remove in Rails4.1') if ActionPack::VERSION::MAJOR >= 4 && ActionPack::VERSION::MINOR >= 1
237
+ skip('Not deprecate in Rails3.2') if Gem::Version.new(ActionPack::VERSION::STRING) < Gem::Version.new('4')
238
+ skip('Remove in Rails4.1') if Gem::Version.new(ActionPack::VERSION::STRING) >= Gem::Version.new('4.1')
233
239
  assert_deprecated ":confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: \'Text\' }' instead" do
234
240
  assert_dom_equal(
235
241
  %{<a href="http://www.example.com" data-method="post" rel="nofollow" data-confirm="Are you serious?" target="_blank">Hello</a>},
@@ -246,8 +252,8 @@ class TestActionViewLinkToBlank < MiniTest::Test
246
252
  end
247
253
 
248
254
  def test_link_tag_using_delete_javascript_and_href_and_with_deprecated_confirm
249
- skip('Not deprecate in Rails3.2') if ActionPack::VERSION::MAJOR == 3
250
- skip('Remove in Rails4.1') if ActionPack::VERSION::MAJOR >= 4 && ActionPack::VERSION::MINOR >= 1
255
+ skip('Not deprecate in Rails3.2') if Gem::Version.new(ActionPack::VERSION::STRING) < Gem::Version.new('4')
256
+ skip('Remove in Rails4.1') if Gem::Version.new(ActionPack::VERSION::STRING) >= Gem::Version.new('4.1')
251
257
  assert_deprecated ":confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: \'Text\' }' instead" do
252
258
  assert_dom_equal(
253
259
  %{<a href="\#" rel="nofollow" data-confirm="Are you serious?" data-method="delete" target="_blank">Destroy</a>},
@@ -275,7 +281,7 @@ class TestActionViewLinkToBlank < MiniTest::Test
275
281
 
276
282
  def test_link_tag_using_block_in_erb
277
283
  out = render_erb %{<%= link_to_blank('/') do %>Example site<% end %>}
278
- assert_equal '<a href="/" target="_blank">Example site</a>', out
284
+ assert_dom_equal '<a href="/" target="_blank">Example site</a>', out
279
285
  end
280
286
 
281
287
  def test_link_tag_with_html_safe_string
@@ -358,22 +364,22 @@ class TestActionViewLinkToBlank < MiniTest::Test
358
364
 
359
365
  @request = request_for_url("/?order=desc")
360
366
 
361
- assert_equal %{<a href="/?order=asc" target="_blank">Showing</a>},
367
+ assert_dom_equal %{<a href="/?order=asc" target="_blank">Showing</a>},
362
368
  link_to_blank_unless_current("Showing", hash_for(order: :asc))
363
- assert_equal %{<a href="http://www.example.com/?order=asc" target="_blank">Showing</a>},
369
+ assert_dom_equal %{<a href="http://www.example.com/?order=asc" target="_blank">Showing</a>},
364
370
  link_to_blank_unless_current("Showing", "http://www.example.com/?order=asc")
365
371
 
366
372
  @request = request_for_url("/?order=desc")
367
- assert_equal %{<a href="/?order=desc&amp;page=2\" target="_blank">Showing</a>},
373
+ assert_dom_equal %{<a href="/?order=desc&amp;page=2\" target="_blank">Showing</a>},
368
374
  link_to_blank_unless_current("Showing", hash_for(order: "desc", page: 2))
369
- assert_equal %{<a href="http://www.example.com/?order=desc&amp;page=2" target="_blank">Showing</a>},
375
+ assert_dom_equal %{<a href="http://www.example.com/?order=desc&amp;page=2" target="_blank">Showing</a>},
370
376
  link_to_blank_unless_current("Showing", "http://www.example.com/?order=desc&page=2")
371
377
 
372
378
  @request = request_for_url("/show")
373
379
 
374
- assert_equal %{<a href="/" target="_blank">Listing</a>},
380
+ assert_dom_equal %{<a href="/" target="_blank">Listing</a>},
375
381
  link_to_blank_unless_current("Listing", url_hash)
376
- assert_equal %{<a href="http://www.example.com/" target="_blank">Listing</a>},
382
+ assert_dom_equal %{<a href="http://www.example.com/" target="_blank">Listing</a>},
377
383
  link_to_blank_unless_current("Listing", "http://www.example.com/")
378
384
  end
379
385
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionview-link_to_blank
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-10 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,6 +88,7 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - ".gitignore"
91
+ - ".tachikoma.yml"
91
92
  - ".travis.yml"
92
93
  - Appraisals
93
94
  - Gemfile
@@ -95,12 +96,12 @@ files:
95
96
  - README.md
96
97
  - Rakefile
97
98
  - actionview-link_to_blank.gemspec
99
+ - changelog.md
98
100
  - gemfiles/rails_3_2.gemfile
99
- - gemfiles/rails_3_2_stable.gemfile
100
101
  - gemfiles/rails_4_0.gemfile
101
- - gemfiles/rails_4_0_stable.gemfile
102
102
  - gemfiles/rails_4_1.gemfile
103
- - gemfiles/rails_4_1_stable.gemfile
103
+ - gemfiles/rails_4_2.gemfile
104
+ - gemfiles/rails_5_0.gemfile
104
105
  - gemfiles/rails_master.gemfile
105
106
  - lib/action_view/link_to_blank/link_to_blank.rb
106
107
  - lib/action_view/link_to_blank/railtie.rb
@@ -127,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
128
  version: '0'
128
129
  requirements: []
129
130
  rubyforge_project:
130
- rubygems_version: 2.2.2
131
+ rubygems_version: 2.5.1
131
132
  signing_key:
132
133
  specification_version: 4
133
134
  summary: Alias link_to with target _blank
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require=>false
6
- gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
8
- gem "actionpack", :github=>"rails/rails", :branch=>"3-2-stable"
9
- gem "activesupport", :github=>"rails/rails", :branch=>"3-2-stable"
10
-
11
- gemspec :path=>".././"
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require=>false
6
- gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
8
- gem "actionpack", :github=>"rails/rails", :branch=>"4-0-stable"
9
- gem "activesupport", :github=>"rails/rails", :branch=>"4-0-stable"
10
-
11
- gemspec :path=>".././"
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require=>false
6
- gem "pry"
7
- gem "appraisal", :github=>"thoughtbot/appraisal"
8
- gem "actionpack", :github=>"rails/rails", :branch=>"4-1-stable"
9
- gem "activesupport", :github=>"rails/rails", :branch=>"4-1-stable"
10
-
11
- gemspec :path=>".././"