technology-icons 0.1.0 → 0.1.1

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NjVmNTA1NGVhZTg0MThjNzllN2IxYTI1NGYzN2U5ZmJiNDYwMDkxNw==
5
- data.tar.gz: !binary |-
6
- MTA0NGE2ZTNlMDQ2ZTU3NDE4MTE3OWZhODU4NmM1NmE4MzhkZTNlZA==
2
+ SHA1:
3
+ metadata.gz: ffd81e80928ab57ca2115951bf33ace3776dddee
4
+ data.tar.gz: 38f19f7812dca70c0ad50497031af710a31a32cb
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZWRmODBiOWEyNGFmNmMxZjdmYzQ5OGMwNGQxZjEwN2YyZWE3MWNkNWYwZDAx
10
- ODg4MGY1MzUzMGY0OGQ5NDhhYWVhMWNjODNiNDM4ZDI1NDBiN2EzZWQxYjky
11
- MDdiMWNkOTQ5NThjMTg4NzAxODFkNDJiMTg2Y2QyYWIzNWZjYjc=
12
- data.tar.gz: !binary |-
13
- YmQwMThjYmU4ZWUwOTBlOTBjZjM3YjlmMzkzMGY4NjIxZDQ5NmQ4YjFlYjVk
14
- ZjQxZGIzYTg3ZGMwOWQxMTAyMjY3YmExNGM5MmRmYjg5MDI5ZTAwMTM3ZjJh
15
- ZThiZjA4NjE3MjIzNzVmNzBlZDIzOTc4ZDM2YTczMmNiNGNjZmE=
6
+ metadata.gz: 3e7aa9d88bc1db8e4bbb62a3c83b055b5b669aa5672b77c207199f7c8e4a471a5ce81c1ac169f7fd9806e91f76dede2df4846500c9ec4619bbc34125f58f4912
7
+ data.tar.gz: 8c7d136f74a1f400191315e0b825ea879c679b4013cab50b16f7f4efff0602d6db81bc6b782037b6d7b9620f95ca83ac4c328cb47482d267a108f017c7f9429d
data/.travis.yml CHANGED
@@ -1,4 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
- before_install: gem install bundler -v 1.10.6
4
+ - 2.0.0
5
+ - 2.1.4
6
+ - 2.1.5
7
+ - 2.2.1
8
+ before_install: gem install bundler -v 1.10.6
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Technology::Icons
2
2
 
3
+ [![Build Status](https://travis-ci.org/ethirajsrinivasan/technology-icons.svg?branch=master)](https://travis-ci.org/ethirajsrinivasan/technology-icons)
4
+ [![Code Climate](https://codeclimate.com/github/ethirajsrinivasan/technology-icons/badges/gpa.svg)](https://codeclimate.com/github/ethirajsrinivasan/technology-icons)
5
+ [![security](https://hakiri.io/github/ethirajsrinivasan/technology-icons/master.svg)](https://hakiri.io/github/ethirajsrinivasan/technology-icons/master)
6
+
7
+
3
8
  technology-icons is a webfont gem which includes many technology icons to be included in your rails application
4
9
 
5
10
  ## Installation
data/Rakefile CHANGED
@@ -1 +1,4 @@
1
1
  require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+ RSpec::Core::RakeTask.new
4
+ task :default => :spec
@@ -1,5 +1,5 @@
1
1
  module Technology
2
2
  module Icons
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -26,6 +26,8 @@ Gem::Specification.new do |spec|
26
26
  spec.bindir = "exe"
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
+ spec.required_ruby_version = '>= 1.9.3'
29
30
  spec.add_development_dependency "bundler", "~> 1.10"
30
31
  spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency 'rspec'
31
33
  end
metadata CHANGED
@@ -1,43 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: technology-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ethiraj
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-18 00:00:00.000000000 Z
11
+ date: 2015-12-23 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.10'
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.10'
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: '10.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: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: technology-icons is a webfont gem which includes many technology icons
42
56
  to be included in your rails application
43
57
  email:
@@ -46,8 +60,8 @@ executables: []
46
60
  extensions: []
47
61
  extra_rdoc_files: []
48
62
  files:
49
- - .gitignore
50
- - .travis.yml
63
+ - ".gitignore"
64
+ - ".travis.yml"
51
65
  - CODE_OF_CONDUCT.md
52
66
  - Gemfile
53
67
  - LICENSE.txt
@@ -74,12 +88,12 @@ require_paths:
74
88
  - lib
75
89
  required_ruby_version: !ruby/object:Gem::Requirement
76
90
  requirements:
77
- - - ! '>='
91
+ - - ">="
78
92
  - !ruby/object:Gem::Version
79
- version: '0'
93
+ version: 1.9.3
80
94
  required_rubygems_version: !ruby/object:Gem::Requirement
81
95
  requirements:
82
- - - ! '>='
96
+ - - ">="
83
97
  - !ruby/object:Gem::Version
84
98
  version: '0'
85
99
  requirements: []