jquery-rails-google-cdn 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54ef529ccce260475c2c3fffc5128b83f3caa577
4
- data.tar.gz: ca9fa62fabc2d6f7e1fd60a8a4e5cc6c1d35e5d7
3
+ metadata.gz: 08df228ff9b82110c226b6d6f895dae5ee5634db
4
+ data.tar.gz: b2fd7a384b0ab6af60fe541c8188ea8a137b41da
5
5
  SHA512:
6
- metadata.gz: 110303dd9493d24f42a88ec22693356cd4709281ef3b1abe5aea66b5731e8f195909f45575e8ce00588b24b2ce828cede01dd96b7c6f93fec17b41f7ea80900f
7
- data.tar.gz: 7b2541fc2b02651858074a8fc72fa7e0e6573dceee12a90a61144735f81f2f30cf9b9308fa6a403bd9d47d94daec73a476eb9b803dd0bca3510f83449a403616
6
+ metadata.gz: e343ab82736e519ee689ada1f4d0d0f793e44ed11f72267c4bf02baa16c04d8f9253caa3eb6eca7e245f33a7f365f94e362861fe0696a52f679ab4c659876701
7
+ data.tar.gz: 3fb57493861ad781e1fd35842326eba77c017f5639aaca4841599b49b96b5901a5eb71e1a4d3cf55484b3b1db75eaea73d3532a61723d31edd6214c2ae097d2f
data/README.md CHANGED
@@ -74,6 +74,7 @@ window.jQuery || document.write(unescape('%3Cscript src="/assets/jquery.min.js">
74
74
 
75
75
  ###Changelog
76
76
 
77
+ * v0.0.5: Updated Gem Description
77
78
  * v0.0.4: Bug Fixes
78
79
  * v0.0.3: Bug Fixes
79
80
  * v0.0.2: Changed up initial workflow, forking even further from the previous authors
data/demoapp/Gemfile.lock CHANGED
@@ -1,8 +1,3 @@
1
- PATH
2
- remote: /Users/chrishough/NoConformity/Code/Public/RubyGems/jquery_rails_google_cdn
3
- specs:
4
- jquery-rails-google-cdn (0.0.4)
5
-
6
1
  GEM
7
2
  remote: https://rubygems.org/
8
3
  specs:
@@ -50,6 +45,7 @@ GEM
50
45
  jquery-rails (3.0.1)
51
46
  railties (>= 3.0, < 5.0)
52
47
  thor (>= 0.14, < 2.0)
48
+ jquery-rails-google-cdn (0.0.4)
53
49
  json (1.8.0)
54
50
  mail (2.5.4)
55
51
  mime-types (~> 1.16)
@@ -116,7 +112,7 @@ DEPENDENCIES
116
112
  coffee-rails (~> 4.0.0)
117
113
  jbuilder (~> 1.0.1)
118
114
  jquery-rails
119
- jquery-rails-google-cdn!
115
+ jquery-rails-google-cdn
120
116
  rails (= 4.0.0.rc1)
121
117
  sass-rails (~> 4.0.0.rc1)
122
118
  sdoc
Binary file
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.authors = ["Chris Hough"]
5
5
  s.email = ["founders@noconformity.com"]
6
6
  s.description = %q{Use the Google CDN to serve jquery and fall back to the local version if the CDN is unreachable.}
7
- s.summary = %q{A s to serve jQuery from the Google CDN with fall back protection.}
7
+ s.summary = %q{A gem to serve jQuery from the Google CDN with fall back protection.}
8
8
  s.homepage = "https://github.com/chrishough/jquery-rails-google-cdn"
9
9
 
10
10
  s.files = `git ls-files`.split("\n")
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
 
13
13
  s.name = "jquery-rails-google-cdn"
14
14
  s.licenses = "GPL"
15
- s.version = '0.0.4'
15
+ s.version = '0.0.5'
16
16
 
17
17
  end
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-rails-google-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hough
@@ -78,6 +78,7 @@ files:
78
78
  - demoapp/vendor/assets/javascripts/.keep
79
79
  - demoapp/vendor/assets/javascripts/jquery/jquery.min.js
80
80
  - demoapp/vendor/assets/stylesheets/.keep
81
+ - jquery-rails-google-cdn-0.0.4.gem
81
82
  - jquery-rails-google-cdn.gemspec
82
83
  - lib/jquery-rails-google-cdn.rb
83
84
  - lib/jquery-rails-google-cdn/railtie.rb
@@ -105,5 +106,5 @@ rubyforge_project:
105
106
  rubygems_version: 2.0.3
106
107
  signing_key:
107
108
  specification_version: 4
108
- summary: A s to serve jQuery from the Google CDN with fall back protection.
109
+ summary: A gem to serve jQuery from the Google CDN with fall back protection.
109
110
  test_files: []