sql_search_n_sort 1.11 → 1.12

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: 0d2ef28d0c080443f863df678f3240a790e52e63
4
- data.tar.gz: 07d8c79afdfbb98bc2a509d6ad3d658a5c1482f1
3
+ metadata.gz: 9af11ca62a4391b5acd53d50d499e6cc4488b3d7
4
+ data.tar.gz: 55aecf5e177f2e306dfaca1174a81adda50ebf16
5
5
  SHA512:
6
- metadata.gz: 32a0877c52ec25728f37a934069a9a9994f8da1269df669bbb17249d95fc58aa2e6bd4f8647f7766619462f23dadd8fd0dbc517b20625e86cda3896888a7fe7f
7
- data.tar.gz: fdc6afff723922fab0f558aaa76c461835c9b2528fdebf4eb9a9385871873d967f3d7172a3846d2aa527dd5d19126755f6a3012f2edb3dfeec2a54b3a19a721c
6
+ metadata.gz: 4eecb4682c385b17c819c2e2957efa9aa73356a7da50bee52c1ff7f933ce8c0488b8cae798ff389a107e885d569f0260c52328e9a1d58b73ef1d2572493b11ea
7
+ data.tar.gz: 3d82d98e83f93addcafd32088ecdd77af08821c42e84aa995044d909e83ebb50d446b16f842cc74d1e58d704b1a003d0c440b4e3ee43d60614dc84a46bd0f4f8
@@ -1,7 +1,6 @@
1
1
  require 'rails/generators'
2
2
  module SqlSearchNSort
3
3
  class InstallGenerator < Rails::Generators::Base
4
- puts "Inside Generator"
5
4
 
6
5
  source_paths << File.expand_path('../views/application', __FILE__)
7
6
  source_paths << File.expand_path('../assets/javascripts', __FILE__)
@@ -14,9 +13,6 @@ module SqlSearchNSort
14
13
 
15
14
  base_path = "app/assets/javascripts"
16
15
  copy_file('sql_search_n_sort.js', File.join(base_path, 'sql_search_n_sort.js'))
17
-
18
- # base_path = "app/helpers"
19
- # copy_file('sql_search_n_sort_helper.rb', File.join(base_path, 'sql_search_n_sort_helper.rb'))
20
16
 
21
17
  end
22
18
 
@@ -1,3 +1,3 @@
1
1
  module SqlSearchNSort
2
- VERSION = "1.11"
2
+ VERSION = "1.12"
3
3
  end
Binary file