pretty_routes 0.1.0 → 0.1.1

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: 86790be2517ca36bbe36eeb36595689cdad29c5a
4
- data.tar.gz: 3686d99e80dc65b20de8ffaa20ef778f7cca7fda
3
+ metadata.gz: b7dbdbd45f54bd78551838ab52cb65dff343b02f
4
+ data.tar.gz: 7d3bbebf063a1156aba576a6698901c2a6bfe9cb
5
5
  SHA512:
6
- metadata.gz: 7d77f876e779c8dccbaa65080ceeb608c4b6acb4d07feb22477a60bd2844cb6336a83a1777bc42c47c49ffb575b64a2757ff6f9040d1f0a0dd34891590bf29e6
7
- data.tar.gz: eb4f79b38401a0c768c4e9f5c9e53e19e2d426b1316e8954a33f607a0688f2ee782a4e1c66422e40ef3bfd6f36ab3495005d99128ab30ed2e2e3a734af983510
6
+ metadata.gz: b36caf60e689aa1dee813ecafcdaf021de5a14cfd563cea6217bd38db011301bd38d41ec5e14a32d21fa590cff40f59ba63843dff68a9a68c0faa9f1d5f3c337
7
+ data.tar.gz: f675503a1e72c2bdfa87237e95ea1111e17becdad4ecbf37dda25ad61e97566dfe5723b0fb21ac4304ca21eab1b5112a3a716c76e0d1f0c909235c38426360dc
data/README.md CHANGED
@@ -8,7 +8,7 @@ Add this to the development group in your `Gemfile`:
8
8
 
9
9
  ```ruby
10
10
  group :development do
11
- gem 'pretty_routes'
11
+ gem 'pretty_routes', '~> 0.1.1'
12
12
  end
13
13
  ```
14
14
 
@@ -79,7 +79,7 @@ $(document).on('input', '#search-routes', function(){
79
79
 
80
80
  // Check if found_count
81
81
  if (found_count == 0) {
82
- $('tr.empty td').html('There are not any coincidence for <b>' + value + '</b>');
82
+ $('tr.empty td').html('No match for <b>' + value + '</b>');
83
83
  $('tr.empty').show();
84
84
  } else {
85
85
  $('tr.empty').hide();
@@ -2,5 +2,5 @@
2
2
  # Version of the Gem.
3
3
  #
4
4
  module PrettyRoutes
5
- VERSION = '0.1.0'.freeze
5
+ VERSION = '0.1.1'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pretty_routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angel M de Miguel