jquery-rails-aristo 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 883cff69f8f6050710b8a661bfaf0d75158575c2
4
+ data.tar.gz: 5e3d012b51428d7d3b14561bba09b04c2c38479c
5
+ SHA512:
6
+ metadata.gz: b6f11170f9170904ab19e8dccbe719f0cd079cbb33d27603acec070105a8e43904bc3d8e95a1e5f4b30578d27fe69ef33a617901d30e6ce3070da3e7f35ea04d
7
+ data.tar.gz: 848dadb7a062db6983529fbc0ef3cbef69fd9ea14190c0bebead1aff56399c4b397ae7cb2028caf3e277c700359e07471a20966a4dfd591d35da12074605f005
data/CHANGLOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Version 1.0.2
2
+ * Add support for Rails 4.
3
+
1
4
  # Version 1.0.1
2
5
  * Add support for jQuery UI 1.9 (see https://github.com/taitems/Aristo-jQuery-UI-Theme/pull/52, thanks to [krische](https://github.com/krische) and [justincampbell](https://github.com/justincampbell)).
3
6
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rails asset pipeline integration for the "Aristo" jQuery UI Theme
2
2
 
3
- This gem packages the "[Aristo](https://github.com/taitems/Aristo-jQuery-UI-Theme)" theme for [jQuery UI](http://www.jqueryui.com) for use with the asset pipeline in Rails 3.1 and higher.
3
+ This gem packages the "[Aristo](https://github.com/taitems/Aristo-jQuery-UI-Theme)" theme for [jQuery UI](http://www.jqueryui.com) for use with the asset pipeline in Rails 3.1 and higher (also works with Rails 4).
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,4 +10,4 @@ This gem packages the "[Aristo](https://github.com/taitems/Aristo-jQuery-UI-Them
10
10
 
11
11
  * Add the following line to your `application.css.scss`
12
12
 
13
- //= require jqueryui-aristo/aristo
13
+ @import "jqueryui-aristo/aristo";
@@ -1,3 +1,3 @@
1
1
  module JqueryRailsAristo
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-rails-aristo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Stefan Daschek
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-04 00:00:00.000000000 Z
11
+ date: 2014-07-03 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 3.1.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 3.1.0
30
27
  description: Integrates the "Aristo" jQuery UI Theme (see https://github.com/taitems/Aristo-jQuery-UI-Theme)
@@ -35,44 +32,42 @@ executables: []
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
38
- - .gitignore
35
+ - ".gitignore"
39
36
  - CHANGLOG.md
40
37
  - Gemfile
41
38
  - README.md
42
39
  - Rakefile
40
+ - app/assets/stylesheets/jqueryui-aristo/aristo.css.scss
41
+ - app/assets/stylesheets/jqueryui-aristo/images/bg_fallback.png
42
+ - app/assets/stylesheets/jqueryui-aristo/images/icon_sprite.png
43
+ - app/assets/stylesheets/jqueryui-aristo/images/progress_bar.gif
44
+ - app/assets/stylesheets/jqueryui-aristo/images/slider_handles.png
45
+ - app/assets/stylesheets/jqueryui-aristo/images/ui-icons_222222_256x240.png
46
+ - app/assets/stylesheets/jqueryui-aristo/images/ui-icons_454545_256x240.png
43
47
  - jquery-rails-aristo.gemspec
44
- - lib/assets/stylesheets/jqueryui-aristo/aristo.css.scss
45
- - lib/assets/stylesheets/jqueryui-aristo/images/bg_fallback.png
46
- - lib/assets/stylesheets/jqueryui-aristo/images/icon_sprite.png
47
- - lib/assets/stylesheets/jqueryui-aristo/images/progress_bar.gif
48
- - lib/assets/stylesheets/jqueryui-aristo/images/slider_handles.png
49
- - lib/assets/stylesheets/jqueryui-aristo/images/ui-icons_222222_256x240.png
50
- - lib/assets/stylesheets/jqueryui-aristo/images/ui-icons_454545_256x240.png
51
48
  - lib/jquery-rails-aristo.rb
52
49
  - lib/jquery-rails-aristo/version.rb
53
50
  homepage: https://github.com/die-antwort/jquery-rails-aristo
54
51
  licenses: []
52
+ metadata: {}
55
53
  post_install_message:
56
54
  rdoc_options: []
57
55
  require_paths:
58
56
  - lib
59
57
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
58
  requirements:
62
- - - ! '>='
59
+ - - ">="
63
60
  - !ruby/object:Gem::Version
64
61
  version: '0'
65
62
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
63
  requirements:
68
- - - ! '>='
64
+ - - ">="
69
65
  - !ruby/object:Gem::Version
70
66
  version: '0'
71
67
  requirements: []
72
68
  rubyforge_project: jquery-rails-aristo
73
- rubygems_version: 1.8.24
69
+ rubygems_version: 2.2.2
74
70
  signing_key:
75
- specification_version: 3
71
+ specification_version: 4
76
72
  summary: Rails asset pipeline integration for the "Aristo" jQuery UI Theme
77
73
  test_files: []
78
- has_rdoc: