font-awesome-less 4.0.3.1 → 4.0.3.2

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: 3b7f887ae0a7f3b9e24d30b0ff01aa892e4d9e92
4
- data.tar.gz: d810fd78c8f1dd1c6cd33614b6edaa4e3e77c9d7
3
+ metadata.gz: e59af55b871b37665055b8ece1fbb288bbf0a107
4
+ data.tar.gz: e3c1891f7741886fec1cf6f60ca6c0e52cecd007
5
5
  SHA512:
6
- metadata.gz: a068fe0042c2beebc4da30868896dd597ccccb619302154f21679128ba8a2a4a24a82d03077800f5b3b698898a27bd6f8e76a6e2cca4833cf4736772a395b216
7
- data.tar.gz: 39281754a6dc2a68cccf6b333a03123d85b66b75af6b279ca97d452f18183a229145bd98440174114a3a84955040b846e2a0394a4dad907459fc7383f9e38b1e
6
+ metadata.gz: 5738bb17360d367354cc108df2752b866b2e7556dcf74ca87cdad65b3b1b3347ceab1c5ede61f432a36212acb4de846867914bb27b24c794463b19858c11dd44
7
+ data.tar.gz: cb68dbf8739aff597e35151e021e49135923b833ef17cd195f2ba98f806fdb1bc2f38e2a4c5d5fc44c49d12dac97ae3ec7bdb6454a6eef18a027933a350fbdf2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Font::Awesome::Less
2
2
 
3
- Font-Awesome LESS gem for use in Ruby projects
3
+ Font-Awesome LESS gem for use in Rails projects
4
4
 
5
5
  ## Installation
6
6
 
@@ -16,7 +16,7 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install font-awesome-less
18
18
 
19
- If you use Rails/Sprockets, add this to e.g. application.css.scss:
19
+ If you use Rails add this to e.g. application.css.scss:
20
20
 
21
21
  *= require font-awesome
22
22
 
@@ -8,7 +8,7 @@ module FontAwesome
8
8
  end
9
9
 
10
10
  def gem_path
11
- @gem_path ||= File.expand_path('..', File.dirname(__FILE__))
11
+ @gem_path ||= File.expand_path('../..', File.dirname(__FILE__))
12
12
  end
13
13
 
14
14
  def stylesheets_path
@@ -2,7 +2,7 @@ module FontAwesome
2
2
  module Less
3
3
  module Rails
4
4
  class Engine < ::Rails::Engine
5
- initializer 'font-awesome-sass.assets.precompile' do |app|
5
+ initializer 'font-awesome-less.assets.precompile' do |app|
6
6
  app.config.assets.precompile += %w(
7
7
  fontawesome-webfont.eot fontawesome-webfont.svg
8
8
  fontawesome-webfont.ttf fontawesome-webfont.woff)
@@ -4,7 +4,7 @@ module FontAwesome
4
4
  module Less
5
5
  module Rails
6
6
  class Railtie < ::Rails::Railtie
7
- initializer "font-awesome-sass.view_helpers" do
7
+ initializer "font-awesome-less.view_helpers" do
8
8
  ActionView::Base.send :include, ViewHelpers
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Less
3
- VERSION = '4.0.3.1'
3
+ VERSION = '4.0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-less
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3.1
4
+ version: 4.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Chase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-03 00:00:00.000000000 Z
11
+ date: 2014-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: less-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: less
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: 2.4.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 2.4.0
69
69
  description: Font-Awesome LESS gem for use in Ruby projects
@@ -73,7 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - .gitignore
76
+ - ".gitignore"
77
77
  - Gemfile
78
78
  - LICENSE.txt
79
79
  - README.md
@@ -113,17 +113,17 @@ require_paths:
113
113
  - lib
114
114
  required_ruby_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - '>='
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - '>='
121
+ - - ">="
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.0.5
126
+ rubygems_version: 2.2.2
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: Font-Awesome LESS