jquerypp-rails 1.0.1.1.rc1 → 1.0.1.1.rc2

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.
@@ -17,16 +17,14 @@ if ::Rails.version < "3.1" || !::Rails.application.config.assets.enabled
17
17
  def copy_jquerypp
18
18
  say_status("copying", "jQuery++ (#{Jquerypp::Rails::JQUERY_VERSION})", :green)
19
19
  copy_file "jquerypp.js", "public/javascripts/jquerypp.js"
20
+ copy_file "jquerypp.js", "vendor/assets/javascripts/jquerypp.js"
20
21
  end
21
22
 
22
23
 
23
24
  def copy_jquerypp_lib
24
25
  say_status("copying", "jQuery++ lib (#{Jquerypp::Rails::JQUERY_VERSION})", :green)
25
- <<<<<<< Updated upstream
26
- copy_file "lib/.*", "public/javascripts/lib"
27
- =======
28
26
  copy_entry "lib/", "public/javascripts/lib"
29
- >>>>>>> Stashed changes
27
+ copy_entry "lib/", "vendor/assets/javascripts/lib"
30
28
  end
31
29
 
32
30
  end
@@ -1,6 +1,6 @@
1
1
  module Jquerypp
2
2
  module Rails
3
- VERSION = "1.0.1.1.rc1"
3
+ VERSION = "1.0.1.1.rc2"
4
4
  JQUERYPP_VERSION = "1.0b2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquerypp-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.1.rc1
4
+ version: 1.0.1.1.rc2
5
5
  prerelease: 8
6
6
  platform: ruby
7
7
  authors: