jquery-ui-rails-test 6.0.3 → 6.0.4
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8974d8edeafc7673f5132b5ce6a1f83bf1c9aafb7a6d74fcee5749a50dd4e40
|
4
|
+
data.tar.gz: 21eb1e5a773918bff7a2ba871a5a5a78db63128105ff2447ba9b33763b62fea0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78f3e6c79a00cc3e53d162e35fc953189d145d1e7a81fb30ab5e1a701593af03a4a43040942503a032e8942ee0a7f659ee6844814b98c5fceeb0ca36812f10bb
|
7
|
+
data.tar.gz: 6a5f7f3cca811a1b8a350d8e04b417eadf4c4c0056cd2fef9c0ca7763859963e6b55d19d5b65b5d65a7d2e710f65aafb60d707172c288ee44fffa5bef8696ada
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.authors = ["Pedro Bini"]
|
8
8
|
s.email = ["dev.pedrobini@gmail.com"]
|
9
9
|
s.homepage = "https://github.com/pedro-lb/jquery-ui-rails"
|
10
|
-
s.summary = "
|
11
|
-
s.description = "
|
10
|
+
s.summary = "This is deprecated! do not install. See discussion: https://github.com/Constructor-io/jquery-ui-rails/pull/1"
|
11
|
+
s.description = "This is deprecated! do not install. See discussion: https://github.com/Constructor-io/jquery-ui-rails/pull/1"
|
12
12
|
s.license = "MIT"
|
13
13
|
|
14
14
|
s.required_rubygems_version = ">= 1.3.6"
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-ui-rails-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Bini
|
@@ -38,8 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '2.0'
|
41
|
-
description:
|
42
|
-
asset pipeline
|
41
|
+
description: 'This is deprecated! do not install. See discussion: https://github.com/Constructor-io/jquery-ui-rails/pull/1'
|
43
42
|
email:
|
44
43
|
- dev.pedrobini@gmail.com
|
45
44
|
executables: []
|
@@ -220,8 +219,8 @@ files:
|
|
220
219
|
- app/assets/stylesheets/jquery-ui-test/tabs.css
|
221
220
|
- app/assets/stylesheets/jquery-ui-test/theme.css.erb
|
222
221
|
- app/assets/stylesheets/jquery-ui-test/tooltip.css
|
223
|
-
- jquery-ui-rails.gemspec
|
224
|
-
- lib/jquery-ui-rails.rb
|
222
|
+
- jquery-ui-rails-test.gemspec
|
223
|
+
- lib/jquery-ui-rails-test.rb
|
225
224
|
- lib/jquery/ui/rails.rb
|
226
225
|
- lib/jquery/ui/rails/engine.rb
|
227
226
|
- lib/jquery/ui/rails/version.rb
|
@@ -247,5 +246,5 @@ requirements: []
|
|
247
246
|
rubygems_version: 3.1.6
|
248
247
|
signing_key:
|
249
248
|
specification_version: 4
|
250
|
-
summary:
|
249
|
+
summary: 'This is deprecated! do not install. See discussion: https://github.com/Constructor-io/jquery-ui-rails/pull/1'
|
251
250
|
test_files: []
|