publish_my_data 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,4 @@
4
4
  %p
5
5
  A dump of the complete dataset is available for download as
6
6
  = link_to dataset.data_dump.to_s, class:"btn icon-box-add type-a" do
7
- <span>N-Triples<small>(300Mb)</small></span>
7
+ <span>N-Triples<small>(#{dataset.size || "all"} triples)</small></span>
@@ -1,3 +1,3 @@
1
1
  module PublishMyData
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
File without changes