jquery-rails-cdn-yjchen 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -27,6 +27,7 @@ On top of that, if you're using asset pipeline, you may have noticed that the ma
27
27
 
28
28
  Changelog:
29
29
 
30
+ * v0.3.1: Fix packaging bug.
30
31
  * v0.3.0: Microsoft and Yandex are now always scheme-less. (Thanks to @atipugin)
31
32
  * v0.2.2: Remove Bootstrap and Angular.js to their own rails engine.
32
33
  * v0.2.1: Add Angular.js
@@ -41,14 +42,14 @@ Changelog:
41
42
  Add this line to your application's Gemfile:
42
43
 
43
44
  ```ruby
44
- gem 'jquery-rails-cdn'
45
+ gem 'jquery-rails-cdn-yjchen'
45
46
  ```
46
47
 
47
48
  ## Usage
48
49
 
49
50
  This gem adds these methods to generate a script tag to the jQuery on a CDN of your preference:
50
51
  `jquery_include_tag` and `jquery_url`
51
- `jQuery_ui_include_tag` and `jquery_ui_url`
52
+ `jquery_ui_include_tag` and `jquery_ui_url`
52
53
 
53
54
  If you're using asset pipeline with Rails 3.1+, first remove `//= require jquery` and `//= require jquery-ui` from `application.js`.
54
55
 
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Rails
3
3
  module Cdn
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ require 'jquery-rails-cdn'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-rails-cdn-yjchen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-13 00:00:00.000000000 Z
13
+ date: 2012-11-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jquery-rails
17
- requirement: &70271415758660 !ruby/object:Gem::Requirement
17
+ requirement: &70158996608640 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70271415758660
25
+ version_requirements: *70158996608640
26
26
  description: Add CDN support to jquery-rails
27
27
  email:
28
28
  - kenn.ejima@gmail.com
@@ -37,6 +37,7 @@ files:
37
37
  - README.md
38
38
  - Rakefile
39
39
  - jquery-rails-cdn.gemspec
40
+ - lib/jquery-rails-cdn-yjchen.rb
40
41
  - lib/jquery-rails-cdn.rb
41
42
  - lib/jquery-rails-cdn/version.rb
42
43
  homepage: https://github.com/yjchen/jquery-rails-cdn