devicon-rails 1.0.0 → 1.0.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: 786bc63f203211e1f8dc4131bb04029b4459398c
4
- data.tar.gz: 19d1d2da79148e32bcb94e9d07c770cd9da7c0bd
3
+ metadata.gz: b5192f8e9a63e991c94b10eda753a6d9cee328b8
4
+ data.tar.gz: fb987438cc5284a958d4d001d0805060be669a5f
5
5
  SHA512:
6
- metadata.gz: cfc737a7b1185efd1c6882f9364be0de7ccd1188297bbf70178614221848f9726f226e317802193616414d30b2149985823439c82604e277896f4c44fa1cf320
7
- data.tar.gz: 67490a645b6eb9ade59c796eeeafac6d884c9cb338edcb62a5d875f606ef845b6f99461500f6ef96da33d96ed9312f70766ba49f051ac84cd1210479f3858008
6
+ metadata.gz: 813133510509cdd65a82a80a86535da755292175c50af13a7c42b9d643a81889e88a489d8201fa41d31ce210da94153d0323ac3b03598cdd50c98d18caaebc62
7
+ data.tar.gz: 3082f5add38addfdc6c94bf13839a49e865fd2430158936da061a90947c69f7efc8b1333252e9596f2577fe742840cd2d8648f7781be65241aef1746bd594555
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Devicon-rails
2
-
2
+ [![Gem Version](https://badge.fury.io/rb/devicon-rails.svg)](https://badge.fury.io/rb/devicon-rails)
3
3
  ## Installation
4
4
 
5
5
  Add this line to your application's Gemfile:
6
6
 
7
7
  ```ruby
8
- gem 'devicon-rails', :git => 'https://github.com/dezande/devicon-rails'
8
+ gem 'devicon-rails'
9
9
  ```
10
10
 
11
11
  And then execute:
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Vincent Cornière"]
10
10
  spec.email = ["vincent.corniere@gmail.com"]
11
11
 
12
- spec.summary = "Devicon v2 for rails"
13
- spec.description = "Devicon v2 is a font."
12
+ spec.summary = "Devicon Rails is a font from Devicon V2 for Rails."
13
+ spec.description = "Devicon v2 is a font with logo from web service, language, library and framework."
14
14
  spec.homepage = "https://github.com/dezande/devicon-rails"
15
15
  spec.license = "MIT"
16
16
 
@@ -18,4 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.bindir = "exe"
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
+
22
+ spec.add_runtime_dependency 'rails', '~> 4'
23
+ spec.add_runtime_dependency 'sass-rails', '~> 5'
21
24
  end
@@ -1,5 +1,5 @@
1
1
  module Devicon
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,16 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devicon-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Cornière
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-18 00:00:00.000000000 Z
12
- dependencies: []
13
- description: Devicon v2 is a font.
11
+ date: 2016-02-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4'
27
+ - !ruby/object:Gem::Dependency
28
+ name: sass-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '5'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '5'
41
+ description: Devicon v2 is a font with logo from web service, language, library and
42
+ framework.
14
43
  email:
15
44
  - vincent.corniere@gmail.com
16
45
  executables: []
@@ -54,5 +83,5 @@ rubyforge_project:
54
83
  rubygems_version: 2.5.2
55
84
  signing_key:
56
85
  specification_version: 4
57
- summary: Devicon v2 for rails
86
+ summary: Devicon Rails is a font from Devicon V2 for Rails.
58
87
  test_files: []