jquery-ui-rails-cdn 0.1.4 → 0.1.5
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 +4 -4
- data/README.md +3 -0
- data/jquery-ui-rails-cdn.gemspec +1 -1
- data/lib/jquery-ui-rails-cdn/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baf8d508bc296cedfc59d0b73677812317aedc77
|
|
4
|
+
data.tar.gz: fe1dfe136b2e0477d931f086c33655f31bbaeaea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca64f596eaa32f4e6d8789389db985d22358a97be89d004f7e2ae60312426f43c766cefb30d4191eede10a034d76bc2cf7f372b09646a4c1541a836abdb758b
|
|
7
|
+
data.tar.gz: 09feda670f9faa73e0a34a961542e778fc8080e67596da3c0512e18a8bb96be67d3e250aceb27d29e9223d6dbc86be04cb0fa9739030ece00b42df0d978d2252
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# jquery-ui-rails-cdn
|
|
2
2
|
|
|
3
|
+
NOTE: use v0.1.5 to use jquery-ui less then 5.0
|
|
4
|
+
|
|
3
5
|
Add CDN support to
|
|
4
6
|
|
|
5
7
|
* [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails).
|
|
@@ -29,6 +31,7 @@ On top of that, if you're using asset pipeline, you may have noticed that the ma
|
|
|
29
31
|
|
|
30
32
|
Changelog:
|
|
31
33
|
|
|
34
|
+
* v0.1.5: Lock jquery-ui-rails to < 5.0 due to major changes in jquery-ui
|
|
32
35
|
* v0.1.4: Stop exposing ```force: true``` to the tag
|
|
33
36
|
* v0.1.3: Various bugfixes
|
|
34
37
|
* v0.1.2: Compatibility fix + various gem spec changes
|
data/jquery-ui-rails-cdn.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
|
|
|
22
22
|
gem.cert_chain = ['gem-public_cert.pem']
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
-
gem.add_runtime_dependency 'jquery-ui-rails', '
|
|
25
|
+
gem.add_runtime_dependency 'jquery-ui-rails', '~> 4.1'
|
|
26
26
|
|
|
27
27
|
gem.add_development_dependency 'bundler', '~> 1.3'
|
|
28
28
|
gem.add_development_dependency 'rake'
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-ui-rails-cdn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mikhail Pobolovets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jquery-ui-rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.1
|
|
19
|
+
version: '4.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 4.1
|
|
26
|
+
version: '4.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|