jquery_rails3 1.6 → 1.6.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.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'jquery_rails3'
15
- s.version = '1.6'
15
+ s.version = '1.6.1'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Jquery generator for rails 3'
@@ -5,7 +5,7 @@ module Jquery
5
5
  class_option :ui, :type => :boolean, :defalut => false, :desc => "Add jquery-ui components to application."
6
6
  class_option :ui_version, :type => :string, :defalut => "1", :desc => "Version of jquery-ui components to application."
7
7
  class_option :version, :type => :string, :defalut => "1", :desc => "Version of jquery used in application."
8
-
8
+ OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
9
9
 
10
10
  JS_DEST = "public/javascripts"
11
11
  CSS_DEST = "public/stylesheets"
@@ -25,7 +25,7 @@ module Jquery
25
25
  #puts url
26
26
  get url, "#{JS_DEST}/jquery.js"
27
27
 
28
- get "http://github.com/rails/jquery-ujs/raw/master/src/rails.js", "#{JS_DEST}/rails.js"
28
+ get "https://github.com/rails/jquery-ujs/raw/master/src/rails.js", "#{JS_DEST}/rails.js"
29
29
  url = "http://ajax.googleapis.com/ajax/libs/jqueryui/#{ui_version}/jquery-ui.min.js"
30
30
  #puts url
31
31
  if options.ui?
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- version: "1.6"
8
+ - 1
9
+ version: 1.6.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Allan Davis
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2011-05-05 00:00:00 -04:00
17
+ date: 2011-05-09 00:00:00 -04:00
17
18
  default_executable:
18
19
  dependencies: []
19
20