iqvoc_similar_terms 0.6.0 → 0.6.1

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: 5574670dcaae5eb644031cc3a3001e1ed27e5557
4
- data.tar.gz: c17307ce55a94f9dd72b0929778a39fdac65d99f
3
+ metadata.gz: 0ab6e1a52bdf7c9b433aa8793ee99c7f33f9856c
4
+ data.tar.gz: aa3a4dc8b7cd9e38220e9a3ca1691bec0081468e
5
5
  SHA512:
6
- metadata.gz: 2dd41734dcbef3833adb297c7afb4a4de4f4639fafb9e208d775314c8f85c0085128cdb8e22870ff4061802ac6169af7077e5c875ea9e0ef003d90b4f7d6bbec
7
- data.tar.gz: 1c75a25789b1f75eb0e821f6e9abd4c401d6df42bec6ccffb87006e638442f4d21cdd10b9f122af5fec17764791f7f23df00a59ddf229e867498f335c343d507
6
+ metadata.gz: 03ff663565c62aced948707330dbee0f14029390fd3c6b233c531a27aafbdcc30aec72f714db7ce8b232bdf169b6f7351524ddf7ada1f2fe99e65ed8c9ea92b7
7
+ data.tar.gz: 60d19cb18ae35ad602c4b21dc7d6240a9b98efd59fdddc4446144daf3075171b5913fe3ab4ff4b8f05d5c969430ba5499be96e4106b5dd29a686d849161008aa
@@ -6,6 +6,7 @@
6
6
  <%= sidebar_item :icon => 'share', :text => 'HTML', :path => similar_path(:terms => params[:terms], :format => :html) %>
7
7
  <%= sidebar_item :icon => 'share', :text => 'RDF/XML', :path => similar_path(:terms => params[:terms], :format => :rdf) %>
8
8
  <%= sidebar_item :icon => 'share', :text => 'RDF/Turtle', :path => similar_path(:terms => params[:terms], :format => :ttl) %>
9
+ <%= sidebar_item :icon => 'share', :text => 'text/plain', :path => similar_path(:terms => params[:terms], :format => :text) %>
9
10
  <% end %>
10
11
  <% end %>
11
12
 
@@ -1,5 +1,5 @@
1
1
  module Iqvoc
2
2
  module SimilarTerms
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iqvoc_similar_terms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frederik Dohr